html {
	height:100%;
	width:100%;
}
	body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	height:100%;
	width:100%;
	}

		h1 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 24px;
		}
		h2 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 24px;
		}
		h3 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 24px;
		}
		h4 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 48px;
		}
		h5 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 24px;
		}

		div.bg {			
			background-image:url(../../flash/bg01.jpg);
			background-color:#2f4317;
			background-position:top center;
			background-repeat:repeat-x;
			margin-top:-78px;
			position:fixed;
			height:110%;
			width:100%;
			z-index:0;
		}
		div.header {
			position:absolute;		
			top:0px;
			left:0px;
			background-image:url(images/headerbg.png);
			background-repeat:repeat-x;		
			width:100%; 
			height:136px;
			z-index:20;
		}
			div.headerwrapper {
				position:relative;
				width:957px;
				margin-left:auto;
				margin-right:auto;
			}
				img.header {
					float:left;
					border: none;
				}
				div.search {
					background-image:url(images/searchbg.png);
					position:absolute;
					height:75px;
					width:315px;
					float:left;
					margin-top:62px;
					right:0px;
				}
					form {
						margin:0px;
						padding:0px;
					}
						div.searchwrapper {
							position:relative;
							margin-top:12px;
							margin-left:14px;
						}
							input.search { 
								background: transparent url(images/searchinput.png) no-repeat top left;
								border:0px solid #ffffff;
								padding-top:4px;
								padding-left:5px;
								width:205px;
								height:18px;
							}
						img.searchbutton {
							position:absolute;
							top:0px;
							right:14px;
							cursor: pointer;
						}
					div.searchmenu {
						color: #969696;
						font-size:11px;
						margin-top:13px;
						margin-left:24px;
					}
						a.searchmenu:link {
							color: #969696;
							text-decoration:none;
							font-size:11px;
						}
						a.searchmenu:visited {
							color: #969696;
							text-decoration:none;
							font-size:11px;
						}
						a.searchmenu:hover {
							color: #969696;
							text-decoration:underline;
							font-size:11px;
						}
						div.searchtocaps {
							float:right;
							margin-right:38px;
							margin-top:-13px;
						}
				div.menu {
					position:absolute;
					top:136px;
					left:50%;
					margin-left:-479px;
					right:auto;
					z-index:3;
					width:957px;
					height:51px;
				}		
					div.menuwrapper {
						width:957px;
						height:91px;
						margin-left:auto;
						margin-right:auto;
					}
						div.active_home {
							position:absolute;
							left:0px;
							width:186px;
							height:91px;
							z-index:10;
						}
						div.active_about {
							position:absolute;
							left:164px;
							width:186px;
							height:91px;
							z-index:11;
						}
						div.active_regio {
							position:absolute;
							left:300px;
							width:220px;
							height:91px;
							z-index:12;
						}
						div.active_docenten {
							position:absolute;
							left:476px;
							width:220px;
							height:91px;
							z-index:13;
						}
						div.active_aanmelden {
							position:absolute;
							left:652px;
							width:186px;
							height:91px;
							z-index:14;
						}
						div.active_aanmelden_extra {
							position:absolute;
							left:793px;
							width:186px;
							height:91px;
							z-index:15;
						}
						img.menubutton {
							vertical-align:top;
							border: none;
							clear:both;
						}
				div.menubg {
					position:absolute;
					top:136px;
					z-index:2;
					height:75px;
					width:100%;
					background-image:url(images/menubg.png);
					background-repeat:repeat-x;
				}
				div.contentwrapper {
					position:absolute;
					z-index:3;
					top:227px;
					left:50%;
					margin-left:-480px;
					width:957px;
				}
					div.footer {
						background-image:url(images/footer.png);
						position:relative;
						float:left;
						z-index:3;
						margin:0px;
						bottom:0px;
						margin-left:-12px;
						width:977px;
						height:340px;
					}
					div.footer_text {
						position: absolute;
						bottom: 95px;
						left: 15px;
					}
					div.footer_img {
						float: right;
						margin-top: 180px;
					}
					div.footer_copyright {
						margin: 0px;
					}
					div.footer_copyright img, div.footer_sitemap img {
						border:none;
					}
					div.footer_sitemap {
						margin-top: 2px;
					}
