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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	width: 800px;
	height: 240px;
	overflow: hidden;
	background: url(../grafiken/diemalinsel_logo_hintergrund_home.png) no-repeat top left;
}



#imageMenu ul {
	float: left;
	list-style: none;
	margin-left: -30px;
	display: block;
	height: 200px;
	width: 800px;
  cursor:pointer;
}

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.home a {
  background: url(../grafiken/diemalinsel_button_home_aktiv.png) repeat scroll 0%;
}

#imageMenu ul li.kunst a {
	background: url(../grafiken/diemalinsel_button_kunst_hell.png) repeat scroll 0%;
}

#imageMenu ul li.portait a {
	background: url(../grafiken/diemalinsel_button_portraits_hell.png) repeat scroll 0%;
}

#imageMenu ul li.schuetzenscheiben a {
	background: url(../grafiken/diemalinsel_button_schuetzenscheiben_hell.png) repeat scroll 0%;
}

#imageMenu ul li.auftrag a {
	background: url(../grafiken/diemalinsel_button_auftrag_hell.png) repeat scroll 0%;
}

#imageMenu ul li.preise a {
	background: url(../grafiken/diemalinsel_button_preise_hell.png) repeat scroll 0%;
}

#imageMenu ul li.online_malkurse a {
	background: url(../grafiken/diemalinsel_button_malkurse_online_hell.png) repeat scroll 0%;
}

#imageMenu ul li.atelier_malkurse a {
	background: url(../grafiken/diemalinsel_button_malkurse_atelier_hell.png) repeat scroll 0%;
	width: 110px;
}

#imageMenu ul li.leer a {
	background: url(../grafiken/diemalinsel_button_leer.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

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


