/*Grunddefinition*/
td  { font-family : arial, helvetica, sans-serif; font-size: 11px; color: #000000; }

/*Textdefinition*/
.titel { font-family: arial, helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #333333; }
.untertitel { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: bold; }
.text { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #000000; }

a { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #FF9900; text-decoration:none; }
a:hover { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #000000; background: #ffebad; text-decoration:none; }

a.nav:link { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; background: none; text-decoration : none; letter-spacing: 1px; }
a.nav:active { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; background: none; text-decoration : none; letter-spacing: 1px; }
a.nav:hover { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; background: none; text-decoration : none; letter-spacing: 1px; }
a.nav:visited { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; background: none; text-decoration : none; letter-spacing: 1px; }

a.navbold:link { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: bold; background: none; text-decoration : none; letter-spacing: 1px; }
a.navbold:active { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: bold; background: none; text-decoration : none; letter-spacing: 1px; }
a.navbold:hover { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: bold; background: none; text-decoration : none; letter-spacing: 1px; }
a.navbold:visited { font-family: arial, helvetica, sans-serif; font-size: 11px; color: #666666; font-weight: bold; background: none; text-decoration : none; letter-spacing: 1px; }

/*Formular*/
input, textarea { border: 1px solid #999999; font-size: 11px; }
iframe { border: 1px solid #cccccc; font-size: 11px; }

/*Menu-Styles________
Explorer 5.5 gibt die standartlinkfarbe aus
Style für pseudo-mouse-over. Läuft nicht in Netscape 4,
 Opera 5 wechselt die class gibt aber nichts aus
*/
div.navilayer { position: absolute; top: 1px; visibility: hidden; }
div.navilayer div { border-top-color: #000000; background: #ffffff; layer-background-color: #ffffff; }
div.navilayer div.over { background: #fff6db; }
div.navilayer div a.nav { display: block; }
div.navilayer div.over a.nav { color: #000000; }
