/* CSS Document */
body, html, #navigation, #container, #inhalt, #infobox {
           margin:0;
           padding:0;
}

body {
           font: 100.01% verdana; 
           background-color:white;
}


a:link {
          color: black;
          font-weight: bold;
          text-decoration: none;
          
}

a:visited {
          color: rgb(93,93,93);
          font-weight: none;
          text-decoration: none;
          
}
a:hover { 
          color: red;
          font-weight: bold;
          text-decoration: none;
          
}
#kopf {
           background-color: rgb(128,128,128);
           background-image: url(./images/Kopfbanner.jpg);
           background-repeat: no-repeat;
           height: 180px;
           color: grey;
           padding: 10px;
           text-align: center;
           margin-bottom: 0;
}

#navigation, #infobox {
           width: 20%;
           float: left;
           background-color:white;
           color: grey;
           }

#inhalt {
           width: 59.9%;
           float: left;
           background-color: white;
           color: grey;
}

#kopf h1 {
           margin: 0; padding: 25px;
}

p {        margin: 25px 25px 0 25px;
}
h1 {       margin: 0 25px 25px 25px;
           padding-top: 25px;
           font-size: 2em;
           
}

/* Klassen */
.start {font-size: 1.4em;}
/* Bildpositionierung: bei rechts steht das BILD rechts, der Text fließt links*/
.rechts {float: right; 
        margin: 1em;}
.links {float: left;
        margin: 1em; }
        
 h1 { text-align: center;
 }       

h3 {    width: 15em;
border: 2px;
        margin: 25px;
        margin-left: auto;
        margin-right: auto;
        border-style: solid; 
        text-align: center;   
}
   .betont {font-size: 1.4em;
                       }
                       
.anmerkung { 
font-weight: bold;
font-style: italic;
font-size: 0.8em;
font-color: black;
}
                       
/* ]]> */
