html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	background: #605743;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img {
	border: 0px;
}

#container {
	width: 900px;
	margin: 0px auto;
	background: #21201A;
}

#header {
	height: 70px;
	overflow: hidden;
}

#menu {
	width: 896px;
	height: 160px;
	margin-left: 4px;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	border-top: 1px solid #D69E2A;
	border-bottom: 1px solid #D69E2A;
}

#container_inner {
	width: 896px;
	height: auto !important;
	min-height: 275px;
	height: 275px;
	margin-left: 4px;
}

#container_inner #submenu {
	width: 129px;
	margin-top: 62px;
	margin-left: 11px;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#container_inner #submenu ul, #container_inner #submenu li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#container_inner #submenu li {
	margin-bottom: 5px;
}

#container_inner #content {
	width: 450px;
	margin-left: 20px;
	float: left;
	line-height: 17px;
}

#container_inner #content #pagetitle {
	padding-top: 25px;
	overflow: hidden;
}

#container_inner #pageimage {
	margin-top: 60px;
	margin-left: 70px;
	float: left;
}

#spacer {
	overflow: hidden;
	height: 35px;
	clear: both;
	background: url(/site/images/background_spacer.jpg) right no-repeat;
}

#lijnonder {
	overflow: hidden;
	height: 1px;
	clear: both;
	background: #D69E2A;
	margin-left: 2px;
	margin-top: 5px;
}

#footer {
	height: 29px;
	background: url(/site/images/background_footer.gif) repeat-x;
	overflow: hidden;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	color: #D69E2A;
}

h2 {
	font-size: 16px;
	color: #858581;
}

#content a {
	color: #D69E2A;
}

#content a:hover {
	text-decoration: none;
}

#submenu a {
	color: white;
	text-decoration: none;
}

#submenu a:hover {
	color: #D69E2A;
}

.searchForm {
	margin: 0px;
	margin-top: 6px;
	margin-right: 5px;
	padding: 0px;
}

.searchField {
	width: 120px;
	height: 12px;
	background-color: #3D3D3D;
	border-color: gray;
	font-size: 11px;
	color: white;
	position: relative;
	top: -2px;
}