html {
	height:100%;
}
body {
	color:#000;
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	height:100%;
	background-color:#f0e8c0;
	background-image:url(img/bg01.gif);
	background-repeat:repeat-x;
}
a {
	outline:none;
}
hr {
	border: 1px solid #000;
}
table {
	font-size:12px;
}
#container {
	position:relative;
	width:910px;
	margin-left:-455px;
	left:50%;
	min-height:100%;
	_height:100%;
	background-image:url(img/bg-container.gif);
	background-repeat:repeat-y;
}
#header {
	position:relative;
	height:100px;
	background-image:url(img/bg-header.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#header *{
	text-indent:-9999px;
	position:absolute;
}
#page {
	position:relative;
	padding-bottom:35px;
	background-image:url(img/bg-page.gif);
	background-repeat:no-repeat;
	background-position:top;
	min-height:445px;
	_height:445px;
}
#left {
	position:absolute;
	height:445px;
	width:185px;
	left:25px;
	top:0px;
	background-image:url(img/bg-left.jpg);
	background-repeat:no-repeat;
	z-index:99;
}
#left #menu {
	position:absolute;
	margin:0;
	padding:0;
	top:20px;
	left:6px;
	width:173px;
	list-style:none;
}
#left #menu a{
	color:#000;
	font-size:11px;
	text-decoration:none;
	padding-top:3px;
	height:17px;
	display:block;
	margin-bottom:10px;
	text-indent:10px;
}
#left #menu a:hover{
	color:#fff;
	font-weight:bold;
	background-image:url(img/bg-button.gif);
}
#left #menu a span,#menu a:hover span{
	color:#fff;
	font-size:10px;
	margin-right:6px;
	font-weight:normal;
}
#left #adres{
	position:absolute;
	left:20px;
	top:262px;
}
#left #adres *{
	margin:0;
	padding:0;
	line-height:15px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#left #adres p{
	margin-bottom:5px;
	padding-top:5px;
}
#left #adres h1{
	font-size:12px;
}
#left #adres a{
	border-bottom:1px dotted #fff;
}
#left #adres a:hover{
	font-weight:bold;
}
#content {
	position:relative;
	padding:10px 30px 10px 230px;
	z-index:1;
}
#content a{
	color:#878680;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	margin:0;
	padding-top:5px;
	padding-bottom:10px;
}
#content h1{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #bab8b1;
	color:#91ca00;
	padding-bottom:7px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:24px;
}
#content h2{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}
#content a img{
	background-color:#fff;
	padding:1px;
	border:2px solid #bab8b1;
	margin:3px;
}
#content form a img{
	background-color:transparent;
	border:0px solid #F0EDE4;
	margin:0;
	padding:0;
}
#content #kaart table{
	border-top:1px dotted #bab8b1;
	margin-bottom:10px;
}
#content #kaart td{
	padding-left:10px;
	background-color:#faf7ed;
	border-bottom:1px dotted #bab8b1;
	font-size:11px;
	height:20px;
	vertical-align:middle;
	text-align:left;
}
#content #kaart .prijs{
	font-size:10px;
	font-weight:bold;
	color:#878680;
	width:70px;
	padding-top:3px;
	text-align:left;
}
#content #kaart #BTNBack{
	display:none;
}
#content #kaart #submenu{
	margin:10px 0 0;
	font-weight:bold;
}
#content #kaart #submenu #LINE{
	width:214px;
	float:left;
	line-height:20px;
	margin-right:2px;
	margin-bottom:2px;
	text-indent:5px;
	background-color:#faf7ed;
}
#content #kaart #submenu #LINE a{
	display:block;
	text-decoration:none;
	color:#000;
}
#content #kaart #submenu #LINE a:hover{
	color:#faf7ed;
	background-color:#878680;
}
#content #kaart #inhoud h1{
	margin:0px;
	padding:0px;
	border-bottom:1px solid #bab8b1;
	color:#91ca00;
	padding-bottom:5px;
	margin-bottom:10px;
	padding-top:5px;
	display:block;
	font-weight:normal;
	font-size:20px;
	clear:both;
}
#content #kaart #inhoud p{
	font-size:11px;
}
#footer {
	position:relative;
	background-image:url(img/bg-footer.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	width:900px;
	margin-left:-450px;
	left:50%;
	height:17px;
	padding-top:13px;
	margin-top:-30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f0ede4;
	text-align:right;
}
#footer img{
	vertical-align:text-top;
	margin-right:35px;
}