html{
	margin:0;
	padding:0;
}
body{
	height:100% !important; 
	width: 100% !important;	
	margin: 0px;
	padding: 0px;
	overflow:-moz-scrollbars-vertical;
	overflow-Y:scroll;
	font-family: verdana, arial; 
	font-size: 62.5%;
	/*behavior:url("css/csshover2.htc");	*/
}
p{
	margin:0 10px 10px;
	font-size:1.2em;
	text-align:left;
}
a{	
	text-decoration:none;
	color: #F28C26;
	display: inline;
}
a:hover{
	text-decoration:underline;
	color: #F28C26;
	display: inline;
}
h1{
	margin:0 10px 10px;
	line-height:30px;
	border-bottom:1px dashed #713E00;
	color:#F28C26;
	font-size:1.8em;
}
h2{
	margin:0 10px 10px;
	line-height:20px;	
	color:#713E00;
	font-size:1.6em;
}
h3{
	margin:0 10px 10px;
	line-height:15px;	
	color:#F28C26;
	font-size:1.4em;
}
h4{
	margin:0 10px 10px;	
	color:#713E00;
	font-weight:bold;
	font-size:1.9em;
}
img{
	margin: 5px;
	padding: 5px; 
    
	/* border: 1 px solid  #713E00;*/
}

a img{
    border: 0px solid #713E00;
} 
textarea{
	text-align:left;
}
/*############# DIV sectie ##############*/
/* vormgeving*/
div#header{
	color: #79B30B;
}
div#row1{
	height:20px;
	background: #713E00;
	border-bottom:1px solid #FFFDE4;
	/*background-image:url(../img/header/logo.jpg);*/
	background-repeat:no-repeat;
}
div#row2{
	height:90px;
	border-top:1px solid #713E00;
	border-bottom:1px solid #FFFDE4;
	background-image: url(../img/header/fotoreeks3.jpg);
}
div#menu{
	border-top:1px solid #713E00;
    border-left:1px solid #713E00;
    border-right:1px solid #713E00;
	background-color:#F9BD1F;	
}
div#container{
	text-align:left;	
}
div#content {
	margin:0;
	border-left: 1px solid #713E00;
	border-right: 1px solid #713E00;
	width: 100%;
	text-align:left;
}
div#content ul li{
	list-style:disc inside;
	font-size:1.1em;	
}
div#nieuws{
	/*background:#B9CAFF;*/
	float:left;
	width:25%;
	border-right: 1px solid #713E00;
}
div#extra{
	/*background:#F28C26;*/		
}
div#footer{
	background: #713E00;
	color: #F9BD1F;
	text-align:center;
	font-size:0.9em;
	height:20px;
	padding-top: 3px;
    border-left:1px solid #713E00;
    border-right:1px solid #713E00;
}
div#footer p{
	margin:0;
	padding:5px 10px;
}
/* DIV structuur*/
div#container{
	width:754px;
	margin:0 auto;	
	}
div#content{
	float:left;		
}
div#extra{
	float:left;
	clear:left;
	width:25%;
	border-right: 1px solid #713E00;	
}
div#footer{
	clear:both;
	width:100%;
}
