html, body  { 
height : 100%;
background-color : #ffffff;
margin : 0;
overflow : hidden;
color: #616161;
} 

#scroll { 
height : 100%;
width : 100%;
overflow : auto;
} 

#cnav { 
font : 12px Verdana, Arial, Helvetica, sans-serif;
color : #616161;
text-decoration : none;
} 

#cnav .cicon1, #cnav .cicon2 { 
padding : 0px;
margin : 0px;
width : 18px;
height : 18px;
float : left;
border-right : 1px solid white;
} 
#cnav .cicon1 { 
border-left : 1px solid white;
border-top : 1px solid white;
} 
#cnav .cicon2 { 
border-left : 1px solid #d1d3d4;
border-top : 1px solid #d1d3d4;
} 
#cnav .cheadline1, #cnav .cheadline2 { 
margin : 0 0 0 20px;
padding : 0 0 0 10px;
min-height : 18px;
width : 175px;
color : #fff;
font-weight : bold;
line-height : 18px;
} 
#cnav .cheadline1 { 
background-color : #f60;
border-top : 1px solid white;
} 
#cnav .cheadline2 { 
background-color : #0066b3;
border-top : 1px solid #d1d3d4;
} 
#cnav ul { 
padding : 2px 0 10px 0;
margin : 0;
list-style : none;
border-left : 1px solid #d1d3d4;
height : 1%;
} 
#cnav ul li { 
padding : 0 0 0 16px;
margin : 8px 0 0 30px;
background-image : url(../grafik/pfeil.gif);
background-repeat : no-repeat;
background-position : 2px 2px;
} 
#cnav ul li a { 
padding : 0;
margin : 0;
font-weight : bold;
color : #616161;
} 
#cnav ul li a:hover { 
color : #ff6600;
} 
#cnav { 
position : absolute;
width : 220px;
z-index : 1;
left : 0;
} 

