html, body {
	margin: 0px;
	padding: 0px;
	background: #7aaec6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#container {
	width: 960px;
	margin: 0px auto;
}

img {
	border: none;
}

#head {
	height: 94px;
	background: url(/images/head.gif) no-repeat;
	margin: 20px 0px 11px 20px;
}

#head ul {
	font-size: 10px;
	padding: 69px 0px 0px 310px;
	list-style: none;
	margin: 0px;
}

#head ul li {
	float: left;
}

#head ul li a {
	float: left;
	color: #ffffff;
	text-decoration: none;
}

#box, #box_2 {
	visibility: hidden;
	position: absolute;
	background: #ffffff;
	top: 50%;
	left: 50%;
	z-index: 5;
	padding-left: 10px;
}

#box .top, #box_2 .top {
	padding: 10px 10px 0px 0px;
	height: 11px;
	text-align: right;
}

#box .uitleg, #box_2 .uitleg {
	position: absolute;
	z-index: 6;
	color: #2f1f0c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#fade, #fade_2 {
	visibility: hidden;
	background: url(/images/overlay.png);
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
}

#quote {
	width: 154px;
	float: left;
}

#content {
	width: 627px;
	float: left;
}

#contentpagina {
	background: #2f1f0c;
	padding: 15px;
}

#contentpagina a {
	color: #978f85;
	text-decoration: underline;
}

#contentpagina a:hover {
	text-decoration: none;
}

#contentpagina h1 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: 18px;
}

#contentpagina h2 {
	color: #978f85;
	text-transform: uppercase;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
}

#contentpagina p, #contentpagina ol, #contentpagina ul {
	margin: 0px;
	padding: 12px 0px 12px 0px;
	line-height: 145%;
}

#contentpagina ol, #contentpagina ul {
	margin-left: 30px;
	padding: 0px 0px 25px 0px;
}

.persoon_item {
	padding-bottom: 22px;
	border-bottom: 4px solid #978f85;
	margin-bottom: 22px;
}

.fotos {
	padding-bottom: 22px;
	border-bottom: 4px solid #978f85;
	margin-bottom: 22px;
}

.fotos a {
	display: block;
	float: left;
	margin-right: 10px;
	width: 100px;
}

.themafilm_groot {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	width: 192px;
	color: #ffffff;
	text-decoration: none;
}

.themafilm_groot span {
	display: block;
	background: #7aaec6;
	height: 28px;
	padding: 4px 6px 0px 7px;
	font-size: 9px;
}

.themafilm {
	display: block;
	float: left;
	margin: 0px 12px 11px 0px;
	width: 154px;
	color: #ffffff;
	text-decoration: none;
}

.themafilm span {
	display: block;
	background: #7aaec6;
	height: 28px;
	padding: 4px 6px 0px 7px;
	font-size: 9px;
}

.persoon_info {
	padding: 17px 10px 0px 10px;
	line-height: 140%;
}

.persoon_info h4 {
	color: #978f85;
	text-transform: uppercase;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	display: inline;
}

#menu {
	width: 179px;
	float: left;
	font-family: Tahoma, Arial;
}

#menu_personen {
	margin: 0px;
	padding: 5px 0px 1px 0px;
	list-style: none;
	background: url(/images/wrapper_menu_personen.gif) repeat-y;
}

#menu_personen li {
	margin-left: 9px;
	margin-bottom: 5px;
	padding: 0px 7px 0px 7px;
}

#menu_personen li a {
	display: block;
	background: #635748;
	color: #ffffff;
	padding: 8px 0px 0px 6px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	height: 24px;
}

#menu_personen li a:hover {
	background: #2f1f0d;
}

#menu_personen li.active {
	margin: 0px 7px 5px 0px;
	padding: 0px;
}

#menu_personen li.active a {
	background: #2f1f0d;
	border-left: 0px;
	padding-left: 22px;
}

#menu_themas {
	display: none;
	margin: 0px;
	padding: 5px 0px 1px 0px;
	list-style: none;
	background: url(/images/wrapper_menu_themas.gif) repeat-y;
}

#menu_themas li {
	margin-left: 9px;
	margin-bottom: 5px;
	padding: 0px 7px 0px 7px;
}

#menu_themas li a {
	display: block;
	background: #7aaec6;
	color: #ffffff;
	padding: 8px 0px 0px 6px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	height: 24px;
}

#menu_themas li a:hover {
	background: #282f45;
}

#menu_themas li.active {
	margin: 0px 7px 5px 0px;
	padding: 0px;
}

#menu_themas li.active a {
	background: #282f45;
	border-left: 0px;
	padding-left: 22px;
}

.clear {
	clear: both;
	font-size: 1px;
}

#footer {
	margin: 12px 0px 0px 154px;
	border-top: 4px solid #2f1f0c;
	color: #ffffff;
	font-size: 9px;
	padding: 5px 0px 20px 5px;
}

