/* by alexander.kuemmel[at]uni-weimar.de
 * 
 * common layout with fixed content columns and maximum
 * overall width of 96em
 * @version testing
 */

#breadcrumbs{
    width:auto;
}

div.service_container{
    left:92em;
}

#content_wrapper{
    width:96em;
    max-width : 96em;
    min-width:96em;
}

#content {
    width: 70em;
    min-width: 70em;
}

#bodytextContainer {
    border:0;
    margin-right : 25.5em;
    padding-right:30px;
    min-width : 41.5em;
    display: block;
}

#bodytext {
    float:left;
    width: 100%;
/*
    border:0;
    margin-right : 25.5em;
    padding-right:30px;
    min-width : 41.5em;
    */
}

#newsboxContainer {
    float:right;
    width : 25em;
}

