<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*aktuell*/
body {

}


#main {
background-color:#eeeae1;}


#header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
}
#header:before, #header:after,
#main:before, #main:after,
#footer:before, #footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/*
 * Navigation bar
 */




.two-sidebars #content {
    /* definiert den Mittelbock*/
    width:400px;
    float: left;
    margin-left: 582px;
    margin-right: -982px;
    
}

.two-sidebars .region-sidebar-first {
    float: left;
    width: 582px;
    margin-left: 0px;
    margin-right: -582px;

    
    
}

.two-sidebars .region-sidebar-second {
    float:left;
    width: 150px;
    margin-left: 850px;
    margin-right: -982px;
text-align: center;
  
    
}</pre></body></html>