<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  background-color: #C4C4C4;
}

* {
  margin:0;            
  padding:0;
}

#seite {
  width: 775px;
  margin: 0 auto;
}

#kopfbereich {
  padding: 10px;
  height: 50px;
  background: url("../pic/nav");
}

#inhalt {
  background-color: #ffffff;
  padding: 15px;
}

#steuerung {
font-family:arial, helvetica; 
  padding: 10px;
  background: url("../pic/navi.jpg");
  border: 0px solid black;
  background-color: #ffffff;
  text-align: center;
}

#fussbereich {
  clear: both;
  padding: 2px;
  background: url("../pic/navi.jpg");
}


h1,h2,h3,h4,h5,p, {
text-align:left;
font-family:arial, helvetica;}


p{
color:#000000;  
font-size:2;
font-style:normal;
font-family:arial, helvetica;}
 





#inhalt a:link    { color:#4A4A4A;   text-decoration:underline; }
#inhalt a:visited { color:#4A4A4A; text-decoration:underline;}
#inhalt a:focus   { color:#4A4A4A;   }
#inhalt a:hover   { color:#4A4A4A;   }
#inhalt a:active  { color:#4A4A4A; text-decoration:underline; }


#inhalt p
{
color:#000000;
font-size:10pt;
font-style:normal;
}

 #inhalt hr {border:solid  #0656CF 2px; }




#steuerung a:link    { color:#46D32D;   text-decoration:none; font-weight:bolder; font-family:arial, helvetica; }
#steuerung a:visited { color:#555810;text-decoration:none; font-weight:bolder;}
#steuerung a:focus   { color:#007200;  font-weight:bolder; }
#steuerung a:hover   { color:#8E1A16; font-weight:bolder;  }
#steuerung a:active  { color:orange; text-decoration:none; font-weight:bolder; }





a:link {color:#B4000A;       font-family:arial, helvetica;           }
a:visited {	color:#580C0C;     font-family:arial, helvetica;       }
a:active {color:#DEC3A9;      font-family:arial, helvetica;           }
a:hover{color: #808080;       font-family:arial, helvetica;        }


h2 { 
text-align: center;
font-family:arial, helvetica;
color:#0656CF;       /* Farbe */
font-size:10pt;      /*groese*/
font-style:normal;   /*italic=kursiv olique=schreag normal*/
font-weight:bolder; /*normal-bold-bolder-lighter*/
word-spacing:0,6em; /*abstand woertern*/
vertical-align:super; /*top middel bottom baseline sub-tiefer super-hoer text-top-bottom oben unten */
}


h1
{
text-align: left;
font-family:arial, helvetica;
color:#050404;       /* Farbe */
font-size:16pt;      /*groese*/
font-style:normal;   /*italic=kursiv olique=schreag normal*/
font-weight:bolder; /*normal-bold-bolder-lighter*/
word-spacing:0,6em; /*abstand woertern*/
vertical-align:super; /*top middel bottom baseline sub-tiefer super-hoer text-top-bottom oben unten */
}




