* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #cccccc;
	color: #24588a;
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*Seitenparameter*/

#allwrap {
	width: 1040px;
	position: absolute;
	left: 50%;
	margin-left: -520px;
}

#main {
	position: relative;
	min-height: 800px;
	background-color: #ffffff;
	border-top-style: none;
	border-left: 1px solid #24588a;
	border-right: 1px solid #24588a;
	border-bottom: 1px solid #24588a;
	padding-bottom: 20px;
}

#head {
	position: relative;
	width: 1000px;
	height: 70px;
	margin-left: 20px;
	background-color: #2f5689;
}

#logo {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 331px;
	height: 113px;
}

#navigationbox {
	color: #ccc;
	position: absolute;
	font-size: 18px;
	top: 45px;
	left: 500px;
}

#navigation {
	float:left;
}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	float:left;
	margin:0;
	padding:0;
	margin-right: 20px;
}

#navigation a {
	display:block;
	color: #ccc;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
}

#navigation .active {
	color: #fff;
	text-decoration: none;
}

#image {
	width: 1000px;
	
	margin-left: 20px;
}

#content {
	width: 1000px;
	margin-left: 20px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 17px;
}

#content p {
	margin-top: 10px;
}

#content a {
	color: #24588a;
}

#leftcontent {
	width: 320px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#leftcontent h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 17px;
}

#leftcontent p {
	margin-top: 10px;
}

#leftcontent a {
	color: #24588a;
}

#middlecontent {
	width: 320px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#middlecontent h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 17px;
}

#middlecontent p {
	margin-top: 10px;
}

#middlecontent a {
	color: #24588a;
}

#rightcontent {
	width: 320px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

#rightcontent h1 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #d3d3d3;
	margin-top: 17px;
}

#rightcontent p {
	margin-top: 10px;
}

#rightcontent a {
	color: #24588a;
}

#clearcolls {
	clear: both;
	size: 0px;
}

#footer {
	text-align: center;
	width: 1040px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer a {
	color: #24588a;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
}
