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

	CSS für das Menü

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

#imageMenu {
	position: relative;
	width: 900px;
	height: 150px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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



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


#imageMenu {
	position: relative;
	width: 950px; /* Breite der Ansicht */
	height: 150px;
	overflow: hidden;
	background-color:#EFEEDF;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

#imageMenu ul li.streifzug a {
	background: url(images/streifzug.gif) repeat scroll 0%;
}
#imageMenu ul li.kochkurs a {
	background: url(images/kochkurs.gif) repeat scroll 0%;
}
#imageMenu ul li.fasching a {
	background: url(images/fasching.gif) repeat scroll 0%;
}
#imageMenu ul li.krimi2 a {
	background: url(images/krimidinner.gif) repeat scroll 0%;
}
#imageMenu ul li.dtm a {
	background: url(images/rennfieber.gif) repeat scroll 0%;
}
#imageMenu ul li.biking a {
	background: url(images/biking.gif) repeat scroll 0%;
}

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

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

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

#imageMenu ul li.real-lp a {
	background: url(images/real_lp.gif) repeat scroll 0%;
}
*/
#imageMenu ul li.gespraeche a {
	background: url(images/schlossgespraeche.gif) repeat scroll 0%;
}

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

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

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

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

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

.clear {
	clear: both;
}

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

