html, body {
	height:100%;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bodyBG.jpg) center fixed no-repeat #c60001;
}

a:link { color:#01762f ; text-decoration: none} 
a:active { color: #01762f; text-decoration: none} 
a:visited { color:#01762f ; text-decoration: none} 
a:hover { color: #01762f; text-decoration: underline} 

div#container {
	width:750px;
	min-height:300px;
	margin:20px auto;
	background:#fff;
	background:url(images/logo.jpg) top left no-repeat #fff;
	padding-top:174px;
	position:relative;
	overflow:auto;
}
	div#container table {
		margin:10px;
	}
	div#container table td {
		height:30px;
	}
	
div.tekstBox {
	background:#e3f1e0;
	width:517px;
	padding:55px 18px 6px 18px;
	line-height:18px;
	position:relative;
	margin:-41px 0 24px 20px;
	background:url(/images/tekstBoxBG.gif) top left repeat-y;
}

div.tekstBox h1, div.tekstBox h2 {
	position:absolute;
	top:0;
	left:0;
	text-transform:uppercase;
	font-size:18px;
	display:block;
	width:535px;
	height:29px;
	color:#46a12c;
	padding:12px 0 0 18px;
	background:url(/images/tekstBoxHeadBG.gif) top left no-repeat;
}

div.tekstBox p {
	text-align:justify;
	margin:0 0 14px 0;
}

div.tekstBox div.end {
	background:url(/images/tekstBoxBottomBG.gif) top left no-repeat;
	width:552px;
	position:absolute;
	bottom:0px;
	left:0;
	height:6px;
}

input, textarea {
	color:#46a12c;
	border:1px solid #b6d1ae;
	width:250px;
	padding:2px;
}

textarea {
	width:444px;
	padding:3px;
	line-height:16px;
}

div#prijsje {
	padding:16px;
}

table#prijzen {
	width:944px;
	background:#b6d1ae;
}

table#prijzen tr th {
	height:25px;
	font-size:13px;
	text-align:left;
	padding:2px;
}

table#prijzen tr td {
	background:#eaf5e8;
	padding:2px;
}

table#prijzen tr.line td {
	background:#f8fbf7;
}

a#topKlik {
	position:absolute;
	height:174px;
	display:block;
	width:976px;
	top:0;
}

a#pagina {
	position:absolute;
	right:10px;
	top:195px;
}

a#hotel {
	position:absolute;
	right:10px;
	top:420px;
}

a#pagina img, a#hotel img {
	border:1px solid #b6d1ae;
}