<!--
body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  background-color: #B3C4E2;
  
}

* {
  margin:0;
  padding:0;
}

#seite {
  width: 50%;
  margin: 0 auto;
}

#kopfbereich {
  
  padding: 10px;
  height: 222px;
  width:600px;
  background: url("../xmas/pic/char2.jpg");  
}

#inhalt {
  padding: 15px;
 width:590px;
 background-color: #005a00   ;
}

#steuerung {
  width:600px;
  padding: 10px;
  background: url("../xmas/pic/banner1.jpg"); background-repeat: no-repeat;
  border: 0px solid black;
  background-color: #005A00;
  text-align: center;
}

#fussbereich {
  width:620px;
  clear: both;
  padding: 2px;
    background: url("../xmas/pic/banner1.jpg"); background-repeat: no-repeat;
    width:600px;
    }

h1,h2,h3,h4,h5,p, {
text-align:center;
font-family:arial, helvetica;}


p{
color:#000000;  
font-size:22px;
font-style:bold;}
 





#inhalt a:link    { color:#898989;   text-decoration:underline; }
#inhalt a:visited { color:#808080; text-decoration:underline;}
#inhalt a:focus   { color:#007200;   }
#inhalt a:hover   { color:#000000;   }
#inhalt a:active  { color:orange; text-decoration:underline; }


#inhalt p
{          text-align: center;
color:#AA9E75;
font-size:16px;
font-style:normal;
font-weight:bolder;
}

 #inhalt hr {border:dotted  #B4000A 2px; }




#steuerung a:link    { color:#005A00; font-weight:bolder;  text-decoration:none;font-size:18px; }
#steuerung a:visited { color:#005A00;font-weight:bolder; text-decoration:none;font-size:18px;}
#steuerung a:focus   { color:#007200; font-weight:bolder;  font-size:18px;}
#steuerung a:hover   { color:#FF6D00; font-weight:bolder; font-size:18px; }
#steuerung a:active  { color:orange; font-weight:bolder; text-decoration:none; font-size:18px;}





a:link {color:#000000;       font-family:arial, helvetica;           }
a:visited {	color:#000000;     font-family:arial, helvetica;       }
a:active {color:#DEC3A9;      font-family:arial, helvetica;           }
a:hover{color: #808080;       font-family:arial, helvetica;        }


h2 { 
text-align: left;
font-family:arial, helvetica;
color:#B4000A;       /* Farbe */
font-size:14pt;      /*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: center;
font-family:arial, helvetica;
color:#B4000A;       /* Farbe */
font-size:22pt;      /*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 */
}









