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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 400px;
	height: 200px;
	left:0px;
	overflow: hidden;
	border:1px #FFF solid;
	padding:0px;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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


/************************************************************
unterseiten
*/

#imageMenu2 {
	position:relative;
	left:22px;;
	width: 300px;
	height: 200px;
	overflow: hidden;
	border:0px #F00 solid;
	
}



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

#imageMenu2 ul li {
	float: left;
}

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

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

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

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

#imageMenu2 ul li.edv a {
	background: url(images/edv.jpg) repeat scroll 00%;
}

#imageMenu2 ul li.wohnen a {
	background: url(images/wohnen.jpg) repeat scroll 0%;
	width: 100px;
}

.clear {
	clear: both;
}

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


