
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: absolute;
	width: 600px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 800px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(images/home.jpg) repeat scroll 0%;
}

#imageMenu ul li.wasser a {
	background: url(images/wasser.jpg) repeat scroll 0%;
}

#imageMenu ul li.produkte a {
	background: url(images/produkte.jpg) repeat scroll 0%;
}



#imageMenu ul li.philosophie a {
	background: url(images/philosophie.jpg) repeat scroll 0%;
}

#imageMenu ul li.kontakt a {
	background: url(images/kontakt.jpg) repeat scroll 0%; width: 320px;
}


.clear {
	clear: both;
}

/*************************************************************/

