﻿html, body {
				background-image: url('../Afbeeldingen/bg-3.png'); 
				background-repeat: no-repeat; 
				margin-left:0px;
				margin-right:0px;
				margin-bottom:0px;
				background-position: right bottom;
				top:0;
				left:0;
				bottom:0;
				font-family: Corbel;
				font-size: 15px;
				text-decoration: none;
				cursor: default;
			}
			
			#date{
				float:right;
				height:72px;
				width:340px;
				margin-right:100px;
			}
			
			.groot{
				font-size: 20px;
			}
			.normaal{
				font-size: 16px;
			}
			.bold{
				font-weight: bold;
			}
			
			a{
				color: #000000;
				text-decoration: none;
			}
			
			a:hover{
				color: #8cb82c;
				text-decoration: none;
			}
			
			a:current{
				color: #8cb82c;
				text-decoration: none;
			}


			a.button {
				background: transparent url('../Afbeeldingen/knop-over.png') no-repeat scroll top right;
				color: #444;
				display: block;
				float: left;
				font-size: 20px;
				font-family: Corbel;
				height: 76px;
				width: 259px;
				margin-right: 6px;
				padding-right: 18px; 
				text-decoration: none;
				cursor: pointer;
			}
			
			a.button:hover{
				background: transparent url('../Afbeeldingen/knop.png') no-repeat scroll top right;
				color: #FFFFFF;
			}
			
			button {
				background: transparent url('../Afbeeldingen/knop-over.png') no-repeat scroll top right;
				color: #444;
				display: block;
				float: left;
				font-size: 20px;
				font-family: Corbel;
				height: 76px;
				width: 259px;
				margin-right: 6px;
				padding-right: 18px; 
				text-decoration: none;
				cursor: pointer;
				border-style:none;
			}
			
			button:hover{
				background: transparent url('../Afbeeldingen/knop.png') no-repeat scroll top right;
				color: #FFFFFF;
				border-style:none;
			}


			a.current {
				background: transparent url('../Afbeeldingen/knop.png') no-repeat scroll top right;
			}
			
			a.button span {
				display: block;
				width:200px;
				line-height: 14px;
				padding: 30px 0 5px 50px;
				text-align:center;
			} 
			
			.verticaltext {
				float: right;
				margin-right: 12px; 
				margin-top:-80px;
				
			}
			
			.timer{
				float: right; 
				text-align:center;
				height:100px;
				width:200px;
				margin-bottom:50px;
				font-size:20px;
				margin-right:350px;
			}
			
			.header{
			background-image: url('../Afbeeldingen/bg-header.png'); 
			background-repeat: repeat-x; 
			background-position: bottom; 
			vertical-align:baseline;
			height: 70px; 
			}
			
			.contenter{
			font-family: Corbel; 
			font-size: 1.2em; 
			padding-right:120px;
			}
