a:link 
{
	color: #FAFAD2;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
a:visited 
{ 
	color: #FAFAD2;
	text-decoration:none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer; 
	font-weight: bold;

}
a:focus 
{
	color: #FFD700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
a:hover 
{
	color: #FFD700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
a:active 
{
	color: #FFD700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
#aktiv 
{
	color: #FFD700;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #FFD700;
	line-height: 18px;
	vertical-align: middle;
	height: 18px;
}
#smallButton
{
	color: #FAFAD2;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	cursor: pointer;
	display: block;
	border: 1px solid #FAFAD2;
}
#bodyNav
{
	background-color: #4f648b;
	margin-left: 10px;
	margin-right: 10px;
}