/* (c) 2014 andreas n. schubert */
/* www.andreas-n-schubert.de    */

figure {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#imgmap {
	position: relative;
	/* für absolute Positionierung der Kindelemente */
	max-width: 565px;
}

figure a {
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 4px #fff;
	border-radius: 15px;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000, 0px -1px 2px #fff;
	border: 0 solid red;
	padding: 5px;
}

a#begutachten {
	left: 17%;
	top: 44%;
	width: 30%;
	color: #66148d;
}

a#foerdern {
	left: 55%;
	top: 44%;
	width: 35%;
	color: #D68016;
}

a#beraten {
	left: 67%;
	top: 70%;
	width: 18%;
	color: #009700;
}

a#ueberwachen {
	left: 17%;
	top: 20%;
	width: 30%;
	color: #13796C;
}

a#eingangsbereich {
	left: 28%;
	top: 85%;
	width: 35%;
	color: #1a5689;
}

#imgmap a {
	position: absolute;
}