body {
	background-color: #9ec000;
	padding: 0;
	margin: 0;
}

input.getal { 
	text-align: right; 
	padding-right: .5em;
}

.zoektabel {
	font: 80% Arial;
	background-color: white;
	border: 5px solid #d60177;
	width: 545px;
	margin-left: 0px;
	margin-top: -6px;
/*	filter: alpha(opacity=85);
	-moz-opacity: .85; */
	z-index: 9;
}

.zoektabel th, .zoektabel td {
	vertical-align: top;
	padding: 1em;
}

.zoektabel tbody#simpelzoeken th {
	text-align: center;
}

.zoektabel tbody#uigebreidzoeken th {
	text-align: right;
}


div#adresgegevens {
	background-color: white;
	float:left;
	position: absolute;
	left: 280px;
	top: 6px;
}

div.topbalk {
	background-color: white;
/*	height: 150px; */
	color: white; font-weight: 600;
	background-image: url('/assets/images/bedrijfsnaam-balk.png');
	background-repeat: no-repeat;
	background-position: 0px 120px;
	padding-top: 127px;
	padding-left: 30px;
}
/*
div.topbalk img {
	display: block;
	position: absolute;
	left: 30px;
	top: 127px; 
	border: none;
}
*/

div.topbalk img {
	cursor: pointer;
	cursor: hand;
}

form {
	z-index: 6;
	position: absolute;
}

#swfObjFrame {
	top: 150px;
	left: 0;
	width: 100%;
	height: 370px;
	position: absolute;
}

#legenda {
	z-index: 0;
	position: absolute;
	left: 215px;
	top: 520px;
}

#logopx {
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 4;
}

iframe#detailFrame {
	position: absolute;
	z-index: 6;
	left: 548px;
	top:  310px;
	width: 215px;
	height: 340px;	
}


div#uitlegTekst {
	background-color: white;
	font: 80% Verdana;
	line-height: 130%;
	margin: 20px;
	padding: .6em;
	text-align: center;
	border: 2px solid #D60177;
}
