@charset "utf-8";
/* CSS Document */

.link:link { color: #000000; text-decoration: none; }
.link:visited { color: #000000; text-decoration: none; } 
.link:hover {	color: #7f2b8d;	text-decoration: none;}
.link:active { text-decoration: none; }

.link1:link { color: #FFFFFF; text-decoration: none; }
.link1:visited { color: #FFFFFF; text-decoration: none; } 
.link1:hover {	color: #c4c2c3;	text-decoration: none;}
.link1:active { text-decoration: none; }

.link2:link { color: #7f2b8d; text-decoration: none; }
.link2:visited { color: #7f2b8d; text-decoration: none; } 
.link2:hover {	color: #000000;	text-decoration: none;}
.link2:active { text-decoration: none; }

/* Zet padding en margin van alle elementen op 0 (zodat de browser-standaard deze niet instelt) */
* {
 margin: 0;
 padding: 0;
}
 
/* Padding voor paragraaf zodat er ruimte tussen paragrafen zit */
p {
 padding:0.5em 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(plaatjes/bg.jpg);
}

.h1 {
	font-weight: bold;
	color:#FFFFFF;
}	

#container {
	width: 729px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#header {
	height: 227px;
	width: 729px;
	left: 0px;
	top: 0px;
	z-index: 2;
	position: relative;
}

#contact {
	visibility: visible;
	position: absolute;
	width:150px;
	height:201px;
	z-index:3;
	left: 541px;
	top: 42px;
}

#menu {
	height: 41px;
	width: 729px;
	z-index: 4;
	left: 0px;
	top: 0px;
	position: relative;
}

#menuteksten {
	visibility: visible;
	position: absolute;
	width:729px;
	height:21px;
	z-index: 5;
	left: 0px;
	top: 11px;
}

#content_up {
	visibility: visible;
	position:relative;
	width:729px;
	height: 25px;
	z-index: 6;
	height: auto;
}

#content {
	visibility: visible;
	position:relative;
	width:695px;
	height: auto;
	z-index: 7;
	height: auto;
	background-image: url(plaatjes/content.jpg);
	background-repeat: repeat-y;
	padding: 0 20px 0 20px;
}

#content_down {
	visibility: visible;
	position:relative;
	width:729px;
	height: 25px;
	z-index: 8;
	height: auto;
}

div#contact{
	display: block;
	text-align: justify;
}

#plaatje {
	visibility: visible;
	position: absolute;
	width:150px;
	height:200px;
	z-index:3;
	left: 551px;
	top: 187px;
}

#plaatje2 {
	visibility: visible;
	position: absolute;
	width:200px;
	height:132px;
	z-index:9;
	left: 498px;
	top: 132px;
}

#plaatje3 {
	visibility: visible;
	position: absolute;
	width:200px;
	height:132px;
	z-index:9;
	left: 498px;
	top: 119px;
}

#plaatje4 {
	visibility: visible;
	position: absolute;
	width:200px;
	height:132px;
	z-index:9;
	left: 498px;
	top: 123px;
}
