@charset "UTF-8";
html, body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e9eef5;
	font-size: 12px;
	line-height: 16px;
	height: 100%;	 /*nodig om hoogte van het browservenster definiëren voor de child (#wrapper), in zowel html-tag als body-tag*/
}

* {	
	margin: 0px; 
	padding: 0px;
}

#wrapper {
	margin: 0 auto; /*korter*/
	width: 980px;
	min-height: 100%; /*om minstens volledig zichtbare venster te vullen met achtergrond*/
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background: #fff url(Images/Bckgndschaduw.gif) repeat-y; /*alles van achtergrond in 1 div en op 1 lijn, voor het gemak */
} 
#container {
	width: 950px;
	margin: 0 auto; /*korter*/
	/*overflow: auto;*/ /*niet nodig*/
	
	/*om witte achtergrond te laten stretchen met de 2 kolommen, een div "clearboth" na de div "sidebar1" zetten*/
} 


/* ----------- HEADER ------------*/


#header {
	background: #FFFFFF;
} 
#headerNavig {
	height: 51px; /*was 71px, maar 20 nodig voor padding-top*/
	padding-top: 20px;  
	background: url(Images/HeadertopGreen.gif) top center no-repeat; /* i.p.v. los in de html te steken */
	width: 950px;
	text-align: center;
	/*top: 20px;*/ /*niet nodig*/
} 

	#headerNavig img { /*toegevoegd, anders vreemd gedrag in IE, vb extra margin boven of onder*/
		display: block;
	}

#headerBlauw {
	background-color: #1f63a3;
	height: 223px;
	clear: both;
} 
#headerBlauwSubnavig {
	height: 36px;
	width: 920px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 36px;
	font-weight: bold;
} 

#headerBlauwSubnavig a:link,
#headerBlauwSubnavig a:visited {
	text-decoration: none;
	color: #ffffff;
}

#headerBlauwSubnavig a:hover,
#headerBlauwSubnavig a:active {
	color: #a3bf2b;
	text-decoration: none;
}


/* ----------- CONTENT ------------*/




#mainContent {
	width: 636px;
	float: left;
} 
#mainContentTXT {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #669900;
} 
#mainContentTXT .datum {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	padding-top: 15px;
}

#mainContentTXT_wandeling {
	width: 345px;
	float: left;
	margin-right: 5px;
} 
#mainContentTXT_wandelingImg {
	width: 255px;
	float: left;
	padding-top: 20px;
} 

#mainContentTXT a:link,
#mainContentTXT a:visited,
#mainContentTXT a:hover {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}



#mainContentBottom {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #669900;
} 
#mainContentTXT p,
#formNews {
	padding-left: 30px;
	padding-right: 30px;
} 

#fields {
	width: 480px;
	text-align: right;
	line-height: 25px;
}
#fields2 {
	width: 540px;
	line-height: 25px;
	margin-left: 92px;
}
.field {
	border: 1px solid #605937;
	width: 230px;
	height: 20px;
	background-color: #FFF;
}
textarea {
	border: 1px solid #605937;
	width: 230px;
	height: 70px;
}


#mainContent H1 {
	font-size: 16px;
	font-weight: bold;
	color: #669900;
	padding: 0px 30px 15px 30px;
} 
#mainContent H2 {
	font-size: 16px;
	font-weight: bold;
	color: #1f63a3;
	padding: 0px 30px 15px 30px;
} 
#mainContent H3 {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	padding: 0px 30px 15px 30px;
} 
#mainContent H4 {
	font-size: 11px;
	font-weight: bold;
	color: #669900;
	padding: 0px 30px 15px 30px;
} 
#mainContentHeader {
	width: 635px;
	font-size: 40px;
	color: #605937;
	background-color: #e0e8bf;
	height: 97px;
	margin-bottom: 20px;
	line-height: 45px;
	text-align: center;
} 
.button {
	margin: 20px 0px 20px 22px;
}






#sidebar1 {
	width: 314px;
	float: right;
}
#sidebar1News {
	height: 97px;
	width: 313px;
}
#sidebar1TXT {
	width: 250px;
	text-align: left;
	margin: 0px 0px 20px 24px;
	height: 500px;
	background-color: #FFFFFF;
}
#sidebar1TXT H1 {
	font-size: 24px;
	line-height: 30px;
}
#sidebar1TXT .datum {
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #669900;
	margin-top: 15px;
	padding-top: 15px;
}
#sidebar1TXT .leesmeer {
	font-weight: bold;
}
#sidebar1TXT 
.leesmeer a:link,.leesmeer a:visited {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}
#sidebar1TXT 
.leesmeer a:hover {
	color: #AA9F61;
	text-decoration: none;
}





/* ----------- TOPNAVIG ------------*/


#navcontainer { 
	width: 950px;
}


ul#navlist { /*andere schrijfwijze, stond eerst #navlist ul maar de ID is toegepast op de ul*/
	margin: 0;
	padding: 0;
	float: left;/*toegevoegd*/
	margin-left: 50px;
}

#navlist li {
	float: left;
	list-style-type: none;
}

#navlist a {
	/*float: left;*/ /*float zit op de li*/
	display: block; /*i.p.v. float, nodig om hoogte te kunnen hebben*/
	text-align: center;
}

#navlist a:link, #navlist a:visited {
	font-size: 12px;
	color: #054139;
	text-decoration: none;
	line-height: 31px;
	padding-right: 12px;
	padding-left: 12px;
}

#navlist a:hover {
	background-color: #a3bf2b;
}

/*.navlist_marginleft {  niet nodig, kan beter margin op de ul zetten
	margin-left: 50px;
}*/

					
					


/* ----------- VARIA ------------*/



.clearboth { 
	clear: both;
}
.clearright { 
	clear: right;
}
.imgPadding {
	margin-top: 20px;
	margin-left: 20px;
}
.copyright {
	font-size: 9px;
	padding: 5px 0px 5px 22px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.IMGfloatleft {
	float: left;
	margin-right: 15px;
}
.IMGfloatright {
	float: right;
	margin-left: 15px;
}
.rood {
	color: #990033;
}
