.Layout {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	top: 10px;
	right: 10px;
	position: absolute;
	width: 1002px;
	height: 500px;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	width: auto;
	height: 20px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000080;
	word-spacing: 5px;
	text-align: center;
	white-space: normal;
	vertical-align: middle;
	letter-spacing: 2px;
	margin: 0px;
	background-position: 10px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}



a:active {
	color: #000066;
	text-decoration: none;
}
#aktiv {
	color: #FFFFFF;
	background-color: #660000;
}

a:hover {
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}
