@charset "UTF-8";

#Newsroom img
{
    margin-top: 0;
    margin-left: 0;
}

#Newsroom div.obj-pager
{
    clear: both;
}

#Newsroom h2
{
    margin: 10px 10px 0 10px;
    clear: left;
}

#Newsroom .Newsroom-Artikel
{
    overflow: hidden;
    margin-bottom: 30px;
}

#Newsroom .float-left
{
    width: 70px;
    border-right: 3px dotted #ffb0b0;
    float: left;
    display: inline;
    padding-right: 5px;
    margin: 10px 10px 0 10px;
    text-align: right;
    overflow: hidden;
}

#Newsroom .NewsroomContent
{
    float: left;
    display: inline;
    width: 500px;
    margin: 10px 5px 0 0;
}

#Newsroom .text-center
{
    margin: 10px 0;
    clear: both;
}

