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

#imageMenu {
	overflow: hidden;
	padding: 7px 0 0 0;
	border-style: none;
	margin: 0 auto;
	width: 964px; /* etwas größer damit kein Zeilenumbruch stattfindet */
}

#imageMenu ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#imageMenu ul li {
	float: left;
	padding-bottom: 6px;
	padding-top: 6px;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #111;
}

#imageMenu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 101px;
	height: 150px;
	overflow: hidden;
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	cursor: pointer;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-right: 3px ridge #111;
}

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

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

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

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

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

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

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

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

#imageMenu ul li.bk9 a {
	background: url(images/team.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}


