*{margin:0; padding:0;}

body,html {
	background-color:#000000 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#212324;
	text-align:center;
}
/*
#pagecontainer{
	width:860px;
	height:auto;
	margin:0 auto;
	padding: 100px 0 0 0;
	text-align:left;
}
*/
#pagecontainer{
	position:absolute;
	left:50%;
	top:50%;
	width:820px;
	_width:824px;
	height:560px;
	_height:580px;
	margin-left:-412px;
	margin-top:-280px;
	text-align:left;
}
#contentcontainer{
	display:inline;
	width:100%;
	height:auto;
	overflow-x:hidden;
}	
#leftcol{
	display: inline;
	width: 410px;
	height:560px;
	float: left;
	margin: 0;
	text-align: left;
	font-size:1em;
	color:#999;
	background-color: #1f1e1e;
	overflow:hidden;
}
#thumbs{
	width:400px;
	height: 320px;
	overflow:hidden;
	/*
	overflow-x:hidden;
	overflow-y:auto;
	*/
}
#maincontent{
	background-color:#222;
	float: left;
	width: 410px;
	height:560px;
	display: inline;
	position:relative;
	margin:0;
	text-align:left;
}
#photo{
	width:410px;
	height:560px;
	background-color:transparent;
	overflow:hidden;
}
.anne{
	background: url(/cmsfile/81) no-repeat left top;

}
#photo img{margin:0; padding:0;}
#photo_anne{
	width:410px;
	height:560px;
	background-color:#333;
	background: url(/cmsfile/81) no-repeat left top;
	margin: 0 !important;
	padding: 0 !important;
}
#footer{
	width:400px;
	height:24px;
	padding:6px;
	float:left;
	clear:both;
	color:#7c7c7c;
}


#copyright{width:820px; height:20px;}
#copyright p{color: #333;}
#copyright a{color:#333; text-decoration:none;}

.box{width:390px; margin:0!important; padding:9px; overflow:hidden;}

/*
 * Navigatie
 */
 
ul#nav{
	list-style-type:none;
	margin-bottom:8px;
	height:130px;
}
ul#nav li a{
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
}
ul#nav li a:hover{color:#999;text-decoration:none;}
ul#nav li a.current{color:#999;text-decoration:none;}

/*
 * Specific Layout Items
 */
#leftcol h1{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	display:none;
}
#leftcol h2{font-size:11px; font-weight:bold;}
#leftcol a{color: #999; text-decoration:underline;}
#leftcol a:hover{color:#ccc; text-decoration:none;}
#leftcol a img{border:none;}

/* Thumbnails */

#thumbs{float:left;}
ul.gallery {list-style-type:none; overflow:hidden;}
#thumbs ul li img{float:left;margin-right:3px;}

.gallery{list-style:none;width:400px;}
.gallery li{display:block;width:60px;height:60px;overflow:hidden;float:left;margin:0 3px 3px 0}
.gallery li a{display:none}
.gallery li div{position:absolute;display:none;top:0;left:180px}
.gallery li div img{cursor:pointer}
.gallery li.active div img,.gallery li.active div{display:block}
.gallery li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.gallery li .caption{display:block;padding-top:.5em}
* html .gallery li div span{width:400px;} /* MSIEEEE bug */
.galleria_container{margin:0; padding:0;}

/* Teksten onder de foto */
.caption{
	width:400px;
	height:auto;
	background-color:#000;
	/* valideert niet */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color:#fff; 
	display:none;
	margin-top:6px;
	padding:6px; 
	position:absolute;
	left:4px; 
	top:500px;
	z-index:10;
}
#temp{background:#1f1e1e; color:#fff;width:327px; height:160px; margin: 50px auto 0 auto;}
#temp p{line-height:2.5;}
#temp img{margin:4px 0 8px 0;}
#temp a{color:#fff; text-decoration:underline;}
#temp a:hover{text-decoration:none;}
