body {
	font-family: Arial, Helvetica, sans-serif;
}
#hauptnavigation a {
	text-transform: none;
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
	background-color: #003882;
	height: 25px;
	width: 120px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
}
#hauptnavigation a:hover {
	color: #003882;
	background-color: #FDC500;
}
#navigation_oben table tr td a {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #003882;
	display: block;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #4D4D4D;
	left: 0px;
}
#navigation_oben table tr td a:hover {
	background-color: #FDC500;
}
#info-box {
	font-size: .9em;
	background-color: #FFEDB0;
	display: block;
	height: 750px;
	width: 190px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003882;
	border-right-color: #003882;
	border-bottom-color: #003882;
	border-left-color: #003882;
	padding-top: 10px;
}
