/*----------hauptseite---------*/
BODY {

scrollbar-face-color:#006699;
scrollbar-highlight-color:#339900;
scrollbar-3dlight-color:#CC0000;
scrollbar-darkshadow-color:#CC0000;
scrollbar-shadow-color:#CC0000;
scrollbar-arrow-color:#CC0000;
scrollbar-track-color:#339900;
font-family: Verdana;
color: #000000;
}

td {font-family: Verdana; font-size: 8pt}
p {font-family: Verdana; font-size: 8pt}	

input, button {
  font-family: Verdana;
  background-color: #FFFFFF; 
  border:1px solid #596C6C; 
  color:#000000;
  font-size: 8pt;
  }

/*Link mit weißem Hintergrund*/
a.ueber:link, a.ueber:active  {
color:#006699; background-color:#ffffff; display:block; width:100%; }

/*Link über dem die Maus steht*/
a.ueber:hover {color:#006699; background-color:#FFFFFF; display:block; width:100%; }


/*Link der schon einmal besucht wurde*/
a.ueber:visited {color:#006699; background-color:#FFFFFF; display:block; width:100%; }


A:LINK {
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	
}

A:VISITED {
	font-family: Verdana;
	color: #FFFFFF;
	font-weight: bold;
	
}


A:Active {
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}

A:Hover {
	font-family: Verdana;
	color: #000000;
	font-weight: bold;
}
