html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #000;
}


body {
	background: url("../images/bottom_bg.gif") repeat-y;
}

textarea.nwrptext {
	width: 400px;
	height: 350px;
}


#top_bg {
	height: 229px;
	width: 100%;
	background: url("../images/top_bg.gif") repeat-x;
}

#header {
	width: 790px;
	height: 229px;
	background: url("../images/header.jpg") no-repeat;
}

#logo {
	float: left;
	margin: 10px 0 0 10px;
	width: 210px;
	height: 47px;
}

#menubar {
	float: left;
	margin: 197px 0 0 0;
	height: 20px;
	color: #fff;
	font-size: 11px;
}

#menubar2 {
	float: right;
	margin: 197px 190px 0 0;
	height: 20px;
	color: #fff;
	font-size: 11px;
	display: inline;
}

a.menubar, a.menubar:visited {
    color: #fff;
    text-decoration: none;
}

a.menubar:hover, a.menubar:active {
    text-decoration: underline;
}

#bottom_bg {
	margin: 0;
	padding: 0;
	width: 790px;
}

#left {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 184px;
}

#menu {
	margin: 54px 0 0 22px;
	background: #efefef;
	border: 1px solid #a8a8a8;
	width: 160px;
	padding: 0;
	font-size: 10px;
}

ul{
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

li {
	padding: 0 3px 0 18px;
	margin: 2px 0 4px 4px;
	background: url("../images/pijl.gif") no-repeat;
	background-position: 0 .4em;
}

ul.menu {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

li.menu, li.menu:visited {
	padding: 0 0 0 12px;
	margin: 0 0 0 4px;
	background: none;
}

li.menu:hover, li.menu:active {
	padding: 0 0 0 12px;
	margin: 0 0 0 4px;
	background: url("../images/pijl.gif") no-repeat;
	background-position: 0 .4em;
}

a.menu, a.menu:visited {
    color: #a8a8a8;
    text-decoration: none;
}

a.menu:hover, a.menu:active {
    text-decoration: underline;
}

#center {
	float: left;
	margin: 0 0 0 25px;
	width: 398px;
	min-height: 291px;
	_height: 291px;
	background: url("../images/center_bg.jpg") no-repeat;
	z-index: 5;
}

#right {
	float: right;
	margin: 0;
	width: 171px;
	min-height: 291px;
	_height: 291px;
	background: url("../images/right_bg.jpg") no-repeat;
	padding: 12px 0 0 12px;
	z-index: 1;
}

#content {
	margin: 54px 0 40px 0;
	text-align: left;
	padding: 0;
	z-index: 9;
}

.paragraph {
	margin: 0;
}

.below {
	margin-bottom: -16px;
}

h2, h2.paragraphtitle {
	font-size: 130%;
	line-height: 160%;
	color: #016f20;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

p {
	padding: 8px 3px 0 0;
	margin: 8px 0 0 0;
}

p.leesmeer {
	padding: 0 3px 0 0;
	margin: 0;
}

p.right {
	font-size: 10px;
	text-align: center;
}

a, a:visited {
    color: #016f20;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}