html{
    font:10pt Helvetica;
    color:#505050;
	margin: 0;
}

a {color:#83a777; font:  10pt Helvetica;text-decoration: none;}  ##ff0000
p, table {font:10pt Helvetica; color:#505050; margin-top: 5px;}
h2,h1 {font: bold italic 18pt Helvetica; color: #83a777; margin: 0;}
h3 {font: 14pt Helvetica; color: #a7eaa5; margin: 7px 0;}
h4 {font: 11pt Helvetica; color: #a7eaa5; margin: 3px 0;}
h5 {font: 10pt Helvetica; color: #505050; margin: 0; font-weight: bold; font-style: italic; }
hr{border: 0 none; border-color: #83a777;color: #83a777;background-color: #83a777; height: 2px; }
a img{ border: 0 none;}

body { 
    background: #FFF;
	background-image: url('images/blaadjes.png');
	margin: 0;
}

div#menubar{
}
	
	img#logo{
		position: absolute;
		z-index: -1;
	}

	div#menuitems{
		width: 60%;
		padding-top: 10px;
		margin: auto;
	}
		
		div#menuitems li{
			float: left;
			list-style: none;
		}
		
		div#menuitems li a{
			display: block;
			min-width: 85px;
			padding: 5px 5px 5px 5px;
			margin: 0 5px 0 5px;
			text-align: center;
			color: #aaaaaa;
			font-weight: bold;
			font-size: 12pt;
			
			position: relative;
			z-index: 3;
		}
		
		div#menuitems li a#active{
			color: white;
			background-repeat: no-repeat;
			background-position: center;
			background-image: url('./images/menu_hover.png');
		}
	
div#container{
	background-repeat: no-repeat;
}

	div#content{
		background-image: url('./images/background.png');
		width: 60%;
		min-width: 600px;
		margin: auto;
		padding: 10px 5px 10px 10px;
		min-height: 400px;
	}
	
		div#content_text{
			width: 67%;
			float: left;
			padding-right: 5px;
		}
		
		div#news{
			float: left;
			width: 28%;
			padding: 0 0px 0 9px;
			border-left: 1px solid #83a777;
			margin-left: -1px;
			overflow: hidden;
		}
		
	div#footer{
		clear: both;
		width: 60%;
		margin: auto;
		text-align: center;
		margin-bottom: 5px;
	}
		
		div#footer a{
			font-weight: bold;
			text-decoration: underline;
			color: #83a777;
		}