html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
ul {
	margin-left: 15px;
	margin-top: 20px;
}
ul li {
	font: 13px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-bottom: 10px;
}
ul li span{
	font: 13px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333;
}
ul li h4{
	font: 13px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
}
body {
	background: #999933 url(images/page_bg.gif) repeat-x;
	font: 13px "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 728px;
	position: relative;
	height: 1500px;
}

logo {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100px;
  padding-top: 8px;
  width: 425px;
}

#top-nav {
  position: absolute;
  top: 0px;
  left: 425px;
  width: 303px;
  height: 350px;
  background: #910000;
}

top_image {
}

#nav {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 100%;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #660000 url(images/menu_bg.gif) repeat-y;
}

#nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

#nav a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 25px;
}

#nav a:hover {
    background: #999933;
    color: white;
}

#nav #current a{
    background: #999933;
    color: white;
}

#address {
	color: #fff;
	width: 225px;
	position: absolute;
	bottom: 10px;
	left: -1px;
	padding-left: 25px;
}

#address p {
  margin: 0;
  padding: 0;
}

#address a {
  text-decoration: none;
  color: #FFFFFF;
}

#address a:hover {
  text-decoration: underline;
}

#twitter {
	width: 45px;
	display: block;
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 65px;
}

#header {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 425px;
	height: 250px;
}

/** body **/
#spacer {
  height: 245px
}

#content {
	width: 100%;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-y;
	height: 1350px;
}

#left {
  float: left;
  width: 425px;
}
#right {
  float: right;
  width: 303px;
}

#content_l {
  padding: 15px 40px 0px 36px;
}
#content_l h2 {
  color: #333333;
  font: 24px "Times new roman", serif;
  margin-bottom: -10px;
}
#content_l a {
  text-decoration: none;
}
#content_l a:hover {
  text-decoration: underline;
}
#content_l p {
	line-height: 22px;
}

#right-i {
  padding: 15px 25px 0;
}
#right h2 {
  color: #333333;
  font: 24px "Times new roman", serif;
  margin-bottom: -10px;
}
#right h3 {
	color: #333333;
	font: bold 14px "Times new roman", serif;
	margin-bottom: -15px;
	margin-top: 20px;
}
#right p {
	line-height: 22px;
}
#right .left {
  margin-right: 4px;
}
#right a {
  color: #333333;
  text-decoration: none;
}
#right a:hover {
  text-decoration: underline;
}

/** form **/
form.info{
	width: 100%;
}

form.info label {
	margin-bottom: 8px;
}

form.info .invulveld {
	margin-bottom: 8px;
	width: 325px;
}

form.info .knop {
	margin-right: 20px;
	bottom: 0px;
	float: right;
}
/** /form **/

