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

	Image Menu
	v 2.2

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


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



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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




.clear {
	clear: both;
}

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

