@charset "utf-8";
html {
	min-height: 100%;
	margin: 0px;
	padding:0px;
	height:100%;
}
body {
	margin: 0px;
	min-height: 100%;
	height:100%;
	width: 100%;
	padding: 0px;
}

#container {
	position: relative;
	width: 100%;
	background-image: url(mitte_hintergrund.png);
	background-position: center 300px;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: auto;
	overflow: hidden;
}
#header {
	height: 228px;
	width: 818px;
	position: static;
	text-align: center;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	width: 807px;
	position: static;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#footer {
	height: 12px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E4302C;
	text-decoration: none;
	white-space: nowrap;
}

#maincontent_home {
	width: 750px;
	position: static;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 28px;
	padding: 0px;
	margin-top: 0px;
	text-align: center;
	height: 100%;
	color: #666;
}
#maincontent_band {
	width: 750px;
	position: static;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 28px;
	padding: 0px;
	margin-top: 0px;
	height: 100%;
	color: #666;
	text-align: right;
}

#maincontent_kontakt {
	width: 750px;
	position: static;
	margin-top: 28px;
	margin-right: 28px;
	margin-bottom: auto;
	margin-left: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	left: auto;
	right: auto;
}
#maincontent_projekte {
	width: 750px;
	position: static;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 28px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
	height: 100%;
	color: #666;
}

