#map {
	width: 480px; 
	height: 400px; 
	display: block;
	clear: both;
	margin-top:20px;
}

div.regel {
	clear: both;
	height:30px;
}
div.regel div.kolom {
	width: 150px;
	display: block;
	float: left;
	cursor: help;
	height: 20px;
}
div.regel select, div.regel input {
	float: left;
}

#resultaten {
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
}

div.lid, div.kop {
	width: 440px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #9999BF solid;
	background-color: #FFFFFF;
}
div.lid:hover {
	background-color: #EAEAF2;
}

div.lid div, div.kop div {
	padding-left: 5px;
}
div.kop {
	background-color: #9999BF;
}
div.kop div {
	font-weight: bold;
	color: #FFF;
}
div.naam, div.telefoon, div.iconen {
	display: block;
	width: 200px;
	float: left;
}
div.naam {
	width: 220px;
}
div.telefoon {
	width: 100px;
}
div.iconen {
	width: 90px;
	padding-top:1px;
}
div.iconen a{
	text-decoration:none;
}

a {
	cursor: pointer;
}

/*****************************
* Layout voor de JS Tooltips *
*****************************/
.tooltipInfo {
	display: inline;
	cursor: help;
	/*background: #DDD;*/
	margin-right: 1px;
}

.tooltipInfo input,.tooltipInfo img {
	cursor: help;
}


.tooltipTitle {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #F1F1FF;
	white-space: nowrap;
	line-height: 1.5em;
}

.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #000000;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	background: #9999BF;
	text-align: left;
	z-index: 5000;
	line-height: 1.5em;
	width: 220px;

	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}

.tooltipContent {
	margin: 0;
	line-height: 1.5em;
	margin: 3px;
}
