body { 
background-color : #FEFEFE; 
padding : 0; 
margin : 10px 0; 
text-align: center;
} 

/* -----------------Allgemeines--------------------- */
a:link, a:visited { 
color : #606C76; 
text-decoration : none;
} 
 
a:hover, a:active { 
color : #ABB1A6; 
text-decoration : none;
} 
 
h1 { 

font-size : 14px; 
font-family : verdana, arial, helvetica, sans-serif; 
color : #0A2852; 
padding: 0px 0 15px 0; 
margin : 0; 
text-align: left;
} 

p { 
padding : 0px 0 5px 0; 
margin : 0; 
line-height : 140%; 
font-family : verdana, arial, helvetica, sans-serif; 
font-size : 11.5px; 
color : #333333; 
text-align: left;
} 

.textgross { 
font-family : verdana, arial, helvetica, sans-serif; 
font-size : 14px; 
color : #0A2852; 
} 
.text { 
line-height : 140%; 
font-family : verdana, arial, helvetica, sans-serif; 
font-size : 11.5px; 
color : #333333; 
text-align: left;
} 

/* -----------------Container/Umgebung--------------------- */
#container { 
width : 950px; 
margin : 0 auto; 
padding : 0; 
background-color : #fff; 
border-bottom: 1px solid #ABB1A6;
text-align: center;
} 

#wrap {
margin : 0 auto; 
background-image : url('bilder/bg.gif'); 
background-repeat : repeat-y;
background-position: center;
width: 965px;
} 

#top {
height: 30px;
background-color: #fff;
}

/* -----------------Kopf--------------------- */
#navihead { 
margin : 0; 
padding : 3px 0 0 0; 
height : 20px; 
background-color : #ABB1A6; 
color : #fff; 
} 




#head_s { 
background-image : url('bilder/start.jpg'); 
background-repeat : no-repeat; 
background-position : center; 
background-color : transparent;height : 208px; 
} 


/* ---------------Sitemap-------------------- */

DIV#sitemap {
   padding: 1em 1.5em;
   line-height: 30px;

font-family : verdana, arial, helvetica, sans-serif; 
font-size : 11.5px; 
color : #333333; 
text-align: left;
   }

DIV#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap LI {
   background: url(extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap LI.last {
   background: url(exlm.gif)
               no-repeat
               0% 0%;
   }

DIV#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap UL {
   background: url(exim.gif)
               repeat-y
               0% 0%;
   }
DIV#sitemap UL.last {
   background-image: none;
   }

#code {
   clear: both;
   background-color: #f8f8f8;
   color: #333;
   padding: 1em;
   border-top: 1px dashed #ccc;
   margin-top: 2em;
   }
#code pre {
   color: #333;
   background-color: #eee;
   padding: 1em;
   }
#code pre em {
   color: #920;
   }


/* ----------------Rechtes Menue--------------------- */
#right { 
float : right; 
width : 210px; 
margin : 0; 
padding : 0; 
background : #fff; 
} 




/* -----------------Inhalt--------------------- */



#content { 
min-height : 600px; 
background-color : #fff; 
padding : 5px 20px; 
margin : 0px 210px 10px 185px;
border-right: 1px dotted #ABB1A6 ;

} 








/* -----------------diverse Links--------------------- */


.side { 
font-size : 7pt; 
font-family : arial, sans-serif; 
color : #ABB1A6; 
margin: 0 0 0 8px;
} 




/* -----------------dies und das--------------------- */
.illua { 
margin : 0; 
border : 0px none; 
} 
.illu { 
margin : 10px; 
border : 0px none; 
} 
.leftalign { 
float : left; 
margin-right: 10px;
} 
.rightalign { 
float : right; 
} 
img, a img { 
border : none; 
} 


a.aktiv:hover {
color: #ABB1A6;
text-decoration:none; 
} 