html {
	margin: 0;
	padding: 0;
	background-color: #F3D0E6;
	height: 100%;
	font-size: 11px;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #000000;
	overflow-y: scroll;
	background-image:url(../gfx/bg.jpg);
	background-repeat:repeat-x;
	
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

h1 {
	position: relative;
	top: 188px;
	left: 40px;
	margin: 0;
	padding: 0;
	width: 250px;
	font-size: 120%;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

img {
	border: 1px solid #000000;
}

a {
	color: #C51584;
	font-weight:bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/* --------print ------------ */

a.print {
	color: #7F9DB9;
}

a.print:link,
a.print:visited {
	text-decoration: none;
}

a.print:hover,
a.print:active {
	text-decoration: underline;
}

a.print img {
	color: #7F9DB9;
	border: 1px solid #BFD7ED;
}

a.print:hover img,
a.print:active img {
	color: #7F9DB9;
	border: 1px solid #7F9DB9;
}

div.container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 984px;
	height: auto !important; 
	min-height: 100%;
	background-image: url('../gfx/bg2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

div.page {
	margin: 0 auto;
	width: 902px;
	text-align: left;
	min-height: 100%;
	height: auto;
	position: relative;
}

div.header {
	height: 221px;
	width: 902px;
	background-image: url('../gfx/header.jpg');
}

/*  ----------------- Navigation -------------------- */
div.top-nav {
	position: relative;
	top: 140px;
	left: 0;
}

ul.navigation {
	margin: 0 0 0 260px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

ul.navigation li {
	padding: 0;
	float: left;
	position: relative;
	text-align:left;
	width: 91px;
}

ul.navigation a {
	text-decoration: none;
	height: 50px;
	display: block;
	margin: 0 10px 0 0;
}

ul.navigation a:link,
ul.navigation a:visited {
	font-weight: normal;
	color: #000000;
}

ul.navigation a:hover,
ul.navigation a:active {
	font-weight: bold;
	color:#C51584;
}

div.sub-nav {
	position: relative;
	top: 140px;
	left: 0;
	visibility: hidden;
}

ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	font-size: 11px;
}

ul.subnav li {
	display: inline;
	margin: 0 5px;
margin: 0 15px;
	padding: 0;
	/*width: 170px;*/
	float: right;
	position: relative;
}

ul.subnav a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

ul.subnav a:link,
ul.subnav a:visited {
}

ul.subnav a:hover,
ul.subnav a:active {
	font-weight: normal;
	text-decoration: underline;
}

/*  ----------------- END Navigation -------------------- */


div.content {
	padding: 40px;
	border: 0px dotted red;
	line-height: 24px;
	width: 830px;
}

div.left {
	width: 645px;
	float: left;
	border: 0px dotted red;
}
div.left2 {
	width: 575px;
	float: left;
	border: 0px dotted red;
}

div.right {
	width: 180px;
	height: 100px;
	float: left;
	border: 0px dotted green;
	text-align: right;
}
div.right2 {
	width: 254px;
	height: 100px;
	float: left;
	border: 0px dotted green;
	text-align: right;
}
/* -------- verhuur ------------------ */
table.verhuur {}

table.verhuur th{
	font-weight: normal;
}

table.verhuur td{
	text-align: right;
}

/* -------- contact ------------------ */
table.contact {}

table.contact thead th{
	font-weight: bold;
	width: 560px;
}

table.contact th{
	font-weight: normal;
	vertical-align: top;
	width: 260px;
}

table.contact td{
	text-align: right;
	text-align: left;
	vertical-align: top;
}

img.route {
	margin: 0 100px 0 0;
}

div.message {
	margin: 10px;
	padding: 0 10px;
	width: 500px;
	border-width: 1px;
	border-style: solid;
	border-color: green;
	color: green;
	background-color: #D7FECC;
}

div.error {
	margin: 10px;
	padding: 0 10px;
	width: 500px;
	border-width: 1px;
	border-style: solid;
	border-color: red;
	color: red;
	background-color: #FECCCC;
}

div.error a {
	color: #ff0000;
}
div.error a:link,
div.error a:visited {
	text-decoration: underline;
}
div.error a:hover,
div.error a:active {
	text-decoration: none;
}

table.adresgegevens {
	width: 560px;
	
}

table.telefoon{
	width: 460px;
}

