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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 910px;
	height: 350px;
	overflow: hidden;
	text-align: center;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	width: 910px;
	
	}

.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:220px;
	height: 350px;
}
.imageMenu ul li.fotografie a {
	background-attachment: scroll;
	background-image: url(../images/im_fotografie.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.druckerei a {
	background-attachment: scroll;
	background-image: url(../images/im_druckerei.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.werbung a {
	background-attachment: scroll;
	background-image: url(../images/im_werbung.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.internet a {
	background-attachment: scroll;
	background-image: url(../images/im_internet.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

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

