@charset "utf-8";
@import url("/css/reset.css");

html, body{
	width: 100%;
	height: 100%;
	color: #717171;
	background: #000 url(/images/filmset3.jpg) no-repeat fixed center top;
	font: 12px/16px Verdana, Arial, Helvetica;
}

#center{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

#menucol{
	width: 294px;
	float: left;
	background-color: #000;
}

strong{
	font-weight: bold;
}

a{
	color: #de7106;
	text-decoration: none;
}

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

h1{
	padding: 0;
}

h2{
	line-height: 1em;
	margin-bottom: 10px;
}

p{
	width: 590px;
	float: left;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#nav{
	margin-top: -4px;
	width: 100%;
	background-color: #000;
	float: left;
}

ul#nav li{
	width: 294px;
	float: left;
	border-bottom: 1px solid #0f0f0f;
}

ul#nav li a{
	width: 244px;
	padding: 7px 10px 7px 40px;
	float: left;
	color: #fff;
	text-decoration: none;
}

ul#nav li a.active{
	width: 244px;
	padding: 7px 10px 7px 40px;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #1c1c1c;
}

ul#nav li a:hover{
	background-color: #141414;
}

ul#nav li.headitem{
	width: 254px;
	padding: 7px 10px 7px 30px;
	float: left;
	color: #de7106;
	text-decoration: none;
	background: url(images/menu_down.gif) no-repeat 15px center;
}


#adresblok{
	width: 284px;
	padding: 30px 10px 20px 0;
	float: left;
	margin-top: 20px;
	background: #000 url(images/klap.gif) no-repeat;
}

#adresblok span{
	font-size: 10px;
	float: left;
	margin-left: 15px;
	line-height: 1.5em;
	color: #fff;
}

/* ---------------- content ----------------- */


#content{
	width: 590px;
	float: right;
	padding: 40px;
	background-color: #fff;
}

#content li{
	margin-left: 15px;
	list-style-type: disc;
	line-height: 1.5em;
	clear: left;
}

em{
	font-style: italic;
}

.beeldgroot{
	width: 528px;
	height: 387px;
	float: left;
	margin-left: 30px;
	background: url(images/imggroot_bg.gif) no-repeat;
}

.beeldgroot img{
	margin-left: 17px;
	margin-top: 15px;
}

.beeldgroot span.title{
	margin-top: 20px;
	margin-left: 17px;
	float: left;
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

.beeldgroot span.subtitle{
	float: left;
	margin-left: 17px;
	color: #bababa;
	margin-top: 5px;
	clear: left;
	font: 9px Arial, "Trebuchet MS", Verdana, Helvetica;
}

.beeldklein{
	width: 285px;
	height: 220px;
	position: relative;
	float: left;
	background: url(images/imgklein_bg.gif) no-repeat;
}

.beeldklein div.foto{
	width: 247px;
	height: 190px;
	float: left;
	margin-left: 19px;
	margin-top: 13px;
	background-repeat: no-repeat;
	display: inline;
}

.beeldklein span{
	width: 247px;
	color: #b8b8b8;
	padding-top: 170px;
	font-size: 9px;
	padding-left: 18px;
	display: block;
}

.magnify{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 8px;
	top: 7px;
	background-image: url(/css/images/magnify.gif);
	z-index: 2;
}

#taalswitch{
	margin-left: 10px;
	margin-bottom: 20px;
}

#taalswitch a{
	color: #fff;
	margin-right: 20px;
	margin-left: 10px;
}

