#map-wrapper{
position: relative;
margin:auto;
margin-top: 10px;
width: 550px;
height: 350px;
}

#map {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 300px;
}

#toolbar {
position:relative;
top:300px;
width: auto;
height: 30px;
background: white;
}

#toolbar h1 {
margin: 0;
font: bold 18px Helvetica, sans-serif;
}

#toolbar ul {
list-style: none;
padding: 0;
margin: 2px 1px 0 0;
}

#toolbar ul li {
position:relative;
float:left;
padding:7px;
line-height: 1em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#toolbar ul li label {
margin-left:5px;
margin-right:10px;
line-height: 1em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#toolbar ul li checkbox {
line-height: 1em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#toolbar ul li a {
padding: 3px 3px;
color: #000;
text-decoration: none;
font-size: 12px;
margin-left: .3em;
line-height: 1em;
}

#toolbar ul li a:hover {
color: #aaa;
background: #444;
}


label.checkbox_checked {
	background: #fff url(/fileadmin/images/checkbox1b.gif) no-repeat;
	display: block;
	margin: 5px 0;
	padding-left: 25px;
}
label.checkbox_unchecked  {
	background: #fff url(/fileadmin/images/checkbox1.gif) no-repeat;
	display: block;
	padding-left: 25px;
}

