#Banner {
	position:absolute;
	width:700px;
	height:120px;
	z-index:2;
	background-color: #CCCCCC;
	visibility: visible;
	right: 15%;
	left: 150px;
}
#Menu {
	position:absolute;
	top:145px;
	width:700px;
	height:20px;
	z-index:8;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	visibility: visible;
	left: 150px;
	right: 15%;
}
#Content {
	position:absolute;
	top:155px;
	width:630px;
	z-index:1;
	background-color: #FFFFFF;
	visibility: visible;
	overflow: inherit;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #333333;
	border-left-color: #333333;
	margin: 0px;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	left: 150px;
	right: 15%;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}

#Welkom {
	position:absolute;
	width:400px;
	height:260px;
	z-index:5;
	top: 170px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 15px;
	border: 1px solid #999999;
	visibility: visible;
	left: 150px;
}
#Contact {
	position:absolute;
	width:200px;
	height:300px;
	z-index:5;
	top: 168px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 15px;
	border: 1px solid #999999;
	left: 600px;
	visibility: visible;
}
#Lichtkrant {
	position:absolute;
	top:540px;
	width:700px;
	height:15px;
	z-index:4;
	visibility: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	left: 150px;
}
#Copyright {
	position:absolute;
	width:700px;
	height:20px;
	z-index:2;
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	visibility: visible;
	top: 560px;
	left: 150px;
	}
	
#Bezoekers {
	position:absolute;
	left:150px;
	top:483px;
	width:210px;
	height:50px;
	z-index:7;
	vertical-align: middle;
	visibility: visible;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 150%;
	color: #000000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
	color: #CC0000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #FF0000;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #CC0000;
}

a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.textlink {
	font-size: 10px;
	}
