body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #b6c62a;
	background-image: url(images/Background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 15px;
}
* {	
	margin: 0px; 
	padding: 0px;
}



#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e7eed6;
} 
#containerHP {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/HP_giteane.jpg);
	height: 1042px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#containerHP h1 {
	font-size: 46px;
	font-weight: normal;
	color: #406012;
	text-align: center;
	line-height: 85px;
} 
#HPmenu {
	margin-top: 190px;
	margin-left: 245px;
	color: #000000;
	font-size: 16px;
	line-height: 28px;
} 

			#HPmenu a       { font-size: 14px;
	                                  text-decoration: none;
					  color: #000000; }
			
			#HPmenu a:hover { font-size: 14px;
	                                  text-decoration: underline;
					  color: #000000; }


#HPgegevens {
	font-size: 14px;
	line-height: 142px;
	padding-top: 165px;
	text-align: center;
	color: #406012;
} 

			#HPgegevens a       {    font-size: 14px;
	                                         text-decoration: none;
					         color: #406012; }
			
			#HPgegevens a:hover {    font-size: 14px;
	                                         text-decoration: underline;
					         color: #406012; }

#copy {
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-top: 120px;
	color: #FFFFFF;
} 

			#copy a       { font-size: 12px;
	                                text-decoration: underline;
					color: #FFFFFF; }
			
			#copy a:hover { font-size: 12px;
	                                text-decoration: underline;
					color: #993333; }


#header {
	height: 285px;
	background-image: url(images/BackgroundHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

#headerspace { height: 260px; }
#headerlinks { text-align: right;
	       padding-right: 30px; }

			#headerlinks a       { font-size: 12px;
	                                       text-decoration: none;
					       color: #000000; }
			
			#headerlinks a:hover { font-size: 12px;
	                                       text-decoration: underline;
					       color: #000000; }


.headerNavig {
	text-align: right;
	padding-right: 20px;
} 



#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	font-size: 15px;
	line-height: 25px;
	color: #FFF;
	text-transform: uppercase;
	background-image: url(images/BackgroundLeftcolum1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar1 .active {
	color: #993333;
}


			#sidebar1 a       {  	font-size: 15px;
					        text-decoration: none;
					        color: #FFFFFF; }
			
			#sidebar1 a:hover {  	font-size: 15px;
					        text-decoration: underline;
					        color: #FFFFFF; }




#leftimage {
	background-color: #e7eed6;
	color: #000000;
	font-size: 10px;
}

			#leftimage a       { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					     font-size: 10px;
					     text-decoration: none;
					     color: #000000;
					     text-transform: none; }
			
			#leftimage a:hover { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					     font-size: 10px;
					     text-decoration: underline;
					     color: #000000;
					     text-transform: none; }

#mainContent {
	float: right;
	width: 570px;
	background-color: #e7eed6;
	padding: 15px;
} 
#mainContent H1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #87ab32;
} 
#mainContent H2 {
	font-size: 12px;
	font-weight: bold;
	color: #87ab32;
} 
#mainContent .groen {
	font-size: 12px;
	font-weight: bold;
	color: #87ab32;
} 

			#mainContent a       { text-decoration: underline;
					       color: #87ab32;
					       font-weight: bold; }
			
			#mainContent a:hover { text-decoration: underline;
					       color: #FF0000;
					       font-weight: bold; }


#fotomateriaalenlinken {  height: 210px;  }

#linken			{ height: 210px;
			  float: left;
			  width: 285px; }

			#linken a       { text-decoration: none;
					  color: #9C8474;
					  line-height: 25px;
					  font-size: 14px; }
			
			#linken a:hover { text-decoration: underline;
					  color: #000000; 
					  line-height: 25px;
					  font-size: 14px; }


#fotomateriaal		{ width: 285px;
			  height: 210px;
			  float: left; }


#footer {
	background-color: #b6c62a;
} 

			#footer a       { font-size: 14px;
	                                  text-decoration: none;
					  color: #FFFFFF; }
			
			#footer a:hover { font-size: 14px;
	                                  text-decoration: underline;
					  color: #FFFFFF; }



#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #FFF;
	text-align: center;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
			.form  			{ font-size: 11px;
			                          color: #990000;
			                          FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
			                          FONT-WEIGHT: normal;  }

			.forminvul  	{ font-size: 11px;
			                  color: #990000;
			                  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
			                  FONT-WEIGHT: normal; }

			.formknop 		{         margin-top: 10px;
					 		  font: 10px arial;
					 		  height: auto;
					 		  width: auto;
					 		  color: #000000;
					 		  border-right: #333333 thin solid;
					 		  border-top: #333333 thin solid;
					 		  background: #ffffff;
					 		  border-left: #333333 thin solid;
					 		  border-bottum: #333333 thin solid }
					 		  
#gastenboekachtergrond	 { padding: 10px; 
			   border: 1px solid #B6C62A;	}	
			   
			   
#fotoboek { width: 406px }




			#fotoboek ul 	                { padding-top: 10px;
							  padding-left: 0px; 
							  margin-left: 0px }			
			
			#fotoboek ul li                 { list-style-type: none;
						          display: inline;
						          padding-right: 12px;
						          padding-left: 0px;
						          margin-left: 0px;
						          margin-right: 0px; }			   