/* @override http://mac-host.com/slidingdoor/wp-content/themes/sliding-door/imagemenu/imageMenu.css */

/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	
	overflow: hidden;
	float:left;
	padding: 5px 0 5px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 980px;
 /* background-color:#096;*/
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
	/*background-color:#C36;*/
	}

#imageMenu ul li {
	/*background-color:#669;*/
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 0px;
	/*border-top-style: solid;
	border-top-width: 1px;*/
	height: 200px;
}


#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#FFFFFF;
	height: 200px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	/*width:137px;mitFörderer*/width:160px;
	
	
	/*font-weight: bold;*/
	font-size: 18px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	text-decoration: none;
		 
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	text-align: center;
	text-indent: 10px;
	
	text-shadow: 2px 2px 3px#000;/**/

   
}





#imageMenu ul li.page_item.page-item-7 a{
	background: url(images/wirueberuns.jpg) no-repeat ;
	padding-top: 172px;
		
}

#imageMenu ul li.page_item.page-item-5 a {
	background: url(images/aktuelles.jpg) no-repeat;
	padding-top: 172px;
}

#imageMenu ul li.page_item.page-item-10 a {
	background: url(images/angebote.jpg) no-repeat  ;
	padding-top: 172px;
}

#imageMenu ul li.page_item.page-item-18 a {
	background: url(images/villapebra.jpg) no-repeat ;
	padding-top: 172px;
}


#imageMenu ul li.page_item.page-item-15 a {
	background: url(images/courage.jpg) no-repeat  ;
	padding-top: 172px;
}


#imageMenu ul li.page_item.page-item-79 a{
	background: url(images/foerderer.jpg) no-repeat;
	padding-top: 172px;
	
	
}

#imageMenu ul li.page_item.page-item-20 a {
	background: url(images/kontakt.jpg) no-repeat  ;
	padding-top: 172px;
}

.clear {
	clear: both;
}

