html,
body {
	height: 100%;
	margin: 0;
}
body {
	behavior: url("static/script/csshover.htc");
	background: url("../img/backbar.gif") repeat-x;
}
* {
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family: Trebuchet MS, Times, serif;
}
table {
border-collapse: collapse;
}
	table td {
	vertical-align: top;
	}
div,
p,
a {
	font-size: 12px;
}
h1,
h2,
h3,
h4,
h5,
ul{
margin: 0;
}
p {
margin: 0 0 5px 0;
}
p#inleiding {
letter-spacing: 2px;
font-size: 14px;
margin-bottom: 15px;
}
a {
color: #784645;
text-decoration: none;
letter-spacing: 1px;
}
	a:hover {
	text-decoration: underline;
	}
img {
border: 1px solid black;
}
img.left {
float: left;
margin: 3px 5px 3px 0;
}
img.right {
float: right;
margin: 3px 0 3px 5px;
}
div#leftbodyback {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 162px;
background: url("../img/backbar_r.gif") repeat-x;	
}
div#container {
position: relative;
height: 100%;
min-height: 100%;
margin: 0 auto 0 auto;
width: 750px;
background: url("../img/backcntr.gif") repeat-y;
}
	body>div#container {
	height: auto;
	}
div#top {
position: relative;
height: 160px;
width: 748px;
border: 1px solid #595959;
}
	div#top div#logo {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 87px;
	height: 161px;
	background: url("../img/backlogo.jpg") no-repeat;
	}
	div#top div#toptext {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 662px;
	height: 161px;		
	background: url("../img/backtop.jpg") no-repeat;
	}	
h1#titleback{
position: absolute;
top: 147px;
right: 34px;
font: normal 72px Times, serif;
color: #ECEFF0;
margin: 0;
}
h1#pagetitle{
position: absolute;
top: 184px;
left: 123px;;
color: #5A5F5F;
font-size: 18px;
margin: 0;
}
div#content {
padding: 49px 34px 54px 124px;
width: 592px;
height: 169px;
min-height: 169px;
background: url("../img/backcntt.jpg") 1px 0 no-repeat;
}
	div#container>div#content {
	height: auto;
	}
div#menu {
position: absolute;
top: 142px;
left: 249px;
}
	div#menu ul {
	margin: 0;
	padding: 0;
	}
		div#menu ul li {
		position: relative;
		float: left;
		list-style: none;
		text-align: left;
		width: 50px;
		min-width: 50px;
		padding-right: 30px;
		}
			div#menu > ul li {
			width: auto;
			}
			div#menu ul li a {
			display: block;
			height: 20px;
			font-size: 14px;
			text-decoration: none;
			color: black;
			}
				div#menu ul li.current a {
				font-weight: bold;
				color: #9F9F9F;
				}
				div#menu li:hover a {
				color: #9F9F9F;
				}
			div#menu ul li ul {
			position: absolute;
			top: -1000px;
			left: 10px;
			padding: 3px;
			border: 1px solid black;
			background: white;
			}
			div#menu ul li:hover ul {
			top: 20px;
			}
				div#menu ul li ul li {
				float: none;
				text-align: left;
				padding-right: 0;
				
				}
					div#menu ul li ul li,
					div#menu ul li ul li a {
					white-space: nowrap;
					}
					div#menu li:hover ul li a {
					font-weight: normal;
					color: black;
					}
						div#menu li:hover ul li:hover a {
						color: #9F9F9F;
						}
div#footer {
position: absolute;
left: 0;
bottom: 0;
border-top: 1px dashed white;
margin-left: 1px;
height: 38px;
width: 748px;
}
	a#totop {
	display: block;
	height: 11px;
	padding: 0;
	font-size: 0;
	padding: 0;
	margin-top: 27px;
	background: url("../img/totop.gif") no-repeat;
	}
dl dt {
font-weight: bold;
font-size: 13px;
}
dl dd{
margin-bottom: 5px;
}