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


* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

h1 {
	display: inline;
}


p {
   	display: inline;
	margin:0 0 5px 0;
}

div#container {
	margin: 0 auto;
	width: 980px;
	height: 730px;
	background-color: #708ecb;
}

div#header {
	width: 980px;
	height: 280px;
	background-image: url(../Bilder/header.jpg);
	background-repeat: no-repeat;
}

div#menu {
	width: 960px;
	height: 27px;
	background-color: #708ecb;
	padding-left: 20px;
	padding-top: 5px;
}

div#menu p {
	color: white;
}

.left {
	width: 535px;
	height: 335px;
	background-color: #b1c6e1;
	text-align: justify;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px 5px;
}

.left_impressum {
	width: 930px;
	height: 335px;
	background-color: #b1c6e1;
	text-align: justify;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px 5px;
}


.right {
	width: 340px;
	height: 200px;
	background-color: #b1c6e1;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	padding: 0 5px;
}

div#footer {
	width: 980px;
	height: 40px;
	background-color: #708ecb;
	float: left;
	text-align: center;
	margin-top: 15px;
}

div#footer p {
	color: white;
}