/* CSS Document für topframe */
body {
	background-color: #FFFF99;
	
}
.nav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;

}
a.nav,a.nav:link,a.nav:visited 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A8445;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
}

a.nav:hover,a.nav:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-align: center;
	
}


