/* RRZE-Framework - position.css V. 0.9  (06-26-01)- - - - - - - - - - */
/* Michael Charlier - http://www.kommkonzept.de  - - - - - - - - - - - */
/*                                                                     */
/* Farben und Positionierungen - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body{
   font-size:120%;
   color:#000;
   background-color:#E0FFFF; 
   font-family: Arial, Helvetica, sans-serif; 
   padding: 0 10% 0 20px;;
}
#menu, #zusatzinfo{
   clear:both; 
   width:100%;
   float: none;
   color:#000;
   background-color:#E0FFFF;  
}
#footer{
   color:#000;
   background-color:#E0FFFF;  
} 
#content{
   border:none;
   color:#000;
   background-color:#E0FFFF
} 
.u{
   position:relative;
   left:3px;
   top:3px;
}
.u2{
   position:absolute;
   left:-3000px;
   top:-3000px;
   width:1px;
   height:1px;   
}
#hauptnavi ul li, #bereichsmenu ol li{
   line-height:1.6em;
   float:none;
   width:100%;
} 

ul li a, ol li a{
   display:block;
   width:100%;
   border:1px solid black;
   border-bottom:none;
}
#sprungmarken{ 
   width:100%;
}

#sprungmarken ul li a{
   display:block;
   width:100%;   
}
.last a{
   border-bottom:1px solid black;  
}
li a:link,
li a:visited{
   font-weight:600;
   padding-left:1em;
   color:#000;
   text-decoration: none;
}
li a:hover{
   color:#fff;
   background-color:#00696A;
}
/* Box für Bilder oder Listen  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 

#content .klein_box_rechts{ 
   float:right;  
   position:relative; /*fuer IE < 6 */
   width:220px;
   margin:10px 0 0 6px;
   background-color:#fff; 
   z-index:11;
}
#content .klein_box_rechts p{
   font-size:.8em;
   font-weight:600;
   line-height:1.2em;
   padding-bottom:5px;   
}
#content .klein_box_links{
   float:left;
   width:220px;
   margin-top:10px;
   background-color:#fff;
}
#content .klein_box_links p{
   font-size:.8em;
   font-weight:600;
   line-height:1.2em;
   -padding-bottom:5px;
}

#content .vollbox img{ 
   float:left;
   position:relative;
}
/* Weitere Elemente  - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ 
hr{
   width:70%;
   margin-right:auto;
   margin-left:auto;
   margin-top:20px;
   margin-bottom:20px;   
   height:5px;
   background-color:#000;
}
