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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



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

#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:98px;
	height: 200px;
}
#imageMenu  ul  li.pprotect  a {
	background: url(images/pprotect.jpg) repeat scroll 0%;
}

#imageMenu  ul  li.puetterich  a {
	background: url(images/puetterich.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.hnoraubling  a {
	background: url(images/hnoraubling.jpg) repeat scroll 0%;
}
#imageMenu ul li.stsimmobilien a {
	background: url(images/stsimmobilien.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.fmo  a {
	background: url(images/fmo.jpg) repeat scroll 0%;
}

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

.clear {
	clear: both;
}
#wrapper #cont1 #cont a {
	color: #425219;
}
#wrapper #cont1 #cont li {
	list-style-type: circle;
	margin-bottom: 10px;
}

