@charset "utf-8";
#hauptnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 20px;
	width: 90px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#hauptnavigation a:hover {
	background-color: #0099FF;
}
#bildnavigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 20px;
	width: 115px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#bildnavigation a:hover {
	background-color: #0099FF;
}
#navigation_bilderberlin   a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	height: 20px;
	width: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFFFFF;
	position: relative;
}
#navigation_bilderberlin   a:hover {
	background-color: #0099FF;
}

