#menueImage_home{
	z-index:1;
	position: absolute;
	top: 0px;
	left:0px;
	width:150px;
	height: 100%;
	background-image : url(../grafik/BG_menue.gif);
	background-repeat : no-repeat;
}

#menueImage_home_orange{
	z-index:1;
	position: absolute;
	top: 0px;
	left:0px;
	width:150px;
	height: 100%;
	background-image : url(../grafik/BG_menue_orange.gif);
	background-repeat : no-repeat;
}

#text{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 215px;
	width:230px;
	height:100%;
	background-color : #FFFFFF;
	padding-top: 65px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing:1px;
	color: #666666;
}

#bildergalerie{
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 215px;
	width:430px;
	height:100%;
	background-color : #FFFFFF;
	padding-top: 65px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing:1px;
	color: #666666;
}

#image{
	z-index: 0;
	width:500px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 445px;
		
}



