body {
	font-family: Helvetica;
	font-size: 16px;
    line-height: 20px;
	color: #333333;
	text-align: left;
}
#achtergrond {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-image: url(/afbeeldingen/background.jpg);
	background-color: #528036;
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	position: relative;
	margin: 0px auto;
	height: 100%;
	top: 50px;
	width: 1050px;
	min-width: 1050px;
	padding: 0px;
    text-align: left;
	padding-bottom: 20px;
}
#kop {
	position: relative;
	float: left;
	width: 540px;
	min-height: 180px;
	text-align: left;
	font-size: 18px;
    line-height: 24px;
	padding: 10px;
	padding-right: 100px;
	background-color: #FFFFFF;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 1;
}
#links {
	position: relative;
	float: left;
	width: 630px;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 1;
}
#plaatje {
	position: absolute;
	top: -50px;
	left: 580px;
	width: 230px;
	height: 190px;
	padding: 10px;
	padding-top: 53px;
	padding-right: 212px;
	background-image: url(/afbeeldingen/rondreis.png);
	text-align: center;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: left top;
}
#rechts {
	position: relative;
	float: right;
	width: 320px;
	text-align: left;
	padding: 10px;
	z-index: 1;
}
#memolinks {
	position: relative;
	float: left;
	width: 270px;
	height: 270px;
	text-align: left;
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 100px;
	z-index: 2;
	background-color: #FFCC33;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
#memorechts {
	position: relative;
	float: right;
	width: 270px;
	height: 270px;
	text-align: left;
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	margin-bottom: 20px;
	z-index: 2;
	background-color: #FF99FF;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
}
#footer {
	position: relative;
	float: right;
	width: 1050px;
	text-align: center;
	padding: 10px;
	z-index: 1;
}
#disclaimer {
	position: absolute;
	margin: 10px;	
	width: 380px;
	min-width: 380px;
	padding: 0px;
    text-align: left;
}
#reisorganisaties {
	position: absolute;
	margin: 10px;	
	width: 400px;
	min-width: 380px;
	padding: 0px;
    text-align: left;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	font-size: 12px;
	line-height: 10px;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.link {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
}
.tekst {
	font-family: Arial;
	color: #FFFFFF;
}
.tekstplaatje {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.tekstmemo {
	font-family: "Bradley Hand ITC";
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	line-height: 18px;
}
.tekstfooter {
	font-size: 12px;
}