body {
	margin: 0px;
	padding: 0px;
	background: #fff url(http://bludo.de/fileadmin/bilder/bg_greenlines.gif) fixed;
	text-align:left;
	height:100%;
	}
	
#wrapper1 {
    position:absolute;
    width:1024px;
    left:50%;
    z-index:1;
}
#wrapper2 {
    position:absolute;
    background-color:#FFFFFF;
    width:100%;
    left:-512px;
    z-index:1;
}

#header {
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:1024px;
	height:300px;
	top:10px;
	z-index:10;
}

		#header_logo {
			position:relative;
			width:1000px;
			height:75px;
			z-index:100;
			left: 10px;
		}
		
		#header_pic {
			position:relative;
			width:1000px;
			height:175px;
			z-index:100;
			left: 10px;
		}
		
				#header_menu {
					position:absolute;
					/*background-color:#CCC;*/
					width:780px;
					top:60px;
					float:right;
					height:240px;
					left: 230px;
					z-index:1000;
				}

#content {
	float:left;
	width:1024px;
	min-height:520px;
	background-color:#FFFFFF;
	z-index:9;
	margin: 10px 0px 0px 0px;
}

#links {
	float:left;
	left:10px;
	background-color:#FFFFFF;
	width:220px;
	z-index:10;
	margin: 0px 0px 0px 10px;
}

		#search{
			float:left;
			width:200px;
			min-height:45px;
			z-index:100;
		}
		
		#pic{
			float:left;
			width:200px;
			height:350px;
			z-index:100;
		}

#main {
	float:left;
	background-color:#FFFFFF;
	width:640px;
}

		#inhalt{
			float:left;
			width:600px;
			z-index:100;
			margin: 0px 0px 0px 20px;
		}
		
#rechts {
	float:left;
	background-color:#FFFFFF;
	width:140px;
	z-index:10;
}

		#submenu{
			float:left;
			width:140px;
			z-index:100;
			margin: 0;
		}