@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #d4d8e1;
}
#container {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 910px;
	height: 540px;
	margin-left: -455px;
	background-color: #999999;
}
#bild {
	height: 520px;
	width: 910px;
	float: left;
}
#footer {
	height: 20px;
	width: 910px;
	float: left;
	background-color: #FFFFFF;
}
ul {
	list-style: none;
	margin-top: -200px;
}
li {
	display: inline;
	margin-left: 397px;
}
li a, li a.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006;
	text-decoration: none;
}
.rahmen {
	border-left-style: solid;
	border-left-color: #006;
	border-left-width: thin;
	margin-left: 10px;
	padding-left: 15px;
}

