html {
height: 100%; /* héél belangrijk */
}
body {height: 100%;
	background: #FFFFE0;
	font-family: Arial, Verdana, Helvitica, sans-serif;;
	font-size: 0.8em;
	color: #008000;
	margin: 0px;
}
#container {border: solid 0px red;
	width: 1000px;
	position: absolute; 
	left: 50%;
	margin-top: 0px; margin-left: -500px; 
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	/*opmaak*/
	background: #FFFFE0 url(bg_container2.jpg)  repeat-y 0% 0%;
		
}
/*BOVENSTE DEEL WEBSITE*/
#top {position: fixed;
	height: 145px;
	width: 1000px;
	z-index: 10;
	border: solid 0px yellow;
}
#header {border: solid 1px yellow;
	height: 120px; width: 998px;
	background: url(kop4.jpg)  no-repeat 50% 0%;	
}
#headline {height: 25px; background-color:  #F2F486; line-height: 20px;
	font-weight: 600; letter-spacing: 0.3em; color: #FF921A; padding-top: 3px; }
#headline a {text-decoration : none; color: #008000;}
/*MIDDENDEEL WEBSITE*/

/*menu.css*/
#midden {border: solid 0px aqua;
	margin: 0px;
	/*margin-top: 147px;*/
	padding: 0px;
	padding-top: 147px;
	width: 100%;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */	
}

#kolom_links {border: solid 0px yellow;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
#content {border: solid 0px blue;
	/*width: 780px;
	position: relative;/* top: 120px; left: 200px;*/
	margin: 0px 200px 0px 200px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	
/*opmaak*/
	/*font-size: 0.9em;*/
	
}
#content ul {/*list-style-image: url(list2.gif) ;*/
		list-style-type: circle;
		list-style-position:outside; 
		margin-left: 20px;
}
#kolom_rechts {border: solid 0px red;}
#bannerr {float:right;
	width: 194px;
	border: solid 0px black;
	}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.kader {padding: 3px;
	border: solid 1px #FF7320;
}


/*ONDERZIJDE PAGINA*/
#footer {position: absolute;
width: 998px;
height: 20px;
bottom: 0px; /* heel belangrijk */
border: 0px solid purple;
}
#logo {position: absolute;
	right: 0px;
	bottom: 0px;
}
/*copyright linken*/
.copyright{
	text-align: left;
	/*position: fixed;
	bottom:0px; */
	width: 110px;
	height:15px;
	position: absolute;
	bottom: 0;
}
.copyright a:link	{color: #00AA00;
		font-size:0.8em;
		font-weight: 400;
		text-decoration: none;
}
.copyright a:visited	{color: #00AA00;
		font-size:0.8em;
		font-weight: 400;
		text-decoration: none
}
.copyright a:active	{color: #00AA00;
		font-size:0.8em;
		font-weight: 400;
		text-decoration: none
}
.copyright a:hover	{color:#00AA00;
		font-size:0.8em;
		font-weight: 400;
		text-decoration: none;
		cursor: pointer;
}

p{

}
h1 {font-size: 1.4em;

}
h2 {font-size: 1.2em;

}
h3 {font-size: 1.1em;

}
h4 {font-size: 1em;

}
h5 {font-size: 0.8em;

}
a {color: #008800;}
.error{
	color: red;
}

.note{
	font-style: italic;
	font-size: 85%;
}

#contact fieldset{
	border: 0px;
}

#contact fieldset label{
	float: left;
	border: 0px solid red;
	width: 150px;
	display: block;
}

#contact fieldset label.error{
	float: none;
	clear: right;	
}

/*NIET GEBRUIKT*/
#poll{
	width: 156px;
	background-color: #FEFEFE;
	border: 1px solid #EDEDED;
	padding: 0px;
}

#poll .pollResultRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	background-color: #EFEFEF;
}

#poll .pollQuestionRow{
	width: 150px;
	margin: 3px 3px 3px 3px;
	padding: 3px 0px 3px 0px;
	background-color: #EFEFEF;
}

#poll .smallRight{
	margin: 3px 3px 3px 3px;
	font-size: 70%;
	float: right;
}

#poll h2{
	font-size: 110%;
	margin: 3px;
}

