body {margin-top: 0;
      margin-bottom: 0;
      background: #728cad; /*Allgemeiner Hintergrund.*/  
}

img {border: 0;
}

a:link {color: black; 
        text-decoration: underline;}
a:visited {color: black; 
           text-decoration: underline;}
a:hover {color: blue;
         text-decoration: underline;}
a:active {color: blue;
          text-decoration: underline;}


h1 {font-size: 16pt;  
    font-weight: normal;
    line-height: 150%;
    padding-top: 15px; /*wie margin-top von 15 px bei navileft und bei naviright*/
    margin: 0;
    font-family: Arial, Verdana, sans-serif;
}

h2 {
    font-size: 16pt;  
    font-weight: normal;
    line-height: 130%;
    margin-top: 20px;
    font-family: Arial, Verdana, sans-serif;
}

.weisheit {font-size: 12pt;  
           font-weight: bold;
           font-family: Arial, Verdana, sans-serif;
           font-style: normal;
           line-height: 100%;
           text-align: left;
}

h3 {font-size: 11pt;  
    font-weight: normal;
    font-style: italic;
    font-family: Arial, Verdana, sans-serif;
    line-height: 150%;
    text-align: right;
}


h4 {font-size: 14pt;  
    font-weight: normal;
    font-family: Arial, Verdana, sans-serif;
    line-height: 100%;
    
}

p {font-size: 11pt;
   font-family: Arial, Verdana, sans-serif;
   line-height: 150%;
   text-align: justify;  
}


/*****Layoutspezifisches*******/


#container {width: 955px;
            margin: auto; /*Browser Explorer erkennt nicht, richtet links aus*/
            border-top: 0; 
}
#header {background: #3d4384; /*tief blau*/
         width: 955px;
         height: 233px;/*120px +113px*/
}

#image {width: 1000px;
             height: 113px; /*98+15*/
             background-image: url("images/layout/licht.jpg");
             background-repeat: no-repeat;
}


#contentholder {background: #bfc1cf;
}


/*********Linke Navigation*************/

#navileft {width: 200px;
           background:  #3d4384;
           float: left;
           font-size: 13pt;
           font-family: Arial, Verdana, sans-serif;
           line-height: 18pt;
           margin-top: 15px;
           padding: 0 5px 0 0px;
           
}
#navileft ul {list-style-type: none;}

#navileft ul a:link, #navileft li a:visited {color: #93cddd; text-decoration: none;}
#navileft ul a:hover, #navileft li a:active {color: white; text-decoration: underline;}
#navileft a#hier:link, #navileft a#hier:visited, #navileft a#hier:hover, #navileft a#hier:active {color: white; text-decoration: underline;}

/************Rechte Navigation***********/

#naviright {width: 200px;
            background: #3d4384;
            float: right;
            font-size: 13pt;
            font-family: Arial, Verdana, sans-serif;
            line-height: 18pt;
            margin-top: 15px;
         
}            
#naviright ul {list-style-type: none;}

#naviright li a:link, #naviright li a:visited {color: #93cddd; text-decoration: none;}
#naviright li a:hover, #naviright li a:active {color: white; text-decoration: underline;}
#naviright a#hier:link, #naviright a#hier:visited, #naviright a#hier:hover, #naviright a#hier:active {color: white; text-decoration: underline;}

/*************Textbereich*****************/

#content {margin: 0px 200px 0px 210px;
          padding: 0 40px 70px 40px; 
}


/*************Footer**************/

#footer {width: 955px;
         height: 15px;
         text-align: center;
         line-height: 100%;        
}

#footer p {font-size: 10pt;
           text-align: center;
           line-height: 60%;
           color: white;
}

#footer a:link, #footer a:visited {color: white; text-decoration: none;}
#footer a:hover {color: white; text-decoration: underline;}

/***********Interne Links***************/

#nachoben {float: right;}


