/* CSS Document */

body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#bdbdbe;
}
body,html{
	height:100%;
}
#site{
	position:relative;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	z-index:1;
}
#header{
	width:97%;
	height:120px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	z-index:2;
}
#overlay{
	position:absolute;
	top:0px;
	left:130px;
	width:225px;
	height:100%;
	z-index:15;
	color:#000000;
	background-image:url(images/overlay.png);
	background-repeat:repeat-y;
}
#overlaytop{
	position:absolute;
	top:30px;
	left:41px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:129px;
	height:260px;
	z-index:10;
}
#overlaybottom{
	position:absolute;
	bottom:60px;
	left:24px;
	background-image:url(images/handtekening.jpg);
	background-repeat:no-repeat;
	width:160px;
	height:51px;
	z-index:10;
}
#sub{
	position:absolute;
	top:320px;
	left:155px;
	width:160px;
	text-align:center;
	z-index:500;
}
#sub ol{
	list-style:none;
	padding:0px;
	margin:0px;
	z-index:500;
}
#sub li{
	padding-bottom:15px;
}
#sub a{
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
#sub a:hover{
	text-decoration:underline;
}
#background{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height:100%;
	background-repeat:repeat-y;
	background-position:50% 155px;
	z-index:1;
}
#crumbpath{
	position:absolute;
	left:0px;
	top:0px;
	width:124px;
	height:97px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:58px;
	padding-right:10px;
	color:#bdbebf;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	z-index:100;
}
#crumbpath a{
	color:#bdbebf;
	text-decoration:none;
}
#crumbpath a:hover{
	text-decoration:underline;
}
#spacer{
	clear:both;
	height:60px;
}
.spacer{
	clear:both;
	height:0px;
	overflow:auto;
}
#footer{
	position:absolute;
	bottom:0px;
	border-top:3px solid #464545;
	background-color:#8a1419;
	height:30px;
	padding-top:10px;
	width:100%;
	z-index:100;
}
#footerleft{
	float:left;
	color:#bdbebf;
	padding-left:5px;
}
#footerleft a{
	color:#bdbebf;
	text-decoration:none;
}
#footerleft a:hover{
	text-decoration:underline;
}
#footerright{
	float:right;
	color:#bdbebf;
	padding-right:15px;
}
#footerright a{
	color:#bdbebf;
	text-decoration:none;
}
#footerright a:hover{
	text-decoration:underline;
}
#menu{
	margin-top:8px;
	margin-left:350px;
	height:35px;
	z-index:25;
}
#menu ol{
	list-style:none;
	padding:0px;
	margin:0px;
}
#content{
	clear:both;
	margin-top:10px;
	margin-left:345px;
}
#textboxleft{
	width:642px;
	height:12px;
	background-image:url(images/textbox-top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#textbox{
	width:642px;
	background-image:url(images/textbox-bg.jpg);
	background-repeat:repeat-y;
	padding-bottom:20px;
}
#textboxcontent{
	margin-left:20px;
	width:602px;
	color:#000000;
	font-size:12px;
}
#textboxcontent a, #textboxcontentright a, #textboxcontentleft a{
	color:#8a1419;
	text-decoration:none;
}
#textboxcontent a:hover, #textboxcontentright a:hover, #textboxcontentleft a:hover{
	text-decoration:underline;
}
#textboxcontentleft{
	margin-left:10px;
	width:160px;
	color:#000000;
	font-size:12px;
	float:left;
	margin-right:20px;
}
#textboxcontentright{
	width:430px;
	color:#000000;
	font-size:12px;
	float:left;
}
#textboxright{
	width:642px;
	height:12px;
	background-image:url(images/textbox-bot.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.contenttitle{
	color:#8a1419;
	font-size:16px;
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}
.menu{
	float:left;
	font-size:13px;
	color:#848282;
	padding-right:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.menu a{
	color:#848282;
	text-decoration:none;
	display:block;
}
.menu a:hover{
	text-decoration:underline;
}
.submenu{
	display:none;
	padding-top:10px;
	clear:both;
	position:absolute;
}
.submenuitem{
	padding:2px;
	width:150px;
	color:#848282;
	background-color:#dad9d9;
	font-size:11px;
	border:2px solid #FFFFFF;
	border-top:none;
}
.submenuitem a{
	color:#848282;
	font-size:11px;
	font-weight:normal;
}
.forminput{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	height:11px;
}
.textinput{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:300px;
	height:200px;
}
.errortxt{
	color:#8a1419;
}
.extratouch{
	color:#8a1419;
}
.clickable{
	cursor:pointer;
}
