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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 630px;
	height: 180px;
	overflow: hidden;
	margin-left:85px;
	border-right:1px solid #FFF;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 180px;
	width: 1000px;	
}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 180px;
}

#navi .imageMenu ul li.index a {
	background:url(../_img/willkommen.jpg) repeat scroll 0%;
}

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

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

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

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


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

#navi .imageMenu ul li.kurse_termine a {
	background:url(../_img/kurse_termine.jpg) repeat scroll 0%;
	width: 270px;
}

.clear {
	clear: both;
}

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


