@charset "utf-8";
/* CSS Document */

body {
	background-color:#1a3553;
	margin:0px;
	padding:0px;
}

#container {
	width:100%
	height:308px;
	margin:250px 0px 0px 0px;
}
#logo {
	margin-left:150px;
}
#navi {
	margin-top:115px;
	border-bottom:1px solid #fff;
	margin-bottom:1px;
	height:24px;
	overflow:hidden;
}
#hnavi {
	margin-left:150px;
}
#hnavi a {
	margin:0px 0px 0px 1px;
}
#lnavi {
	margin-left:300px;
}
#bildreihe {
	background-color:#B3C1D1;
	background-image:url("img/bildreihe.jpg");
	background-repeat:no-repeat;
	height:121px;
	width:100%;
	border-bottom:1px solid #fff;
}
