body {
	background:			url('/images/zoeken/background.gif') repeat-y center;
}
div#content {
	background-color:	#fff;
}
div#searchContainer {
	padding-top: 		15px;
	background-color: 	#fff;
}

div#tabs {
	margin:				0;
	padding: 			0;
	line-height:		0;
	font-size:			0;
}
div#tabs a {
	margin:				0 4px 0 0;
	padding:			0;
}
div#mapContainer {
	margin:				0;
	padding: 			0;
	background:			url('/images/zoeken/corner.gif') no-repeat #c1dae4 top right;
}

div#legenda {
    float               :   left;
    width               :   229px;
    padding-top         :   35px;
}

div#legenda div.legendaItem {
    height              :   22px;
    /*
    width               :   229px;
    border              :   1px solid #00ff00;
    */
    clear               :   both;
    background-repeat   :   no-repeat;
    margin-left         :   12px;
    color               :   #193664;
}
div#legenda div.legendaItem div.icon {
	float				:	left;
	width				:	24px;
	height				:	24px;
	margin				:	0;
	padding				:	0;
}
div#legenda div.legendaItem div.legendaDescription {
	float				:	left;
	height				:	24px;
	padding				:	5px 0 0 12px;
	margin				:	0;
}
div#legenda div.legendaItem a {
	color				:	#193664;
	text-decoration		:	none;
}

img.hideicon {
    display             :   none;
}

div#mapZoom {
    float               :   left;
    width               :   93px;
    padding-top         :   35px;
}

div#mapZoom a {
    color               :   #d34600;
    text-decoration     :   none;
    display             :   block;
    width               :   64px;
    padding-left        :   35px;
    background-repeat   :   no-repeat;
    background-position :   0px 11px;
    height              :   14px;
    padding-top         :   4px;
}

div#mapZoom a.straat {
    background-image    :   url('/images/kaart/bg_zoom_straat.gif');
}

div#mapZoom a.buurt {
    background-image    :   url('/images/kaart/bg_zoom_buurt.gif');
}

div#mapZoom a.stad {
    background-image    :   url('/images/kaart/bg_zoom_stad.gif');
}

div#mapZoom a.streek {
    background-image    :   url('/images/kaart/bg_zoom_streek.gif');
}

div#mapZoom a.regio {
    background-image    :   url('/images/kaart/bg_zoom_regio.gif');
}

div#mapZoom a.provincie {
    background-image    :   url('/images/kaart/bg_zoom_provincie.gif');
}

div#mapZoom a.land {
    background-image    :   url('/images/kaart/bg_zoom_land.gif');
}

div#mapZoom a.zoomin {
    background-image    :   url('/images/kaart/bg_zoom_in.gif');
    background-position :   0px 0px;
    padding-top         :   0px;
    color               :   #193664;
    font-weight         :   bold;
    height              :   16px;
}

div#mapZoom a.zoomout {
    background-image    :   url('/images/kaart/bg_zoom_uit.gif');
    background-position :   0px 0px;
    padding-top         :   0px;
    color               :   #193664;
    font-weight         :   bold;
    height              :   16px;
    margin-top          :   4px;
}

div#mapZoom a:hover {
    color               :   #000000;
}

div#mapContent {
    width               :   741px;
    float               :   left;
    position            :   relative;
    padding-top         :   35px;
	font-size:				12px;
}

div.clear {
    clear               :   both;
}

div#map {
    height: 500px;
    width: 741px;
}

div#maploader {
    position: absolute;
    left: 275px;
    top: 281px;
    width: 120px;
    background-color: #ffffff;
    background-image: url('/images/map/loader.gif');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 18px 10px 18px 60px;
    color: #296b86;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
