/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; background-color: rgb(255,255,255); background-image: none;}
 A:active { color: rgb(255,0,0);}
 A:link { color: rgb(0,51,204);}
 A:visited { color: rgb(153,0,153);}
 .TextNavBar { font-size: xx-small;}
 A:hover { color: rgb(255,0,0);}
 INPUT {
	background-color:transparent;
	color: rgb(56,97,117);
	font-size: 10px;
	font-family: Arial, Verdana;
	border-style:solid;
	border-width:1px;
	border-color: rgb(56,97,117);
}
 