@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(Images/achtergrond.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	position:relative;
	width:800px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
#banner {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:150px;
	z-index:1;
}
#menu {
	position:absolute;
	width:125px;
	height:230px;
	z-index:2;
	top: 175px;
}
#content {
	position:absolute;
	top:175px;
	width:650px;
	z-index:3;
	left: 150px;
}
#header {
	position:absolute;
	width:650px;
	height:15px;
	z-index:1;
	background-image: url(Images/rand_boven.jpg);
	background-repeat: repeat-x;
}
#linksboven {
	position:absolute;
	width:15px;
	height:15px;
	z-index:1;
	background-image: url(Images/hoek_linksboven.jpg);
}
#rechtsboven {
	position:relative;
	height:15px;
	z-index:2;
	width: 15px;
	float: right;
	right: 0px;
	background-image: url(Images/hoek_rechtsboven.jpg);
}
#mid {
	width:620px;
	z-index:2;
	background-image: url(Images/balk.jpg);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	top: 15px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
	font-weight: normal;
}
#footer {
	width:650px;
	height:15px;
	z-index:3;
	background-image: url(Images/footer.jpg);
	margin-left: -15px;
}
h2 a:link {
	color: #F00;
	text-decoration: underline;
}
a:link {
	color: #F00;
	text-decoration: underline;
}
a:visited {
	color: #F00;
	text-decoration: underline;
}
h3 {
	font-size: 9px;
	text-decoration: underline;
	text-align: center;
}
h3 a {
	color: #F00;
}

