A { text-decoration: none;
	color: #FF00FF;
}     /* unvisited link */
	
A:visited { 
	text-decoration: none;
	color: #FF00FF;
}     /* visited link */

A:active {	
	color: #FF66FF;
	text-decoration: underline;
}     /* active link */
A:hover { 
	color: #FF66FF;
	text-decoration: underline;
 }     /* hover or mousover link */
 
body {
	background: #000000;
}	

.titel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

#achtergrond{
	position:absolute;
	background-color:#9900FF;
	left:50%;
	top:50%;
	width:800px;
	height:470px;
	margin-left:-400px;
	margin-top:-250px;
	z-index: 0;
	border:1px solid #ff00ff;
	
	}
#titel{
	position: absolute;
	left: 50px;
	top: 10px;
	z-index: 6;
	width: 700px;
	height: 80px;
		
}
#syta{
	position: absolute;
	top: 130px;
	left: 80px;
	z-index: 1;
	}
#prijslijst{
	position: absolute;
	top: 230px;
	left: 50px;
	z-index: 1;
	}
#contact{
	position: absolute;
	top: 330px;
	left: 20px;
	z-index: 1;
	}
#voetnoot{
	position: absolute;
	left: -3px;
	top: 475px;
	width: 800px;
	height: 30px;
	z-index: 1;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial;
	text-align: center;
	color: #FF00FF;
	}
	
#text{
	position: absolute;
	top: 100px;
	left: 250px;
	width: 400px;
	height: 350px;
	z-index: 2;
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	}
#knop1{
	position: absolute;
	top: 130px;
	left: 700px;
	z-index: 1;
	}
#knop2{
	position: absolute;
	top: 210px;
	left: 700px;
	z-index: 1;
	}
#knop3{
	position: absolute;
	top: 290px;
	left: 700px;
	z-index: 1;
	}
#tabel{
	position: absolute;
	top: 50px;
	left: 20px;
	width: 380px;
	z-index: 12;
	height: 10%;
	}
#plaatje{
	position: absolute;
	top: 450px;
	left: 790px;
	width: 103px;
	height: 103px;	
	z-index: 1;
	}
