
p, h1, h3, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
     { font-family:arial,sans-serif; font-size:12px;}


body {background-color:#ffffff;}
#zeiger {position:absolute; top:-34px; left:0px;}



a:link { color:#003300; text-decoration:underline; font-weight: bold;}
a:visited { color:#111111; text-decoration:underline;font-weight: bold; }
a:active { color:#000000; text-decoration:blink; }
/*a:hover {color:#0000aa; }*/

A:HOVER {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	background-color: #000080;
}

A:HOVER.navi
{
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	background-color: #eeeeee;
}

input, select, textarea
   { 
   font-size:12px; 
   font-family: arial,sans-serif; 
   color:#000000; 
   background-color:#F2F2F2; border:1px solid #085233;
   }
 
 
 
.Button
   { background-color:#10955D; 
   font-size:12px; 
   font-weight: bold; 
   color:#FFFFFF; 
   width:100px; 
   border:1px solid #085233; }