body, html {
	margin: 0;
	padding: 0;
}

.infoWindow {
	width: 180px;
	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.infoWindow small {
	display: block;
	text-align: right;
	font-size: 9px;
}

.clearer {
	clear: both;
}

#googleMaps {
	position: relative;
	width: 450px;
}


/******* SIDEBAR ********/

#sidebar {
	position: absolute;
	top: 0;
	left: 400px;
	margin: 0 10px 0 0;
	width: 30px;
}

#sidebar #empty {
	height: 32px;
	width: 26px;
}

#sidebar a {
	clear: both;
	border: none;
	text-decoration: none;
	margin: 0 0 5px 0;
	line-height: 12px;
	font-size: 10px;
}

#sidebar a#butZoomIn {
	display: block;
	height: 26px;
	width: 26px;
	background: url('zoominhover.gif') no-repeat 0 0;
}

#sidebar a#butZoomOut {
	display: block;
	height: 26px;
	width: 26px;
	background: url('zoomouthover.gif') no-repeat 0 0;
}

#sidebar a#butZoomIn:hover {
	background: url('zoomin.gif') no-repeat 0 0;
}

#sidebar a#butZoomOut:hover {
	background: url('zoomout.gif') no-repeat 0 0;
}

#sidebar a span {
	visibility: hidden;
}

#sidebar #zoomSlider {
	padding: 12px 0 0 0;
	margin: 20px 0 0 7px;
	background: transparent url(../images/slider_bg.gif) no-repeat 0 0;
	width: 11px;
	height: 143px;
}

#sidebar #zoomSlider .slider {
	position: relative;
	height: 128px;
	width: 11px;
}
#sidebar #zoomSlider .slider img {
	display: block;
	position: absolute;
}


/******* MAPCONTROLS ********/

#mapControls {

}

#mapControls a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	width: 80px;
	color: #695151;
	font-family: Tahoma;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: url(../images/knop_bg.gif);
	border: none;
	margin: 5px 35px 5px 0;
}

#mapControls a:hover,
#mapControls .activeBut {
	color: #fff;
	background: url(../images/knop_bg_active.gif);
}

#mapControls .typeBut {
	color: #fff;
	background: url(../images/knop_bg2.gif);
	margin-right: 7px;
}
#mapControls .activeBut {
	margin-right: 7px;
}


/******* MAPOUTER ********/

#mapOuter {
	border: 1px solid #e8e3de;
	float: left;
	padding: 7px;
}

