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

	Image Menu
	v 2.2

**************************************************************/
#nav{
	top: 8%;
	left: 30%;
	margin-left: -210px;
	margin-top: 0;
	position: absolute;
	background-color: #00b700;
	background-image: url(../bilder/nav-bg.jpg);
	width: 190px;
	height: 508px;
	overflow: hidden;
	padding: 10px;
	}


#imageMenu {
	position: relative;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	/*height: 200px;*/
	width: 1000px;
	margin-left: 0px;
	padding-left: 0px;
	
	}

/*für ie li abstand veringern*/
*+html #imageMenu ul li
{
 margin-bottom: -3px;
}
* html #imageMenu ul li
{
 margin-bottom: -3px;
}


#imageMenu ul li a {
	/*text-indent: -1000px;*/
	background:#FFFFFF none repeat scroll 0%;
	border-bottom: 2px solid #ffffff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:190px;
	height: 70px;
}

#imageMenu img{
	margin-top: 0px;
	margin-left: 5px;
	}

#imageMenu ul li.eins a {
	background: url(../bilder/mich.jpg) no-repeat ;
}

#imageMenu ul li.zwei a {
	background: url(../bilder/angebot.jpg) no-repeat ;
}

#imageMenu ul li.drei a {
	background: url(../bilder/massage.jpg) no-repeat ;
}

#imageMenu ul li.vier a {
	background: url(../bilder/rebalancing.jpg) no-repeat ;
}

#imageMenu ul li.fuenf a {
	background: url(../bilder/cranio.jpg) no-repeat ;
	
}
#imageMenu ul li.sechs a {
	background: url(../bilder/kontakt.jpg) no-repeat ;
	
}
#imageMenu ul li.sieben a {
	background: url(../bilder/info.jpg) no-repeat ;
	
}

#imageMenu ul li.last a {
	border-bottom: 0px;
	}
.clear {
	clear: both;
}
.linie{
	height: 1px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom: 1em;
	width: 40%;
	background-color: #003366;
	overflow: hidden;
	}
#main{
	border-top: 1px #003366 solid;
	border-right: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
	}
/*************************************************************/


