 #container {
			width: 950px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #000033;
			background-color: #eff5f7;
		}
		
		.fout {
			color: #f03;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
		}
		
/* De header instellingen */

		#header {
			border-bottom: 0px solid #ffffff;
			padding: 0px;
			height: 250px;
			clear: both;
			margin-bottom: 2px;
			background-color:;
			background-image: url(http://www.pageloisirs.com/images/pages/22/chalet-lac-05.jpg);
		}
		

		.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:#c1ccf8;
		
		}
		
		#navigatie ul{
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			
		}

		#navigatie a {
			display: block;
			font-family: 0;
			color:#FFFFFF;
			font-size: ;
			padding: 3px;
			border-bottom: 1px solid #FFF;
			text-decoration: none;
		}

		#navigatie a:link, a:visited {
			color:#FFFFFF;
			text-decoration: none;
		}
		
		#navigatie a:hover {
			background: #000000 url(../images/pijl.gif) 96% 50% no-repeat;
			background-color:#a6b6be;
			color:#FFFFFF;
		}

/* Adres kader onder de navigatie */

		.adres {
			margin: 20px 0px 20px 0px;
			padding: 5px;
			border-bottom: 2px dotted #FFF;
			border-top: 2px dotted #FFF;
			color: ;
			font-weight: normal;
		}
		
			
/* De pagina inhoud */

		#content {
			width: 780px;
			margin-left: 170px;
			margin-right: 0px;
			background-color:;
		}
		
a:link, a:active, a:visited {
	color: #993366;
	text-decoration: underline;
}

a:hover {
	color:#993366;
	text-decoration: none;
}

/* @font-face lettertypes  */

@font-face {
    font-family: 'BlackJack';
    src: url('fonts/blackjack/black_jack-webfont.eot');
    src: url('fonts/blackjack/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/blackjack/black_jack-webfont.woff') format('woff'),
         url('fonts/blackjack/black_jack-webfont.ttf') format('truetype'),
         url('fonts/blackjack/black_jack-webfont.svg#BlackJack') format('svg');
    font-weight: normal;
    font-style: normal;

}

		

/* De footer instellingen */

		.footer {
			border-top: 4px solid #FFF;
			margin-top: 20px;
			clear: both;
			text-align: center;
			background-color: ;;
			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;
}