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


html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	height:100%;
	background:url(../images/background.jpg);
}

#overall_header {
	position:absolute;
	top:0;
	left:0;
	width:100%;	
	height:220px;
	background:url(../images/header.jpg) center;
}

#rohr {
	position:absolute;
	top:220px;
	left:0;
	width:100%;	
	height:52px;
	background:url(../images/rohr.png) repeat-x;
}

#header_image {
	margin:0 auto;
	width:1000px;
	heigth:220px;
}

#menu {
	margin:0 auto;
	width:1000px;
	height:52px;
	background:url(../images/eckrohr.jpg) no-repeat 50px 0px;
}


#header_container {
	margin:0 auto;
	width:1000px;
}

#logo {
	position:relative;
	top:15px;
	left:30px;
	z-index:5;
	width:253px;
	height:336px;
}

#container {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../images/rastercontent.png) repeat-y center;
}

#container2 {
	width:1000px;
	margin:0 auto;
	padding:0px 0 0 0;
}

#subnavi {
	float:left;	
	width:270px;
}

#content {
	float:left;	
	width:720px;
}

#spalte1 {
	float:left; 
	width:670px	
}

#imprint {
	position:relative;
	top:-23px;
	left:1025px;
	width:150px;
}

#imprint a {
	color:#676767;
	font-size:10px;
	text-decoration:none;
}

#imprint a:hover {
	color:#0da7e6;
	text-decoration:none;
}

img { border:none }

