* {
	margin: 0;
	padding: 0;	
}

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 62.5%;
	padding: 0 0 12px 0;
	background-color: #EFEBEF;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 5px;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #AEAEAE;
	background-color: #F3F1EF;
}

h2 {
	font-size: 1.1em;
	color: #333;
	margin: 1em 0;	
}

a {
	color: #FF7605;
	text-decoration: none;	
}

a:hover {
	color: #000;	
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

#page-header {
	margin-bottom: 15px;	
}

#page-body {
	margin: 0 6px;	
}

a.logo {
	display: block;
	height: 175px;
	background: url("../images/header_duiken.jpg");
}

ul.menu {
	list-style-type: none;
	background-color: #000000;	
	font-size: 1.2em;
	height: 30px;
}

ul.menu li {
	display: block;
	float: left;
	border-right: 1px solid #fff;	
}

ul.menu li a {
	font-weight: bold;
	color: #fff;
	display: block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	background: url("../images/mouseOver.gif") repeat-x 0 -33px;
}

ul.menu li a:hover {
	background-position: 0 0;	
}

ul.breadcrumbs {
	clear: both;
	background-color: #C9BEB7;
	padding: 0 6px;
}

ul.breadcrumbs li {
	display: inline;
	line-height: 20px;
	font-weight: bold;
}

ul.breadcrumbs li a {
	font-weight: bold;	
	text-decoration: none;
	color: #000;
}

.sidebar {
	float: left;
	width: 230px;
}

.content {
	float: right;
	width: 645px;
}

.content h1 {
	font-size: 1.4em;
	border-bottom: 1px solid #FF7605;
	margin-bottom: 1em;
	color: #333;
}

.content p {
	font-size: 1.1em;
	line-height: 1.5em;	
}

.content p p {
	font-size: 1em;	
}

.content ul {
	margin-left: 1em;
	padding-left: 1em;	
	margin-top: 0;
	margin-bottom: 1em;
}

.content ul li ul {
	margin-bottom: none;	
}

.content.wide {
	width: 100%;	
}

ul.submenu {
	background-color: #FBFAF9;
	border: 1px solid #AEAEAE;
	list-style-type: none;
	font-size: 1.1em;
}

ul.submenu li a {
	color: #000;
	text-decoration: none;
	display: block;
	background: url("../images/pijl_dicht.gif") no-repeat 5px 50%;
	padding-left: 20px;
	line-height: 19px;
}

ul.submenu li a:hover {
	background-color: #c9beb7;
}

.clearfix {
	clear: both;	
}

.field-table {
	width: 100%;	
}

.field-table td {
	padding: 3px 20px 3px 0;	
}

.field-table .med-column {
	width: 150px;
}

.input-hd {
	display: none;	
}

input {
	vertical-align: text-bottom;	
}

.inputbox {
	border: 1px solid #AEAEAE;
	padding: 5px;
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;	
}

p.copyright {
	text-align: center;
	padding: 3em 6px 1em 6px;
	color: #666;
}

p.copyright a {
	color: #000;	
}