BODY {
	margin: 0;
	background-color: #F4F4D3;
	background-image: url('/images/background_footer.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
TD,INPUT,SELECT,TEXTAREA {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
A {
	color: #007FC4;
	font-weight: bold;
	text-decoration: underline;
}
HR {
	height: 1px;
	border: 1px dashed #0A5CB1;
	margin: 12 0 12 0;
}
FORM {
	margin: 0;
}
.kader {
	border: 1px solid #007FC4;
}
.top {
	background-image: url('/images/background_top.gif');
	background-repeat: repeat-x;
	background-position: top left;
}
.menu {
	background-color: #007FC4;
	background-image: url('/images/background_menu.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	cursor: pointer;
}
.blue, .blue A {
	color: #007FC4;
}
.footer, .footer A {
	color: #000000;
	font-weight: normal;
}
.zoek {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.zoeklijn {
	height: 1px;
	border: 1px dashed #0A5CB1;
	margin: 3 0 3 0;
}
.subtitle { 
	font-size: 12px;
	color: #007FC4; 
}
.kleur {
	color: #007FC4; 
}
.googletab {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #78BBE0;
	border-right: 1px solid #78BBE0;
	background-color: #007FC4;
	color: #FFFFFF;
	width: 120px;
	text-align: center;
	text-decoration: none;
	margin-left: 3px;
	padding: 2px;
	float: left;
}


/* GOOGLE MAPS API3 */
body.detail .map-wrap{
    display: none;
    height: 300px;
    position: relative;
    width: 908px;
}


body.detail .map-cont{
    height: 300px;
    width: 908px;
}

#map-SVControls{
    background: #fff;
    display: inline-block;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px #888;
    right: 5px;
    position: absolute;
    z-index: 5;
    top: 55px;
}

#map-SVControls span{
    cursor: pointer;
    display: block;
    font-size: 10px;
    padding: 2px 15px;
}

#map-SVControls span.active{
    background: #007fc4;
    color:#fff;
    font-weight: bold;
}

.infoBox{
    background: #fff;
    border: 1px solid #888;
    box-shadow: 0px 0px 5px #888;
    display: block;
    padding: 2px 5px;
    text-align: left;
    width: 120px;
}

form#data{
    display: none;
}

