/* by alexander.kuemmel[at]uni-weimar.de
 * 
 * common layout with floating main content column and maximum
 * overall width of 99% of the browsers viewport
 * @version testing
 */


#unilogo{
    height: 4em;
}

#breadcrumbs{
    float:none;
    margin-top:0;
    margin-right:9em;
    margin-left:26em;
    max-width:75%;
    position:static;
}

#arealogo{
    /*clear:both;*/
    margin-left: 26em;
    padding:0;
    position: static;
}

div.service_container{
    float:right;
    position:static;
    height:4em;
    width:7em;
}

#header_wrapper{
    margin-right:2em;
    max-width:99%;
    min-width:78em;
    /*the following !important is irgnored by IE*/
    width:auto !important;
    /*this statement gets active only in IE so far*/
    width:96em;
}

#content_wrapper{
   /*min-width : 76em;*/
   /*the following !important is irgnored by IE*/
   width:auto !important;
   /*this statement gets active only in IE so far*/
   width: 93em;
   max-width : 93%;
}

#bodytextContainer {
    border:0;
    max-width: 84em;
    /*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 {
    display : none;
}
