 


/* ---------------------------------
   CSS-bestand 
   --------------------------------- */

   
/* Alles in de body staat in deze DIV */

		body{
			background-image: url(../images/background.png);
			background-repeat: repeat-x;
			
		}
		#container {
			width: 950px;
			margin: 0 auto;
			font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande voor Macs, Tahoma voor pc's */
			font-size: 13px;
			line-height: 1.6em;
			color: #496e10;			background-color: transparent;
			
			
			
		}
		
		.fout {
			color: #f03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
		}
		
/* De header instellingen */

		#header {
			border-bottom: 4px solid transparent;
			padding: 10px 10px 5px 10px;
			height: 115px;
			clear: both;
			margin-bottom: 10px;
			background-color:#f4f9ec;			background-image: url(../images/);
		}
		

		.header_foto{ 
			
			float:right;			margin: 0px 10px;
			margin-right: 0px;
		}
/* De instellingen van de linker kolom met daarin de navigatie */
		
		#navigatie {
		width: 150px;
		padding: 5px;
		float: left;
		margin-right: 10px;
		background-color:#b8d77b;		
		}
		
		#navigatie ul{
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			
		}

		#navigatie a {
			display: block;
			color:#993300;			padding: 3px;
			border-bottom: 1px solid #FFF;
			text-decoration: none;
		}

		#navigatie a:link, a:visited {
			color:#993300;			text-decoration: none;
		}
		
		#navigatie a:hover {
			background: #000000 url(../images/pijl.gif) 96% 50% no-repeat;
			background-color:#689f11;			color:#993300;		}

/* Adres kader onder de navigatie */

		.adres {
			margin: 20px 0px 20px 0px;
			padding: 5px;
			border-bottom: 2px dotted #FFF;
			border-top: 2px dotted #FFF;
			color: #496e10;			font-weight: normal;
			font-size: 12px; 
		}
		
			
/* De pagina inhoud wijziging 19-06-10 was: width: 790px; margin-left: 160px; margin-right: 0px; */

		#content {
			width: 780px;
			margin-left: 170px;
			margin-right: 0px;
			background-color:;
		}
		
a:link, a:active, a:visited {
	color: #993300;	text-decoration: underline;
}

a:hover {
	color:#993300;	text-decoration: none;
}
		

/* De footer instellingen */

		.footer {
			border-top: 4px solid #FFF;
			margin-top: 20px;
			clear: both;
			text-align: center;
			background-color: #f4f9ec;;
			padding: 10px 15px 10px 15px;
		}
/* Extra voor de huizen- accomodatie pagina !!!!!!!! */

.categorie{
	table-layout:fixed;
	width: 770px;
}

.categorie_kolom1{
	width: 130px;
}

.categorie_kolom2{
	width: 100%;
}	
.categorie_kolom3{
	width: 120px;
}
.categorie_einde{
	border-bottom: 1px solid #A53512;

}  
.cat_link a:link{
	color: #3D3535;
	text-decoration: none;
	border-bottom: 2px solid #A53512;
}

.cat_link a:visited{
	color: #3D3535;
	text-decoration: none;
	border-bottom: 2px solid #A53512;
}

.cat_link a:hover {
	color: #bdb76b;
	text-decoration: none;
	background-color: transparent;
}

/* de foto cel op de categorie pagina */

.fotoklein {             
	width: 125px;
	height: 95px;
	vertical-align: middle;
	text-align: center;
}


.fotoklein a:link {
	color: #bdb76b;
}
.fotoklein a:visited {
	color: #bdb76b;
}
.fotoklein a:active {
	color: #bdb76b;
}	
.fotoklein a:hover {
	color: #A53512;
	text-decoration: none;
	background-color: transparent;
}
		
