@charset "utf-8";
/* Copyright 2008 Bicycle Hotel / Rik Dekker */
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}
* html body{ /*IE6*/
	padding: 0 0 0 150px;
}
#bgimage{
	position: absolute;
	width:100%;
	height:100%;
	z-index: 0;
	overflow: hidden;
}
* html #bgimage{ /*IE6*/
	z-index: -1;
}
#menu{
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 150px; /*Width of frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #F6DD85;
	color: white;
	z-index: 90;
}
#header{
	top: 0px;
	width: 100%;
	height: 130px;
	background-color: #c5ddf4;
	z-index: 100;
}
#header_border{
	top: 124px;
	width: 100%;
	height: 25px;
	background-color: #dc4021;
	z-index: 101;
	overflow: hidden;
	line-height: 25px;
}
#header_border h1{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 5px;
	font-weight: bolder;
	color: #ffffff;
}
.adres{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#content{
	position: fixed;
	top: -1px; 
	left: 150px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	z-index: 88;
}
* html #content{ /*IE6*/
	height: 100%; 
	width: 100%; 
}
.menu_pad{
	margin: 1px;
	text-align: center;
}
.content_pad{
	margin: 0px;
}
.highlight_blue{
	font-weight: bold;
	color:#000099;
}
.highlight_red{
	font-weight: bold;
	color: #990000;
}
#cblock_l{
	border: solid 2px #c5ddf4;
}
#cblock_r, #cblock_links{
	border: solid 2px #f6dd85;
}
#cblock_l p,#cblock_r p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
}
#cblock_l li,#cblock_r li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding: 3px;
	margin-left: 0px;
}
#cblock_l, #cblock_r, #cblock_links{
	padding: 4px;
	margin: 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#cblock_r_kaart{
	padding: 0px;
	margin: 0px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: solid 2px #f6dd85;
}
#cblock_links h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}
#cblock_links{
	text-align:center;
}
#cblock_links a,#cblock_links a:active,#cblock_links a:link,#cblock_links a:visited,#cblock_links a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}
.homelink a,.homelink a:active,.homelink a:link,.homelink a:visited,.homelink a:hover{
	color: #000
}
#cblock_links a,#cblock_links a:active,#cblock_links a:link,#cblock_links a:visited{
	color: #000000;
	text-decoration:none;
}
#cblock_links a:hover{
	color: #990000;
	text-decoration: underline;
}
.kleiner {
	font-size: smaller;
}
.adres a, .adres a:active, .adres a:visited, .adres a:link{
	color: #000000;
	text-decoration: none;
}
.adres a:hover{
	color: #990000;
	text-decoration: none;
}
.googlelink a,.googlelink a:active,.googlelink a:link,.googlelink a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.googlelink a:hover{
	color: #990000;
	text-decoration: underline;
}