body{
	background:url(images/achtergrond.jpg);
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height : 100%;
	width : 1024px;			
	}


h1{
	color: #f2f185;
	text-align: center;
	margin-top: 25px;
	}


h2{
	font-size:20px;
	margin-bottom:-5px;
	padding-top:5px;
	}
	
a{
	text-decoration: none;
	}

	.header{
			background: url(images/header.gif);
			background-repeat: repeat-x;
			position: absolute;
			width: 100%;
			top: -1px;
			left: 0px;
			margin : 0px;
		}
				
	.tekst{
			position: absolute;
			height: 71%;
			width: 834px;
			top:100px;
			left:200px;
			padding:20px;
			color: #2524ae;
		}
		
	.afbeeldinglinks{
			clear:left;
			float:left;
			margin:5px;
	}

	.afbeeldingrechts{
			clear:left;
			float:right;
			margin:5px;
	}

	#navlist{
			line-height:60px;
			top:82px;
			background-repeat:repeat-y;
			position: absolute;
			left:0px;
			width: 180px;
		}


	.knop{
			font-size:16px;
			font-weight:bolder;
			background: url(images/bttn.gif);
			position: absolute;
			line-height:60px;
			text-align:center;
			width: 175px;
			height: 60px;
			left: 5px;
			color: #f2f185;
		}
		
		
	.knop:hover{
			font-size:16px;
			font-weight:bolder;
			background:url(images/bttn_hover.gif);
			background-repeat:no-repeat;
			position: absolute;
			line-height: 60px;
			text-align: center;
			width: 160px;
			height: 75px;
			left: 5px;
			color: #f2f185;
			}