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

	Image Menu
	v 2.2

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


#imageMenu {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 218px;
	overflow: hidden;
	background-color:#eeeeee;
}



#imageMenu ul {
	list-style: none;
	padding: 0px;
	display: block;
	height: 218px;
	width: 1000px;
	margin-left:40px;
	}

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.start a {
	background: url(../images/content/images_algantico/algantico_01.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.philosophie a {
	background: url(../images/content/images_algantico/algantico_02.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.leistungen a {
	background: url(../images/content/images_algantico/algantico_03.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.referenzen a {
	background: url(../images/content/images_algantico/algantico_04.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.agentur a {
	background: url(../images/content/images_algantico/algantico_05.jpg) scroll 0% no-repeat;
	width: 310px;
}

#imageMenu ul li.test a {
	background: url(../images/content/images_algantico/algantico_06.jpg) scroll 0% no-repeat;
	width: 310px;
}

.clear {
	clear: both;
}

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

