#framework {
	height: 600px;
	width: 800px;
	background-image: url(images/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 1;
	position: absolute;
	float:none;
	margin-right: 50px;
	margin-left: 80px;
}
#logo {
	height:90px;
	width:200px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
	margin-top: 0px;
	margin-left: 10px;
	position: relative;	
}
#adres {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:60%;
	position:relative;
	margin-top: 15px;
	margin-bottom:-30px;
	margin-left:20px;
	z-index: 600;
}
#tekstvlak {
	height:410px;
	width:681px;
	background-image:url(images/tekstvlak.png);
	background-repeat:no-repeat;
	z-index:300;
	margin-top: -15px;
	margin-bottom:0px;
	margin-left: 0px;
	position:absolute;
	background-position: right bottom;
}
#kalendervlak {
	height:300px;
	width:672px;
	z-index:350;
	margin-top:30px;
	margin-bottom:0px;
	margin-left:0px;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	overflow:auto;
}

#rodelijn{
	height:25px;
	width:800px;
	background-repeat:no-repeat;
	z-index:999;
	background-image: url(images/lijnbasis.png);
	margin-top: 35px;
	position:relative;
	
}	
#tekst{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	height:300px;
	position:relative;
	margin-left:200px;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:5px;
	z-index:800;
	padding:10px;
	overflow:auto;
}
#zijkant{
	height:392px;
	width:195px;
	background-image:url(images/empty div.png);
	z-index:1;
	position:absolute;
	background-position:bottom;
	padding-top:4px;
}	
#sponsorvlak{
	height:415px;
	width:115px;
	float:right;
	position:absolute;
	z-index:750;
	left:685px;
	top:16px;
	bottom:0px;
}
#sponsor1{
	height:60px;
	width:100px; 
	padding:0px;
	margin:5px;	
}		
#sponsor2{
	height:60px;
	width:100px; 
	padding:0px;
	margin:5px;	
}		
#sponsor3{
	height:60px;
	width:100px; 
	padding:0px;
	margin:5px;	
}	
#sponsor4{
	height:60px;
	width:100px; 
	padding:0px;
	margin:5px;	
}		
#sponsor5{
	height:60px;
	width:100px; 
	padding:0px;
	margin:5px;	
}		
			
#menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
    padding-left:240px;	
	padding right:-10px;
	padding-top:20px;	
}	
#submenu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	font-weight: lighter;
	padding-left:240px;
	padding-top:10px;
	padding-bottom:-10px;
}	
#menu a {
	color: #000000;
	text-decoration: none;
}
#submenu a {
	color:#000000;
	text-decoration: none;
}	
#menu a:hover {
	color: #224f26;
	text-decoration: underline;
	}
	
#submenu a:hover {
	color: #224f26;
	text-decoration: underline;
	font-weight:lighter;
}
#menu a.actief {
	color: #224f26;
	text-decoration: underline;
}
#submenu a.actief {
	color: #224f26;
	text-decoration: underline;
}


a:link {
	color: #224f26;
	text-decoration: underline;
		
}
a:visited {
	color:#333333;
	text-decoration: underline;
}
a:hover {
	font-style: normal;
	color: #224f26;
	text-decoration: underline;
}
