 @charset "utf-8";

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #6e81b8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

p{
	text-align: justify;
	line-height: 16px;
}

a {
	text-decoration: none;
	color: #95a8df;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #f75f00;

}

div#container {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

div#header {
	width: 980px;
	height: 194px;
}

div#header.nl {
	background-image: url(../images/header.jpg);
}
div#header.de {
	background-image: url(../images/header_de.jpg);
}

div#header h1,
div#header h2 {
	display: none;
}

div#body {
	/*background-color: #465070;*/
	background-color: #FFF;
}

div#leftpanel {
	background-color: #5f5f5f;
	width: 233px;
	padding: 0px 16px 8px 16px;
	float: left;
	border-bottom: 8px solid #FFF;
	/*border-right: 10px solid #FFF;*/
	font-size:11px;
	min-height: 450px;
}

div#leftpanel,
div#leftpanel p {
	color: #FFF;
}

div#rightpanel {
	float: right;
	width: 699px;
	background-color: #FFF;
	padding: 0px 8px 8px 8px;
	min-height: 450px;
}

div#footer {
	background-image: url(../images/footer.png);
	width: 980px;
	height: 54px;
}

.clear {
	clear: both;
}

.email {
	display: none;
}

ul#topnav {
	margin: 0px;
	padding: 0px;
	height: 59px;
	position: absolute;
	left: 300px;
	top: 106px;
	z-index: 80;
}

ul#topnav li {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	list-style: none;
	float: left;
	background-image: url(../images/seperator.gif);
	background-repeat: repeat-y;
	background-position: right;
}

ul#topnav li a {
	height: 59px;
	display: block;
	line-height: 59px;
	text-align: center;
	color: #FFF;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/button.gif);
	background-position: 0px 0px;
	color: #6e81b8;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #f75f00;
}

ul#topnav li a.active {
	background-position: 0px 59px;
	color: #FFF;
	font-weight: bold;
}

ul#topnav li ul.subnav {
	margin: 0px;
	padding: 0px 8px 4px 8px;
	position: absolute;
	display: none;
	margin-left: -1px;
}

ul#topnav li:hover ul.subnav {
	display: block;
}

ul#topnav li ul {
	background-color: #e9ecf4;
}

ul#topnav li ul.subnav li a,
ul#topnav li ul.subnav li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	text-transform: none;
	background: none;
	line-height: normal;
}

ul#topnav li ul.subnav li a {
	text-decoration: none;
	color: #8292c2;
}

ul#topnav li ul.subnav li a:hover {
	color: #f75f00;
}

div#contact_map_canvas{
	height:300px;
	margin-bottom: 8px;
}

.meerlink{
	margin-left: 20px;
	text-align:right;
	float:right;
}

#zoeken {

}

#zoeken h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#zoeken form{
	background-color: #eeeeee;
	padding: 8px 16px 8px 16px;
}

#zoeken form select{
	padding: 2px;
	width: 200px;
	margin-bottom: 8px;
}

#zoeken form input[type=submit]{
	color: #FFF;
	background-color: #f75f00;
	border: 0px;
	padding: 5px;
	cursor: pointer;
}
#zoeken form input[type=submit]:hover{
	background-color: #95a8df;
	border: 0px;
}

#slider {
	position: relative;
	height: 40px;
}

#slider-range {
	position: absolute;
	width: 197px;
	top: 20px;
	left: 0px;
}

#min_amount {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}

#max_amount {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	border: 0px;
	background-color: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
}

th {
	text-align: left;
}

p.error,
tr.error label{
	color: red;
}
tr.error input[type=text],
tr.error textarea{
	border: 1px solid red;
}

#flag_de,
#flag_nl{
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	color: #FFF;
	left: 286px;
	top: 168px;
}

#flag_de {
	background-image: url(../images/de.gif);
}
#flag_nl {
	background-image: url(../images/nl.gif);
}
