/* Seiteneinstellung */
body {background-color:#DEE6FE;margin:5px 0 5px 0}

/* DIV-Bereich - Inhalt */
#inhalt {padding:5px}

/* Standart-Absatz Formatierung */
p, .normal { font-family:Verdana;font-size:14px;font-weight:normal;word-spacing:1pt}

/* Standard-Absatz Formatierung - Mitte */
p.mitte, .mitte {font:normal 14px Verdana;word-spacing:1pt;text-align:center}

/* Schrift-Fett */
strong, .fett { font-family:Verdana;font-size:14px;font-weight:bold;word-spacing:1pt}

/* Schrift klein */
.klein { font-family:Verdana;font-size:12px;font-weight:normal;word-spacing:1pt}

/* Schrift-Fett klein */
.k_fett { font-family:Verdana;font-size:12px;font-weight:bold;word-spacing:1pt}

/* Schrift-Fett rot */
.rot {font-family:Verdana;font-size:14px;color:red;font-weight:bold;word-spacing:1pt}

/* Schrift-Fett rot klein*/
.k_rot {font-family:Verdana;font-size:12px;color:red;font-weight:bold;word-spacing:1pt}

/* Schrift-Fett weiss */
.weiss {font-family:Verdana;font-size:14px;color:white;font-weight:bold;word-spacing:1pt}

/* Überschrift Formatierung */
h1, h2 {font-family:Verdana;font-size:14px;font-weight:bold;word-spacing:1pt}

/* Überschrift Formatierung Rot*/
h1.rot, h2.rot {font-family:Verdana;font-size:14px;color:red;font-weight:bold;word-spacing:1pt}

/* Numerierte Liste - Standard  */
ol.standard {font-family:Verdana;font-size:14px;font-weight:bold;word-spacing:1pt;line-height:1.5;padding-left:-15px;margin-top:-10px}

/* Numerierte Liste - Standard  */
li span {font-family:Verdana;font-size:14px;font-weight:normal;word-spacing:1pt}

/* Horizontale Linien */
hr {border-top:1px solid red}

/* nicht besuchter Link */
A:link {color:#0000FF}   

/* besuchter Link */
A:visited {color:#800080}

/* Benutzer hovert */
A:hover {color:#FF0000} 

/* Link wird ausgewählt */
A:active {color:#FF0000}

/* Sitemap-Kategorien */
.kat1 { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px;text-indent:5px}
.kat2 { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px; text-indent:10px}
.kat3 { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:14px; text-indent:20px}

/* Textfeld 400px */
input.feld400 {
width:400px;height:20px;background-color:#FFFFEA;
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:black;
border-left:1px solid black;border-bottom:1px solid black;border-right:1px solid black;border-top:1px solid black }

/* Textfeld 200px */
input.feld200 {
width:200px;height:20px;background-color:#FFFFEA;
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:black;
border-left:1px solid black;border-bottom:1px solid black;border-right:1px solid black;border-top:1px solid black}

/* Textfeld 40px */
input.feld40 {
width:40px;height:20px;background-color:#FFFFEA;
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:black;
border-left:1px solid black;border-bottom:1px solid black;border-right:1px solid black;border-top:1px solid black }

/* Textarea 400px */
textarea.tf400 {
width:400px;background-color:#FFFFEA;
font-family:Verdana, Arial, Helvetica, sans-serif;font-size:13px;color:black;
border-left:1px solid black;border-bottom:1px solid black;border-right:1px solid black;border-top:1px solid black }

/* Button 65px */
input.button65 {
width:65px;
height:22px;cursor:hand;
background-color:red;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;font-weight:bold;
color:white;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000}

/* DIV Bereich - Neuigkeiten */
#neu {
font-family:Verdana;
font-size:12px;
font-weight:bold;
word-spacing:1pt;
background-color:#FFFF99;
padding:5px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
margin-top:5px;
margin-bottom:5px}
