@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: #F5FFE4;
}


/*------------------------------- Headings ---------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {color: #5C7440; font-family: Verdana, Geneva, sans-serif; font-size: 15px;}
h2 {color: #D7EFBD; font-family: Verdana, Geneva, sans-serif; font-size: 13px;}
h3 {color: #000000; font-family: Verdana, Geneva, sans-serif; font-size: 11px;}
h4 {color: #000000; font-family: Verdana, Geneva, sans-serif; font-size: 10px;}
h5 {color: #000000; font-family: Verdana, Geneva, sans-serif; font-size: 9px;}
h6 {color: #000000; font-family: Verdana, Geneva, sans-serif; font-size: 8px;}

/*------------------------------- Opmaak ---------------------------------*/

#container {
	position: relative;  
	margin: 0;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#header {
	height: 100px;
	background: #D7EFBD;
	width: 100%;
	border-bottom: #5A7838 2px solid;
}

#top_balk {
	color: #DE0005;
	background: url(../images/bg_top_balk2.jpg) #99CC67 repeat-x;
	height: 21px;
	border-bottom: #5A7838 2px solid;
	font-size: 12px;
	padding-top: 5px;
}

#left {
	position: absolute;
	left: -8px;
	top: 128px;
	width: 200px;
	background: #5C7440;
	height: 100%;
}

#main {
	margin-left: 268px;
	margin-right: 200px;
	background-color: #F5FFE4;
	background-repeat: no-repeat;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	border: thin none #99CC67;
}

#content {
	margin: 25px;
	font-size: 12px;

	background-attachment: scroll;
	background-color: #F5FFE4;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#content a:link { color: #0066FF; text-decoration: none;}
#content a:visited { color: #0099FF; text-decoration: none;}
#content a:hover { color: #0066FF; text-decoration: underline;}
#content a:active { color: #0066FF; text-decoration: none;}

#nieuws {
	font-size: 11px;
	color: #D7EFBD;	
	margin: 0 15px;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #D7EFBD;
	text-align: center;
	height: 17px;
	width: 100%;
	padding-top: 3px;
	font-size: 10px;
}
#footer a:link { color: #000000; text-decoration: none;}
#footer a:visited { color: #000000; text-decoration: none;}
#footer a:hover { color: #0066FF; text-decoration: underline;}
#footer a:active { color: #000000; text-decoration: underline;}
