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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 650px;
	height: 150px;
	overflow: hidden;
	background-color:#EFEEDF;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	width: 800px;
	background-color:#EFEEDF;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -800px;
	background: #EFEEDF none repeat scroll 0%;
	background-color: #EFEEDF;
	ba
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:140px;
	height: 150px;
}
/*
#imageMenu ul li.highlights a {
	background: url(images/highlights.gif) repeat scroll 0%;
}
*/
#imageMenu ul li.festspiele a {
	background: url(images/festspiele.gif) repeat scroll 0%;
}

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

#imageMenu ul li.sommer a {
	background: url(images/sommer-highlights_en.gif) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

