html{
	height: 100%;
	width: 100%;
}
html, body{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:#514D46;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
	overflow: hidden;
	scrollbars: no;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #096AA8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #096AA8;
	scrollbar-track-color: #FFFFFF;
}
#container{
	position: absolute;
	height:100%;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-color:#FFFFFF;
}
#contentcontainer {
	position: absolute;
	left: 200px;
	height: 200px;
	width:750px;
	border: 25px solid black;
	background-color: white;
	overflow:auto;
	overflow-x: hidden;
	background-image: url(/images/content_back.gif);
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px;
	width: 430px;
	color: black;
	font-size: 11px;
	line-height: 16px;
}

#content td, table, tr, th{
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content table, td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-collapse: collapse;
	border: 1px solid white;
	background-color: #F2F2F2;
}

#content a:link, #content a:active, #content a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#990000;
}

#content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#990000;
}


#pagetitle{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	width: 545px;
	margin:0px;
	border-bottom: 1px solid black;
	font-size: 18px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
}
#breadtrail {
	position: absolute;
	top: 37px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #0061B6;
	line-height: 13px;
	width: 500px;
	margin:0px;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#breadtrail a:link, #breadtrail a:active, #breadtrail a:visited {
	text-decoration:none;
	color: #0061B6;
}

#breadtrail a:hover {
	text-decoration:none;
	color: #074072;
}

#logo{
	position: absolute;
	left: 50px;
	top: 50px;
}
#rightmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	line-height: 18px;
	position: absolute;
	z-index: 50;
	height: 450px;
	left: 685px;
	top: 16%;
	width: 165px;
	padding-left: 105px;
	padding-bottom: 50px;
	background-image: url(/images/blokrechts.jpg);
	background-position: 10px 330px;
	background-repeat: no-repeat;
}
#rightmenu a:active, #rightmenu a:link, #rightmenu a:visited { 
	color: white; 
	text-decoration: none;
	font-size: 10px;
}

 #rightmenu a:hover { 
	color: white; 
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#menu{
	position:absolute;
	left: 0px;
	top: 200px;
	width: 200px;
	overflow:hidden;
}

#menu ul{
	border-top: 2px solid white;
	margin-bottom: -1px;
}
.menulevel1 li{
	border-top: 2px solid white;
	border-bottom: 0px solid white;
	padding-right: 0px;
}
.menulevel2 li{
	border-top: 0px solid white;
	border-bottom: 0px solid white;
}
.menulevel1{
	width: 196px;
	border: 2px solid white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	margin:0px;
	padding:0px;
	color: white;
	text-align: center;
	list-style-type: none;
	letter-spacing: .05em;
}
.menulevel1 A:link, .menulevel1 A:visited, .menulevel1 A:active, .menulevel1 A:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin-top:1px;
	padding-bottom:4px;
	margin-left:5px;
	margin-right:5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
.menulevel2{
	width: 196px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
	color: white;
	text-align: left;
	list-style-type: none;
	letter-spacing: 0em;
}
.menulevel2 A:link, .menulevel2 A:visited, .menulevel2 A:active, .menulevel2 A:hover{
	font-size: 11px;
	background-image: none;
	border: none;
}
#submenu {
	position: relative;
	width: 525px;
	border-bottom: 1px solid black;
	background-color:#F2F2F2;
	font-size: 11px;
	line-height: 18px;
	padding-bottom: 2px;
	padding-left: 20px;
	z-index: 1000;
}
#submenu A:link, #submenu A:visited, #submenu A:active, #submenu A:hover{
	color: #990000;
	text-decoration: none;
}
.preview{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;
	position:relative;
	width: 290px;
	float: left;
}
.previewimage{
	position: relative;
	width: 140px;
	float: left;
}
.previewimage img{
	border: 1px solid black;
	margin-right: 10px;
}
.previewcontainer{
	position:relative;
	border-top: 1px dashed gray; 
	width:430px;
	margin-left: 20px;
	padding-top: 20px;
	float: none;
}

p{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.plaatjelinksboven{
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.plaatjelinks{
	border: 1px solid black;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.plaatjerechts{
	border: 1px solid black;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leesverder, .leesverder A:link, .leesverder A:active, .leesverder A:visited, .leesverder A:hover{
	color:#990000;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
#homepage{
	width: 410px;
	border: 1px solid #555555;
	background-color: #EEEEEE;
	padding: 10px;
}
/* KERSTFEEST REPLACEMENT

#homepage{
	background-color: #000000;
	color: white;
	border: 1px solid #000000;
}
#homepage #content img{
	border: 1px solid black;
}

 EINDE KERSTFEEST */

#content img{
	float: left;
	border: 1px solid black;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 4px;
}

.formtable td{
	background-color: white;
	padding-left: 0px;
}
.formtable .input, .formtable textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border: 1px solid #333333;
	color: gray;
	width: 250px;
	background-color: #E8E8E8; 
	padding: 3px;
}
.formtable textarea{
	height: 100px;
}

.formbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: white;
	background-color:#333333;
	cursor: pointer;
	width: 80px;
}

#language{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: gray;
	position:absolute;
	left: 445px;
	top: 10px;
}

#language A:link, #language A:active, #language A:visited, #language A:hover{
	color: black;
	text-decoration: none;
}

#content table#cleantable, #content table#cleantable TD, #content table#cleantable TR{
	background-color: white;
	padding: 0px;
	margin: 0px;
	border: 0px solid white;
}
