/***********************************************************
 * File: styles.css
 * (C) Bentley Benelux Netherlands BV, 2006
 *
 * History:
 **********************************************************/
body {
		margin:10px;
	padding:10px;
	background-color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

input

{
	background-color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	color: #515151;
}

.body_page {
		margin:10px;
	padding:10px;
	background-color: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	color: #003366;
}


.txtsmall {
	color: #000000;
	font-size: 12px;
}

.txtintro {
	color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}



.searchcat {
	position: absolute;
	left:20px;
	top:10px;
	width: 520px;
	height: 150px;
	background-color: #ea7e04;
	}

.searchadres {
	position: absolute;
	left:5px;
	top: 5px;
	width: 520px;
	background-color: #EEEEEE;
	}

.searchpc {
	position: absolute;
	display:none;
	left:5px;
	top:115px;
	width: 500px;
	background-color: #ea7e04;
	}

.searchradius {
	position: absolute;
	left:5px;
	top:65px;
	width: 520px;
	height:30px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	}
	
.searchresult {
	position: absolute;
	left:5px;
	top:100px;
	width: 520px;
	height: 315px;
	}

.searchbtns {
	position: absolute;
	top: 67px;
	left: 240px;
	width: 400px;
	}

#mapkaart {
	position: absolute;
	left: 15px;
	top: 75px;
	width: 200px;
	height: 115px;
	z-index: 1;
}

.clkImg {
	cursor: pointer;
	border-style:solid;
	background-color:#FFF;
	color: #CC0000;
	border: 1px solid #CCC;
	border-bottom: 1px solid #908E8E;
	height:22px;
	width:120px;
	text-align:center;
	margin-left:10px;
	font-weight: bold;
	font-size:11px;
}


.docLnk {
	cursor: pointer;
	color: #0f1b70;
	font-size: 10pt;
	
}

.link {
	cursor: pointer;
}

