

/*** Navigation ***/
div#container div#top div#navigation a {
	font-family: tahoma;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	vertical-align: baseline;
}

/*** Subnavigation ***/
div#container div#subnavigation ul li a {
	text-decoration: none;
	color: #000;
	font-size: 11px;
	letter-spacing: -1px;
}
div#container div#subnavigation ul li a:hover {
	text-decoration: underline;
}


/*** Content ***/
div#container {
	color: #333333;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;

}
div#container a {
	color: #6A98AE;
	text-decoration: none;
}
div#container a:hover {
	color: #F8981D;
}

#banner img {
	float: right;
}
#banner a img {
	z-index: 200;
}

#contactopnemen {
	position: absolute;
	display: block;
	float: right;
	width: 208px;
	height: 50px;
	z-index: 200;
	top: 25px;
	right: 15px;
}

#infoaanvragen {
	position: absolute;
	display: block;
	float: right;
	width: 246px;
	height: 50px;
	z-index: 200;
	top: 90px;
	right: 15px;
}

td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
}


.inputfield, .textarea {
border: 1px solid #666;
width: 240px;
}

