#outerwrapper {
	z-index:1;
	margin: 0 auto;
	margin-top:20px;
	width: 955px;
	min-height:700px;
	background-image: url(../pics/vr.jpg); 
	background-position:940px;
	background-repeat:repeat-y;
	background-color: #ffffff;
}

#unten {
	z-index:2;
	width:955px;
	height:15px;
	float:left;
	clear:both;
	background-image: url(../pics/vu.jpg);
}


#kopf {
	z-index:3;
	width:940px;
	height:170px;
	float:left;
	}

#logo {
	z-index:4;
	width:510px;
	height:105px;
	float:left;
	}
#navi {
	z-index:5;
	width:430px;
	height:80px;
	margin-top:87px;
	float:left;
	}

#subnavi {
	z-index:6;
	width:430px;
	height:65px;
	float:left;

	}

#content {
	z-index:7;
	width:940px;
	min-height:430px;
	float:left;
	clear:both;
	background-color: #ffffff;
	}

#text {
	z-index:8;
	width:510px;
	float:left;
	}
	
#bild {
	z-index:9;
	margin-top:43px;
	width:430px;
	height:700px;
	float:left;
	}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

