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

body {
  background:#ebebeb;
  margin:0px;
  font-family:Trebuchet, Tahoma, Verdana;
  font-size:12px;
  color:#052f62;
}

h1 {
	font-family:Trebuchet, Tahoma, Verdana;
 	font-size:16px;
	color:#052f62;
}

#header {
	left:0px;
	top:0px;
	width:100%;
	height:200px;
	background-color:#0a4998;
	margin-top:0px;
}
	
#header2 {
	position:absolute;
	align:center;
	left:100px;
	top:0px;
	width:800px;
	height:200px;
	background-image:url(images/header2.jpg);
}

#mitte {
	position:absolute;
	background-image:url(images/background.jpg);
	left:100px;
	top:200px;
	width:800px;
	height:500px;
}

#mitte2 {
	position:absolute;
	background-color:#ffffff;
	left:100px;
	top:0px;
	width:600px;
	height:750px;
}

img bildermitte {
	border:0;
	width:200px;
	height:100px;
	top:0px;
}

#navi {
	border-bottom:1px;
	border-color:#052f62;
	width:595px;
	height:19px;
	top:0px;
	font-style:normal;
	padding-right:5px;
}
	
	
#left {
	float:left;
	width:200px;
	height:auto;
}

#right {
	float:right;
	width:380px;
	height:650px;
	padding-left:10px;
	padding:10px;
}

