body {
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#page {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background:url(bilder/header_1.jpg) no-repeat;
	width: 1090px;
	height: 157px;
}
	#head_title {
		font-size: 34px;
		font-weight: 400;
		color: #5d5d5d;
		position: relative;
		top: 58px;
		left: 40px;
		width: 410px;
	}
	#head_slogan {
		position: relative;
		float: left;
		top: 20px;
		left: 450px;
		font-size: 10px;
	}
	#head_links {	
		position: relative;
		float: left;
		top: 47px;
		left: 705px;
		font-size: 9px;
	}
	#head_suche {
	position: relative;
	float: left;
	top: 77px;
	left: 430px;
	font-size: 9px;
	}

#content {
	width: 1090px;
	background: url(bilder/content.jpg) repeat-y;
	position: absolute;
}
	#cont_nav {
		position: relative;
		float: left;
		left: 20px;
		width: 170px;
	}
		#navigation {
			margin: 5px;
		}
	#cont_main {
		position: relative;
		float: left;
		left: 20px;
		width: 592px;
		min-height: 800px;
	}
		#main {
			margin: 5px;
		}
	#cont_box {
		position: relative;
		float: left;
		left: 20px;
		border-left: 2px solid  #9c9c9c;
		width: 227px;
	}
		#box {
			margin: 5px;
		}

#footer {
	background:url(bilder/footer.jpg) no-repeat;
	position: relative;
	float: left;
	bottom: 0px;
	width: 1090px;
	height: 51px;
}
	#foot_copy {
		position: relative;
		float: left;
		font-size: 10px;
		left: 40px;
		top: 15px;
	}