html, body
{
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>/**/body
{
	height: auto;
}

body
{
	background-image: url('./../images/achtergrond.jpg');
	background-repeat: no-repeat;
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: #FFF;
	text-align: justify;
	font-family: arial;
}

body, table, td
{
	font: 12pt arial;	
}

img
{
	border: 0;
}

div#boven
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	background-color: #E2E2E2;
}

img#logo_groot
{
	position: absolute;
	left: 50%;
	margin-top: 15px;
	margin-left: -166px;
}

div#links
{
	position: absolute;
	top: 0;
	left: 0;
	width: 149px;
	background-color: #CECECE;
}

img#logo_klein
{
	margin: 20px 40px 10px 17px;
}

ul#menu
{
	margin-top: 20px;
	margin-left: 4px;
	padding-left: 0;
	list-style-type: none;
}

ul#menu li
{
	width: 142px;
	height: 25px;
	text-align: center;
}

ul#menu li a
{
	position: relative;
	display: block;
	padding:5px;
	text-decoration: none;
	font: 8pt arial;
	font-weight: bold;
	color: #FFF;
	background-color: #6B6B6B;
}

ul#menu li a:hover
{
	background-color: #DB0E0E;
}

div#adres
{
	margin-left: 4px; 
	width: 138px;	
	font-size: 10px;
	color: #66667E;
	font-style: italic;
	font-weight: bold;
	border: 2px solid #666;

}

div#banner
{
	width: 138px;
	margin: 10px 0 20px 4px;	
}

div#rechts
{
	margin-top: 100px;
	margin-left: 160px;
	padding-right: 10px;
}

h1
{
	color: #000;
}

h1#nieuw
{
	color: #CC0000;
	font-weight: bold;
}

img#logo_h
{
	width: 615px;
	height: 151px;
}



table#camperdeuren
{
	border-collapse: collapse;
}

table#camperdeuren td
{
	vertical-align: top;
}

td.links
{
	width: 350px;
	padding-bottom: 25px;	
}

td.rechts
{
	width: 300px;
	padding-left: 25px;
	padding-bottom: 25px;	
}

p.melding
{
	color: #CC0000;
}
