<!--

body {
	background-color: rgb(236,215,160);
}

#frame {
	position: absolute;
	left: 32px;
	top: 32px;
	width: 949px;
	height: 530px;
}

#header {
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 0px;
	width: 949px;
	height: 158px;
}

#hl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 110px;
	height: 158px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: rgb(236,215,160);
}

#hl h1 {
	position: absolute;
	left: 6px;
	bottom: 10px;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
}

#hm {
	position: absolute;
	left: 110px;
	top: 0px;
	width: 158px;
	height: 158px;
	background-image: url('/img/header_beeld.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
}

#hr {
	position: absolute;
	left: 268px;
	top: 0px;
	width: 682px;
	height: 158px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-repeat: no-repeat;
}

#content {
	position: absolute;
	left: 268px;
	top: 158px;
	width: 682px;
	height: 370px;
	background-color: rgb(245,235,208);
	overflow: auto;
}

#tekst {
	position: absolute;
	left: 50px;
	top: 6px;
	width: 598px;
	height: auto;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 17px;
}

#tekst p, td, a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 17px;
}

#tekst h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: black;
}

#tekst h2 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: black;
}

#tekst h3 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: black;
}

#tekst a {
	text-decoration: none;
	color: rgb(161,124,43);
}

#tekst a:hover {
	color: red;
}

#menu {
	position: absolute;
	left: 0px;
	top: 158px;
	width: 110px;
	min-height: 192px;
	_height: 192px;
	height: auto;
	background-color: rgb(245,235,208);
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#menu a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	height: 32px;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

#menu a.last {
	border-bottom: none;
}

#menu a.active {
	color: red;
}

html>body #menu a{ /*Non IE rule*/
	width: auto;
	height: auto;
	line-height: 18px;
}

#menu a:hover {
	background-color: rgb(220,201,158);
	color: red;
}

#submenu {
	position: absolute;
	left: 110px;
	top: 158px;
	width: 158px;
	height: 315px;
	background-color: rgb(161,124,43);
}

#submenu a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 6px;
	display: block;
	width: 100%;
	height: 32px;
	color: white;
	text-decoration: none;
	border-bottom: 1px solid black;
	background-color: rgb(161,124,43);
}

#submenu a.active {
	color: black;
	background-color: rgb(220,201,158);
}

html>body #submenu a{ /*Non IE rule*/
	width: auto;
	height: auto;
	line-height: 18px;
}

#submenu a:hover {
	background-color: rgb(220,201,158);
	color: black;
}

#borderL {
	position: absolute;
	z-index: 8;
	left: 110px;
	top: 0px;
	width: 1px;
	height: 500px;
	background-color: black;
}

#borderR {
	position: absolute;
	z-index: 1;
	left: 267px;
	top: 0px;
	width: 1px;
	height: 473px;
	background-color: white;
}

#copy {
	position: absolute;
	left: 460px;
	top: 530px;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#copy a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

input.text {
	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

textarea.text {
	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

input.button {
	border: 1px solid black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

div.forum_post {
	border: 1px solid black;
	background-color: rgb(236,215,160);
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
}
div.forum_post_txt {
	background-color: white;
	padding: 10px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
-->
