@charset "utf-8";
/*  LAYOUT  */
* {
  margin:0;
  padding:0;
}
html,body {
	height:100%;
	background-color:#FFFFFF;
}
#container {
	width:770px;
  	position:relative;
  	min-height:100%;
  	height:auto !important;
  	height: 100%; /* voor IE */
 	margin:0 auto;
}
#header {
	height: 102px;
	width: 770px;
	background-image: url(../img/backgrnd_header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
#logo {
	height: 45px;
	width: 198px;
	float: left;
	margin-top: 26px;
	margin-left: 10px;
}
/* dropdown menu */
#menu {
	background-color: #666666;
	height: 23px;
	float: left;
	margin-top: 8px;
	padding-left: 10px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-style:normal;
	float: left;
	text-align: left;
}

#menu a {
	display: block;
	margin: 0;
	cursor:pointer;
	font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
	line-height: 16px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #FFFFFF;
	background: #666666;
	text-decoration: none;
}
#menu a:hover {
	color: #6699ff;
	background: #666666;
	font-weight: normal;
}
#menu li {
	position: relative;
	margin-left: 0px;
	font-weight: normal;
}
#menu ul ul {
	position: absolute;
	width:160px;
	z-index: 500;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display:none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}
/* einde dropdown */
#contentbox {
	background-color: #FFFFFF;
	background-image: url(../img/background.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/background_date.gif);
	background-repeat: no-repeat;
	height: 16px;
	background-position: 170px;
	padding-left: 200px;
	padding-top: 3px;
}
#content {
	background-color: #FFFFFF;
	float: right;
	background-image: url(../img/background_content.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin-bottom: 16px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
#content p {
	margin-top: 16px;
	margin-bottom: 16px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 40px;
}
#content a {
	color:#000066;
	text-decoration: underline;
}
#content a:hover {
	color:#6699ff;
	text-decoration: underline;
}
#rightcol {
	width: 160px;
	float: right;
}
.rightbox {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/background_rightbox.gif);
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
}
.rightbox a {
	color:#000066;
	text-decoration: none;
}
.rightbox a:hover {
	color:#6699ff;
	text-decoration: underline;
}
.rightbox_title {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000066;
	margin-top: 16px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 0px;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
#footer {
	height: 16px;
	width: 770px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/*Googlemaps*/
.button{
   background-color:#000066;
   color:#FFFFFF;
   border:none;
   height: 20px;
}
.formelement_single{
   border: 1px solid #000066;
   height: 18px;
   line-height:18px;
   padding-left: 5px;

}
#map{
   overflow:hidden;
}
#directions{margin-left: -5px;
   margin-right: -5px;
   margin-bottom: 40px;
   margin-top: -11px;
   position: relative;
}#printbutton {
	top: 13px;
	right: 13px;
	padding-top: 10px;
	position: absolute; 
	width: 250px; height:42px;
	text-align:right;
	visibility:hidden;
}
