body {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	height: 100%; /* héél belangrijk */
	text-align: center;
}
td {
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}
#container {
	/*margin-left: 92px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	margin-top: 0px;
	width: 900px;
	background-color: white;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

#left, #right {
	position: absolute;
	background-color: #390814;
	top: 0px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#left
{
	left: 0px;
	width: 155px;
	color: white;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#right
{
	right: 0px;
	width: 44px !important; width: 45px;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-left: 1px solid #6A454E;
}

#center
{
	margin-left: 200px;
}

#center #klok, #center #splash
{
	position: absolute;
	top: 56px;
	right: 26px;
}

#left #title
{
	position: absolute;
	left: 12px;
	top: 183px;
}

#left #menu
{
	position: absolute;
	left: 44px;
	top: 50px;
}

#left #menu #items
{
	margin-top: 20px;
}

#left #menu #items a.menuitem
{
	color: #A48D93;
	font-size: 10px;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 4px 4px 4px 10px;
}

#left #menu #items a.menuitem:hover
{
	color: #ffffff;
	background-color: #633A43;
}

#left img.scripta
{
	position: absolute;
	top: 462px;
	left: 55px;
}

a img
{
	border: 0px;
}

#content
{
	padding-top: 122px;
	width: 465px;
	color: #390814;
}

h1
{
	margin: 0px
	padding: 0px 0px;
	border-bottom: 1px solid black;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	font-weight: bold;
	font-size: 12px;
}
#calculator {
	width:465px;
	height:140px;
	background-image:url('images/calculator/kader.png');
	position:relative;
}
#calculator #textbox1pos {
	position:absolute;
	top:18px;
	left:197px
}
#calculator #button1 {
	position:absolute;
	top:19px;
	left:292px;
}
#calculator #textbox2pos {
	position:absolute;
	top:76px;
	left:197px
}
#calculator #button2 {
	position:absolute;
	top:76px;
	left:292px;
}
#calculator .calcultextbox {
	width:88px;
	height:18px;
	text-align:right;
	border:1px solid #000000;
	font-size:9px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(Lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(Lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="Lightbox/overlay.png", sizingMethod="scale");
	}

.contact-left {
	float:left;
	border-color:#000000;
	border-width: 1px 0px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
}
.contact-right {
	float:left;
	border-color:#000000;
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
}
