/* css image map für JOLOs Kinderwelt */

ul#imagemap {
	position: relative;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	font-weight: 600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

li.map_box {
	position: absolute;
	display: block;
	overflow: hidden;
	background-image: none;
	background-repeat: no-repeat;
}

li.home {
	width: 113px;
	height: 113px;
	top: 43px;
	left: 8px;
}
li.spielewelt {
	width: 129px;
	height: 129px;
	top: -10px;
	left: 113px;
}
li.geburtstag {
	width: 138px;
	height: 138px;
	top: 12px;
	left: 243px;

}
li.info {
	width: 80px;
	height: 80px;
	top: 18px;
	left: 380px;
}
li.kontakt {
	width: 94px;
	height: 94px;
	top: 32px;
	left: 460px;
}

li.home:hover, li[class*="home current"] {
	background-image: url(../img/bg_nav_active_1.gif);
}

li.spielewelt:hover, li[class*="spielewelt current"] {
	background-image: url(../img/bg_nav_active_2.gif);
}

li.geburtstag:hover, li[class*="geburtstag current"] {
	background-image: url(../img/bg_nav_active_3.gif);
}

li.info:hover, li[class*="info current"] {
	background-image: url(../img/bg_nav_active_4.gif);
}

li.kontakt:hover, li[class*="kontakt current"] {
	background-image: url(../img/bg_nav_active_5.gif);
}

li.map_box a {
	position: absolute;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}

li.map_box a:link,
li.map_box a:visited {
	background-image: none;
}

li.map_box a:focus,
li.map_box a:hover,
li.map_box a:active {
	text-decoration: none;
}

li.home a{
	height: 79px;
	left: 0;
	line-height: 2em;
	padding: 7px 0 30px 18px;
	top: 0;
	width: 80px;
}
li.spielewelt a{
	width: 120px;
	height: 46px;
	line-height: 2em;
	top: 10px;
	left: 5px;
	padding: 50px 0 30px;
}
li.geburtstag a{
	width: 128px;
	height: 58px;
	line-height: 2em;
	top: 0px;
	left: 5px;
	padding: 38px 0;
}
li.info a{
	width: 70px;
	height: 50px;
	line-height: 2em;
	top: 1px;
	left: 5px;
	padding: 31px 0 0;
}
li.kontakt a{
	width: 85px;
	height: 54px;
	line-height: 2em;
	top: 1px;
	left: 4px;
	padding: 17px 0 15px 1px;
}


li.active {}