/* --- WRAPPERS --- */
body {
	margin: 0;
	color: #232323;
	text-align: center;
	overflow-x: hidden;
	letter-spacing: 1px;
	font: 14px "times new roman", times-new-roman, arial, verdana;
	background: url('images/pattern-r.png');
}
.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
/* --- GELE BALK BOVEN --- */
#top {
	height: 78px;
	color: #535353;
	font-size: 17px;
	/*font-size: 18px;*/
	background: url('images/pattern-y.png');
}
#top .left {
	width: 425px;
	height: 76px;
	margin-bottom: 2px;
	background: url('images/logo.png');
}
#top .right {
	width: 160px;
	text-align: left;
	font-style: italic;
	margin-left: 300px;
}
#top a {
	color: #535353;
	text-decoration: none;	
}
#top a:hover {
	opacity: .75;
	filter: alpha(opacity=75);
}
/* --- HEADER --- */
#header {
	height: 240px;
	background: url('images/gradient.png');
}
#header #headerimage {
	width: 938px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
#header #watermark {
	z-index: 35;
	width: 243px;
	bottom: -2px;
	right: -52px;
	height: 280px;
	position: absolute;
	background: url('images/watermark.png');
}
/* --- CONTENT --- */
#content {
	text-align: left;
	background: url('images/pattern-y.png');
}
#content .inner {
	background: url('images/content-loop.png') repeat-y top right;
}
#content #page {
	width: 700px;
	padding: 8px 20px 1px 20px;
	background: url('images/content-top.png') no-repeat top right;	
}
#content #fotohok {
	float: right;
	width: 214px;
	margin: 10px 0 0 34px;
}
#content #fotohok a {
	float: left;
	width: 212px;
	height: 163px;
	overflow: hidden;
	margin: 2px 0 0 0;
	background-repeat: no-repeat;
	background-position: center center;
}
#content #fotohok a:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
/* --- CONTENT - FOTOHOK ONDER CONTENT --- */
#content #wide #fotohok {
	float: none;
	width: 100%;
	margin: 30px 0 0 0;
}
#content #fotohok a {
	margin: 0 15px 10px 0;
}
/* --- MENU --- */
#menuspacer {
	height: 50px;
	clear: both;
}
#menu {
	top: 0;
	left: 0;
	margin: 0;
	width: 956px;
	height: 50px;
	padding: 0 2px;
	list-style: none;
	position: absolute;
	background: url('images/menu.png');
}
#menu, #menu * {
	z-index: 49;
}
#menu li {
	float: left;
}
#menu li:hover {
	background: url('images/menu-hover.png');
}
#menu li a {
	color: #FEFEFF;
	display: block;
	padding: 0 20px;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	background: url('images/seperator.png') no-repeat right 10px;
}
#menu li.first a {
	padding-left: 23px;
}
#menu li.last a {
	background: none;
}
#menu li.active {
	margin-top: -25px;
	padding-top: 25px;
	background: url('images/menu-active.png') repeat center top;
}
#menu li a:hover, #menu li.active a {
	color: #F4EED1;
}
/* --- SUBMENU --- */
#content ul.left {
	padding: 0;
	width: 220px;
	list-style: none;
	margin: 4px 0 0 0;
}
#content ul.left li.top {
	height: 3px;
	background: url('images/submenu-top.png');
}
#content ul.left li {
	height: 34px;
	background: url('images/submenu.png') no-repeat 0 0;
}
#content ul.left li a {
	display: block;
	color: #F4EED1;
	font-size: 16px;
	line-height: 31px;
	padding: 1px 2px 2px 50px;
}
#content ul.left li a:hover {
	text-decoration: none;
	background: url('images/submenu.png') no-repeat 0 -34px;
}
#content ul.left li.active a {
	background: url('images/submenu.png') no-repeat 0 -68px;
}
#content ul.left li.spacer {
	height: 22px;
}
#content ul.left li.bottom {
	height: 19px;
	background: url('images/submenu-bottom.png');
}
/* --- FOOTER --- */
#footer .right {
	width: 740px;
	color: #F4EED1;
	font-weight: bold;
	padding: 14px 0 28px 0;
	background: url('images/content-bottom.png') no-repeat;
}
#footer p {
	margin-top: 0;
}
#footer p.copy {
	margin-bottom: 6px;
}
#footer a {
	color: #F4EED1;
}
#footer #remgro {
	font-size: 10px;
}
/* --- ALGEMEEN  --- */
p {
	line-height: 30px;
	margin: 12px 0 30px 0;
}
li {
	line-height: 20px; 
}
hr {
	height: 1px;
	border: none;
	background-color: #CCC;
}
a {
	color: #930000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #940000;
	margin: 10px 0;
	font: bold 18px "times new roman", times-new-roman, arial, verdana;
}
h1 {
	margin-bottom: -6px;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
.clear, .clearboth {
	clear: both;
}
.floatleft, .left {
	float: left;
}
.floatright, .right {
	float: right;
}
.mleft3px {
	margin-left: 3px;
}
.error {
	color: #FF0000;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
input[type=text], input[type=password], textarea {
	border: solid 1px #CCC;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border-color: #ACACAC;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #797979;
}
input[type=submit], input[type=button] {
	cursor: pointer;
	padding: 5px 18px;
	border: solid 1px #797979;
}
input[type=submit]:hover, input[type=button]:hover {
	border-color: #333;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}