#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#header {
	background-color: #FFF;
	height: 180px;
	width: 978px;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 1px #666;
	-moz-border-radius: 5px;
	position: relative;
}
#logo {
	background-image: none;
	width: 300px;
	float: left;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFF;
	padding-top: 5px;
	}

#topnavi {
	width: 638px;
	float: left;
	padding-top: 25px;
	padding-left: 40px;
	background-color: #FFF;
	position: relative;
	}

#clearertop {
	clear: both;
	float: left;
	width: 980px;
	height: 1px;
	padding-top: 25px;
}

#content {
	min-height: 500px;
	width: 978px;
	float: left;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-radius: 5px;
	box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 1px #666;
	-moz-border-radius: 5px;
}
#subnavi {
	background-color: #B7C0E3;
	width: 200px;
	min-height:500px;
	float: left;
	position: relative;
	border-right-style: solid;
	border-right-color: #000;
	border-right-width: 1px;
	}
#inhalt {
	float: left;
	width: 712px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}

#clearerbottom {
	clear: both;
	float: left;
	width: 980px;
	height: 1px;
	padding-top: 25px;
}
#footer {
	background-color: #a8a9ad;
	float: left;
	height: 25px;
	width: 980px;
	text-align: center;
	padding-top: 3px;
	border: 1px solid #000;
		border-radius: 5px;
	box-shadow: 2px 2px 1px #333;
	-webkit-box-shadow: 2px 2px 1px #333;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 1px #666;
	-moz-border-radius: 5px;
	
}
