/* CSS Document */

a:link {}
a:visited {}
a:active {}
a:hover {}

a.nav1:link {
	font-family: "Verdana", sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav1:visited {
	font-family: "Verdana", sans-serif; 
	font-size: 10px;
	color: #ffffff ; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav1:hover {
	font-family: "Verdana", sans-serif; 
	font-size: 10px; 
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}

a.nav2:link {
	font-family: "Verdana", sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav2:visited {
	font-family: "Verdana", sans-serif; 
	font-size: 12px;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav2:hover {
	font-family: "Verdana", sans-serif; 
	font-size: 12px;
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

a.nav3:link {
	font-family: "Verdana", sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav3:visited {
	font-family: "Verdana", sans-serif; 
	font-size: 11px;
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}
a.nav3:hover {
	font-family: "Verdana", sans-serif; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}

a.nav4:hover {
	font-family: "Verdana", sans-serif; 
	font-size: 11px; 
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}
a.nav4:link {
	font-family: "Verdana", sans-serif; 
	font-size: 11px; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold;
}

#menutitel{
height: 15px;
}
