/* CSS Document */
body {
	background-color:#0099CC;
}
div {
	width:623px;
	color:#000000;
	padding: 1em;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box1 {
	background-color:#999999;
	background-image:url(geschichtelayer.jpg);
	position:absolute;
	left: 289px;
	top: 15px;
	height: 143px;
}
.box2 {
	background-color:#CCCCCC;
	position: absolute;
	left: 289px;
	top: 212px;
	height:auto;
}
.navi {
	width:auto;
	padding:0;
}
.navi ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.navi li a:link, .navi li a:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #408064;
	background-color:#B7C9D3;
	color:#000000;
	width:inherit;
}
hmtl>body .navi li a {
	width:auto;
}
.navi li a:hover, .navi li a:active, .naiv li a:focus {
	border-left: 12px solid#62A286;
	background-color:#3399FF;
	color:#f3f8ef;
}
