/* by alexander.kuemmel[at]uni-weimar.de
 * 
 * common layout with floating main and fixed right
 * content column and maximum
 * overall width of 93% of browser viewport
 * @version testing
 */

#unilogo{
    height:4em;
}

#breadcrumbs{
    float:none;
    margin-top:0;
    margin-right:9em;
    margin-left:26em;
    max-width:75%;
    position:static;
}

#arealogo{
    margin-left: 26em;
    padding:0;
    position: static;
}

div.service_container{
    float:right;
    position:static;
    height:4em;
    width:7em;
    margin:0;
}

#header_wrapper{
    margin-right:2em;
    max-width:99%;
    min-width:98em;
}

#content_wrapper{
    min-width : 93.5em;
    max-width : 93%;
}

#bodytextContainer {
    border:0;
    margin-right : 25.5em;
    padding-right:30px;
    min-width : 41.5em;
    display: block;
}

#bodytext {
    float:left;
    width: 100%;
}

#newsboxContainer {
    display : block;
    float : right;
    width : 25em;
    margin-left: 30px;
}
