div#inhoud {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 650px;
	height: 330px;
	overflow: auto; 
	overflow-x: hidden; 
	overflow-y: auto;
	/*background-image: url(../images/bg_landrover.jpg);
	background-position: top left; 
	background-repeat: no-repeat;*/
	padding: 10px 10px 10px 10px;
}

p, td { 
	margin: 0px;
}

div#headerBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	background-image: url(../images/overloop_header.gif);
}

div#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 110px;
	background-image: url(../images/top_logo.png);
}

div#foto {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 110px;
	background-color: #ffffff;
	background-image: url(../images/top_right.jpg);
}

div#lijn {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 100%;
	height: 2px;
	font-size: 1px;
	background-color: #000000;
}

div#topmenu {
	position: absolute;
	top: 85px;
	left: 200px;
	width: 780px;;
	height: 20px;
	font-size: 14px;
}

div#leftmenu {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: auto;
	background-color: #3c57a1; /*#3233FF;*/
}

html, body {
	margin: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/background.jpg);
	overflow-x: hidden;
	overflow-y: auto;
}

.topmenulink {
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
}

.topmenulink_select {
	font-weight: bold;
	font-family: Arial;
	font-size: 15px;
	text-decoration: underline;
	color: #000000;
}

.kop {
	font-family: Verdana;
	font-size: 18px;
	text-align: left;
}

.tekst {
	font-family: Tahoma;
	font-size: 12px;
}

.tekstlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3c57a1; /*#0000ff;*/
	text-decoration: underline;
}

.webshoplink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #3c57a1; /*#4444cc;*/
	text-decoration: underline;
}

.webshop_knop {
	position: relative; 
	top: 0px; 
	left: 5px; 
	width: 135px; 
	height: 20px; 
	color: #ffffff;
	background-color: #9aa1a8; /*#dddddd; */
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 12px;
}