/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 height: 100%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
 background-color: #FFFFE1;
 color: black;
 scrollbar: off;
}        
#container{
    min-height: 300px;
}
#lh-col{
 position:absolute;
 float: left;
 padding-top: 10px;
 top:105px;
 left:0;
 width:125px;
 height: 630%;
 z-index:6;
 background:#003333;
}
#hdr{
 z-index:6;
 top: 0;
 height:115px; 
 width:100%;
 background-image: url(../upload/design/headers/Header7dk.jpg); 
 background-repeat: no-repeat;
 color: #FFFFE1; 
 margin:0;
 border:0;
 }
#c-col{
 padding: 8px;
 margin:0 185px 0 140px;
 position:relative;
 background:#FFFFE1;
 color: black;
 z-index:5; 
}
#c-col[id]{
 margin-top: 15px;
 min-height: 400px;
}

/*Browserweiche IE 4-5.5 */
# #c-col {
width: 100%; 
#divscroll { position:absolute; left:0px; top:15px; }
} 
/* Browserweiche: Nur Opera 7 */
html:first-child>b\ody #c-col {
    top:140px; 
}

#rh-col{
 position:absolute;
 float: right;
 top:280px;
 right:0;
 width:178px;
 z-index:8;
 color: black;
 overflow:hidden;
}

