/* @override http://tanzhaus-heidenheim.de/wp-content/themes/dancehouse/imagemenu/imageMenu.css */

/*****
Image Menu
v 2.2    320x200px (7+136,5=962,5px??)
	*****/

#imageMenu {
	height: 210px; /*240px;*/
	overflow: hidden;
	padding: 2px 0 2px 0px; /* 10px 0 5px 0px; */
	border-style: none;
	margin: 0 auto;
  width: 972px;       /*wenn 970px Probleme mit dem letzten Bild */
}

#imageMenu ul {
	list-style: none;
	margin: 3px;
	display: block;
	height: 200px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;/*12px; */
	padding-top: 2px; /*12px;*/
	border-top-style: solid;
	border-top-width: 1px;
}


#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#FFFFFF none repeat scroll 0%;     /* weiss */
	border-right: 0.5px solid #fff;  /* 2px solid #fff; */
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:136px;  /*133px*/
	height: 200px;
	font-weight: bold;
  font-size: 13px; /*24 px */
	font-family: "Verdana", Arial, Helvetica, Geneva, sans-serif;
	color: #003399; /*#f66000;      white*/
	text-decoration:  none;
		 
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
	text-indent: 10px;
	vertical-align: baseline; /*middle;*/   /*baseline;*/
	/*text-shadow: #003399 1px 1px 0px;  white 3px 5px 2px;*/  /*4px 4px 8px #FFFFFF;  003399; #F66000; 3px 3px 4px FFF; #000;=schwarz  */

   
}

#imageMenu ul li.bk1 a {
	
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/5.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(images/6.jpg) repeat scroll 0%;
}


#imageMenu ul li.bk7 a {
	background: url(images/kontakt.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}



