* html body {
  overflow: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #335A73;
}
#wrapper {
	margin:0 auto;
	width: 985px;
	background-image:url(../images/pagina_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}
#spacerupper {
	background-color:#FFFFFF;
	height: 10px;
}
#header {
	background-image:url(../images/top_bg2.gif);
	height: 151px;
}
#header table, #header div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

#header table.uren {
	margin-top: 15px;
	float:right;
}
#header .adres {
	width:140px;
	height: 101px;
	margin-left: 180px;
	/*margin-right: 150px;*/
	margin-top:50px;
	float:left;
	position:absolute;
}
#spacertop {
	height: 15px;
}
#container {
  overflow: hidden;
}
#container .column {
  position: relative;
  float: left;
}
#center {
	width: 733px;
	background-color:#FFFFFF;
	padding: 5px 5px 5px;
	text-align: justify;
	overflow: hidden;
}
.fotocenter {
text-align:center;
margin:10px 0 10px 0;
}
h1 {
	background-color: #BFD5C9;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	text-transform: capitalize;
	border: 1px solid #316B68;
}
h2 {
	color: #316B68;
	font-size: 12px;
	background-image: url(../images/pootjeGroen.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 20px;
}
#left {
  width: 222px;          /* LC width */
}
#navigatie {
	background-image:url(../images/nav_bg.jpg);
	height:337px;
	padding-top: 30px;
	padding-left: 90px;
	background-repeat: no-repeat;
}
#navigatie dl {
	float: left;
}
#navigatie dt {
	color: #000;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: url(../images/navknop_gewoon.gif) no-repeat;
	height: 40px;
	width: 100px;
	padding-top: 8px;
}
#navigatie dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
}
#navigatie dt a:hover {
	background-image: url(../images/navknop_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px -8px;
}
#navigatie dd {
	display: none;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  /*width: 100%;*/
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #335A73;
}
#footer {
  clear: both;
  position: relative;
  background-image:url(../images/navonder_bg.jpg);
  height: 41px;
  line-height: 41px;
  text-align:center;
  color:#FFFFFF;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#halos {
  clear: both;
  position: relative;
  background-color:#FFFFFF;
  height: 25px;
  color:#000099;
  text-align:center;
  line-height: 25px;
}
#halos a:link, #halos a:visited, #halos a:active {
	color: #000099;
	text-decoration:none;
}
#halos a:hover {
	color: #000099;
	text-decoration:underline;
}
.rowlicht {
	background-color:#50778F;
	color:#FFFFFF;
}
.rowzwart {
	background-color: #000000;
	color:#CCCCCC;
}
.rowzwart a:link, .rowzwart a:visited, .rowzwart a:active {
color:#000000;
text-decoration:underline;
}
.rowdonker {
	background-color: #335A73;
	color:#FFFFFF;
}
.form_button {
background-color:#3C5F75;
color:#FFFFFF;
border:2px solid #333333;
padding:3px 3px 3px 3px;
}