a:link  { color: #2c4d9c; text-decoration: none }
a:visited  { color: #2c4d9c; text-decoration: none }
a:focus  { color: #FF9900; text-decoration: none }
a:hover  { color: #FF9900; text-decoration: none }
a:active  { color: #FF9900; text-decoration: none }

/* ---------- Body Einstellungen ---------- */
body    { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-left: 0; border-style: none none solid; border-width: 2px; border-color: #2c4d9c; h1: Verdana, Arial, Helvetica, sans-serif   } 

/* Absätze, Tabellen, Formulare, &UumlHauptkategorien, Navipunkte horizontal, &Uuml;berschriften der Boxen in 9,5 Punkt */
p, div, table, li, form   { font-size: 10pt }

/* Überschrift 3 blau einfärben  */
h3 {
font-size: 12pt;
margin-bottom: 0px; 
font-weight: bold;
} 

/* fette Passagen mit Blauton einfärben */
b {
color: #2C4D9C; 
} 

/* Grafik als Aufzählungspunkt einbinden */
ul     { list-style-image: url("images/weiß.jpg") }

/* Abstand der Aufzählungspunkte */
li {
margin-bottom: 2px;
}


input  { background: #fff;margin-right:20px; padding-left: 0.3em; border: solid 1px #666 }
input:focus {border-color:#E78021;}
select {border:1px solid #666;  padding-left:0.3em; margin-bottom:0.6em; background:#fff; width:100px;}
option {color:#E78021;}
textarea {width:244px; border:1px solid #666;}
textarea:focus {border-color:#E78021;} 
.submitbtn {width:119px; background:#666; border:1px solid; border-color:#999 #333 #333 #999; color:#fff; cursor:pointer; padding:0; margin:0;}
.submitbtn:hover {background:#E78021; color:#fff; border:1px solid; border-color:#E78021 #990100 #990100 #E78021;}
