
.jimgMenu {
	position: relative;
	width: 2000px;
	height: 200px;
	overflow: hidden;
	margin: 25px 0px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 2000px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: 0px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:120px;
	height: 190px;
}

.jimgMenu ul li.Willkommen a {
	background: url(images/Willkommen.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Service a {
	background: url(images/Service.jpg) repeat scroll 0%;
}

.jimgMenu ul li.News a {
	background: url(images/glaeser.jpg) repeat scroll 0%;
}
.jimgMenu ul li.Referenzen a {
	background: url(images/Referenzen.jpg) repeat scroll 0%;
}
.jimgMenu ul li.Videos a {
	background: url(images/Videos.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Galerie a {
	background: url(images/Galerie.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Feedback a {
	background: url(images/Feedback.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Kontakt a {
	background: url(images/Kontakt.jpg) repeat scroll 0%;
	min-width:300px;
	
}

.clear {
	clear: both;
}
