html {
	
	overflow: auto;
	height: 100%;
} 

body {
	margin: 0px;
	background-color: black;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

div#container
{
	text-align: left;	
	width: 933px;
	margin: 0px auto;
}

div#logo
{
	padding-left: 5px;	
}

/* Containers */

div#header {
	
	position: relative;
	
	width: 933px;
	height: 60px;
	
	margin-top: 4px; /*96px*/
	margin-left: auto;
	margin-right: auto;
}

div#header h1
{
	color: white;
	font-size: 22px;
	margin: 0px;
}

div#content {
	
	position: relative;
	z-index: 2;
	width: 933px;
	
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	
	line-height: 16px;
	font-size: 14px;
	font-family: "Trebuchet MS";
}

div#background
{
	z-index: 1;
	position: absolute;
	top: 406px; 
	right: -57px;
	height: 200px;
	width: 200px;
	
	background-image: url('../images/bgbody.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#footer {
	
	width: 100%;
	text-align: left;
	margin-top: 15px;
	font-size: 13px;
	color: #8c8c8c;
}

div#menu-container {
	
	position: absolute;
	bottom: -10px;
	right: 0px;
	width: 100%;
}

div#menu-container a {
	font-family: Verdana;
	display: block;
	height: 20px;
	float: right;
	margin-left: 30px;
	font-size: 13px;

	text-decoration: none;
	color: #d0d0d0;
}

div#menu-container a:hover, div.dropdown a.submenu:hover,div#menu-container a.active {
	
	color: #fc8800;
}

/**
 * Dropdown
 */
div.dropdown {
	
	position: absolute;
	
	background-color: black;
	border: 1px solid #6d6d6d;
	
	z-index: 1000;
}

div.dropdown a.submenu {
	
	display: block;
	
	height: 18px;
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	
	color: #d0d0d0;

	text-decoration: none;


}

div#footer a, div#footer span {
	
	color: #8c8c8c;
	text-decoration: none;
}

div.tekst-left {
	
	width: 350px;
	
	margin: 40px;
	
	
	font-size: 11px;
	color: #fff;
	line-height: 16px;
}

div.tekst h1 {
	
	font-size: 14px;
	color: #a86859;
	margin: 0px;
}

div.contact {
	
	float: right;
	
	color: #fff;
	text-align: right;
	font-weight: bold;
}

p {
	
	margin: 0px;
	padding: 0px;	
}

p.kop {
	
	font-size: 14px;
	color: #a86859;
	margin: 0px;
	margin-top: 12px;
	font-weight: bold;
}



/**
 * Slideshow
 */

#thumb-holder {
	
	position: absolute;
	top: 60px;
	right: 0px;
	
	width: 126px;
	text-align: right;
	height: 500px;
	
	overflow-y: auto;
	overflow-x: hidden;
}

div#buttons {
	text-align: center;	
	position: absolute;
	z-index: 99;
	
	right: 29px;
	top: 94px;
}

div#buttons img {
	
	margin: 0px 4px;
	cursor: pointer;
}

div.slideshow-thumb {
	
	margin-bottom: 6px;
	padding: 0;
	border: 1px solid transparent;
	cursor: pointer;
	
	width: 96px !important;
	height: 96px  !important;
	
	background-position: center center;
	
	
}

div.slideshow-thumb-clicked {
	
	margin-bottom: 6px;
	border: 1px solid #fff;
	cursor: default;
	
	width: 96px;
	height: 96px;
	
	background-position: center center;

}

img#slideshow-image {
	

	position: relative;
	z-index: 999;


}

/* Contact form */

.form_text {
	
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}

td {
	text-align: left;
}

.form_input {
	
	width: 196px;
	margin-top: 2px;
	margin-bottom: 2px;
	opacity: .85;
	filter:alpha(opacity=85);
}

img#slideshow-image
{
	margin: 0px !important;
}

div#contentinhoudheight
{
	min-height: 530px;
}

div#paginacontent
{
	border: 1px solid #999;
}

.kop {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14pt;
	color: #999;
	line-height: 15pt;

}

.subkop {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 12pt;
	color: #999;
	line-height: 15pt;
}

.plat {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12pt;
	color: #999;
	line-height: 15pt;
}