BODY {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	SCROLLBAR-FACE-COLOR: #ceaa7a;
	SCROLLBAR-HIGHLIGHT-COLOR: #ceaa7a;
	SCROLLBAR-SHADOW-COLOR: #ceaa7a;
	SCROLLBAR-DARKSHADOW-COLOR: #ceaa7a;
	SCROLLBAR-3DLIGHT-COLOR: #ceaa7a;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ceaa7a;
	background-attachment: fixed;
	background-image: url(../_images/bg-goesting.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}
.logo {
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -246px;
	width: 493px;
	height: 163px;
	background-color: #ceaa7a;
}
.colofon {
	position: relative;
	margin-top: 2px;
	width: 493px;
	left: 0px;
	top: 0px;
	text-align: left;
	background-color:#fffff;
	margin-bottom: 8px;
}

/*HOOFDTEKST*/
.tekst {
	position: absolute;
	top: 212px;
	width: 493px;
	left: 50%;
	margin-left: -246px;
	text-align: left;

}
.tekst P { 
	padding-right: 77px;
	padding-left: 77px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: normal; 
	font-size: 13px; 
	line-height: 18px; 
	background-color: #ffffff;
}
.tekst H1 {
	padding-right: 77px;
	padding-left: 77px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
	font-weight: bold; 
	font-size: 18px; 
	line-height: 20px; 
	background-color: #ffffff;
}
.tekst H2 {
	padding-right: 77px;
	padding-left: 77px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 2px;
	font-weight: bold; 
	font-size: 16px; 
	line-height: 20px; 
	background-color: #ffffff; 
}
.tekst A   { 
	color: #000000; 
	text-decoration: underline 
}
.tekst A:hover
{
    TEXT-DECORATION: none
}
.tekst UL  {
	font-weight: normal;
	padding-right: 77px;
	padding-left: 97px;
	margin: 0px;
	font-weight: normal; 
	font-size: 13px; 
	line-height: 18px; 
	background-color: #ffffff;
}
.tekst img  { 
	padding: 0px;
	margin:0px;
	border: 0px;
}


