body {
	font: 11px Verdana;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background:#000000 url(../images/bg.gif);
	background-repeat:repeat-x;	
}

table, font {
	font: 11px Verdana;
	color: #FFFFFF;
}

#placeholder {
	width:970px;
	margin:0px auto;
	padding:0px;
}

	#logo {
		position:absolute;
		margin-left:15px;
	}
		
		#logo a {
			width:180px;
			height:90px;
			display:block;
		}
	
	#extramenu {
		position:absolute;
		margin-left:820px;
		margin-top:15px;
	}
	
	#extramenu a {
		text-decoration:none;
	}
	
	#extramenu a:hover {
		text-decoration:underline;
	}

#container{
	width:970px;
	margin:0px auto;
	padding:0px;

}
	#header{
		float:left;
		width:970px;
		height:161px;
		margin:0px;
		padding:0px;
		background-image:url(../images/header.gif);
		background-repeat:no-repeat;
	}

	#menu {
		float:left;
		height:15px;
		margin:0px;
		padding-left:350px;
		padding-top:105px;
	}
	
		#menu ul{
			margin:0px;
			padding-left:109px;
		}
		
		#menu li{
			display:inline;
			padding:0px;
			margin:0px;
		}
		
		#menu li a{
			float:left;
			text-align:center;
			padding-left:0px;
			padding-top:14px;
			width:84px;
			height: 29px;
			font:12px Verdana;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;
			border-left:1px solid #344165;
			border-bottom:1px solid #344165;
		}
		
		#menu li a:hover, #menu li a.actief{
			color:#FFFFFF;
			text-decoration:none;
			background-color: #000000;
		}
			
#content{
	float:left;
	width:970px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
}	


	#foto{
		width:445px;
		height:339px;
		float:left;
		padding-left:14px;
		margin:0px;
		background:url(../images/foto.gif) repeat-x;	
	}
	

	#tekst{
		width:511px;
		float:left;
		background-image:url(../images/bg_content.jpg);	
	}

	#tekst2{
		width:465px;
		float:left;
		margin-left:10px;
		margin-top:15px;
		min-height:270px;
	}
	
	
#footer{	
	float:right;
	width:511px;
	height:54px;
	/*background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;*/
}

		
.clearer {
	clear: both; 
	line-height:0; 
	height: -10; 
	float: none;
}




/*  CONTENT STYLES  */

h1{
	font:16px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h2{
	font:16px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h3{
	font:14px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h4{
	font:14px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h5{
	font:12px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

h6{
	font:12px verdana;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}

a{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover{
	color:#FFFFF;
	text-decoration:underline;
}

/* FOTO ALBUM */
.FOTOsubalbum {
	width:140px;
	height:140px;
	display:block;
	float:left;
}

	.FOTOfoto {
		width:109px;
		height:72px;
		overflow:hidden;		
		border:1px solid white;
	}
	
		.FOTOfoto img {
		}
	
	.FOTOtekst {
		width:140px;
		padding-left:5px;
	}
	
		.FOTOtekst a {
			text-decoration:none;
			line-height:18px;
		}

/* FOTO LIJST */ 	
.FOTOlijst {
	width:109px;
	height:72px;
	display:block;
	float:left;
	margin-right:3px;
	margin-left:1px;
	overflow:hidden;
	margin-bottom:10px;
	text-align:center;
	border:1px solid white;
}

	.FOTOdetail {
		width:110px;
		
		overflow:hidden;
	}
	
		.FOTOdetail img {
			
		}
	
	
/* SPECIALS PAGINA */	

	#specials_foto{
		width:567px;
		height:339px;
		float:left;
		padding-left:14px;
		margin:0px;
		background:url(../images/foto.gif) repeat-x;	
		backgroud:pink;
	}
	

	#specials_tekst{
		width:369px;
		float:left;
		background-image:url(../images/bg_content_home.jpg);	
		padding:10px;
		min-height:275px;
	}

	

