/*************************
         CSS
Kuchendiagramm Imagemap

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


#imagemapx{
	background-image: url(../img/kuchendiagramm.jpg);
	width:  289px;
	height: 289px;
	margin: 15px 0px 0px 65px;
}

#a1{
	width:   148px;
	height:  139px;
	float:   left;
}

#a1:hover{
	background-image: url(../img/rollover.jpg);
	background-position: 0px 0px;
}

#a2{
	width:   140px;
	height:  139px;
	float:   left;
}

#a2:hover{
	background-image: url(../img/rollover.jpg);
	background-position: 141px 0px;
}

#a3{
	width:   148px;
	height:  139px;
	clear:   both;
	float:   left;
}

#a3:hover{
	background-image: url(../img/rollover.jpg);
	background-position: 0px 150px;
}

#a4{
	width:   140px;
	height:  139px;
	float:   left;
}

#a4:hover{
	background-image: url(../img/rollover.jpg);
	background-position: 141px 150px;
}