#container {
	background-image: url(../bilder/balken.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}


#bild_1 {
	width: 813px;
	height: 436px;
	margin: 50px auto 0 auto;
}

#h_navigation {
	float: left;
	margin: 30px 0 0 40px;
	list-style: none;
}

#h_navigation LI {
	float: left;
	display: inline;
	width: 200px;
	margin: 0 20px 0 0;
	background-color: rgb(55,89,130);
	border: 2px solid rgb(198,40,45);
	text-align: center;
}

#h_navigation LI A {
	display: block;
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
}

#h_navigation LI A:HOVER {
	color: rgb(255,204,0);
}

#impressum {
	float: left;
	width: 952px;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	margin: 20px 0 0 0px;
	color: rgb(255,255,255);
}

#impressum A {
	font-size: 10px;
	line-height: 10px;
	color: rgb(255,255,255);
}

#impressum A:HOVER {
	font-size: 10px;
	line-height: 10px;
	color: rgb(255,204,0);
}


