/* copyright 2009 Marc Berting - berting.nl */
@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Safari */
}
p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
ul li {
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 20px;
}
ol li {
	list-style-type: decimal;
	padding-left: 5px;
	margin-left: 30px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	color: #cac81a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 a {
	font-size: 12px;
	color: #cac81a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none !important; /* Override inheritance */
}
#container {
	height:auto !important; height: 675px; /* IE6 min-height hack */
	min-height: 675px;
	background-image: url(../img/main.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#header {
	height: 137px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header p, form {
	margin-left: 492px;
	padding-top: 20px;
}
#credo {
	position: absolute;
	height: 66px;
	width: 120px;
	left: 266px;
	top: 29px;
	background-image: url(../img/gaatdiep.gif);
}
#menu {
	float: left;
	width: 240px;
	padding-top: 30px;
	padding-left: 5px;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../img/button.gif);
	display: block;
	background-repeat: no-repeat;
	height: 29px;
	width: 161px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 12px;
	padding-bottom: 5px;
}
#menu a.active, #menu a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/button_active.gif);
	display: block;
	background-repeat: no-repeat;
	height: 29px;
	width: 161px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 100px;
	margin-left: 246px;
	padding-left: 20px;
}
#button_menu {
	margin-top: -75px;
	margin-right: 5px;
	margin-bottom: 100px;
	margin-left: 246px;
	padding-left: 20px;
}
.button {
	background-color: #CAC81A;
	border: 1px solid #000000;
	color: #000000;
	font-weight: bold;
	height: 24px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.invoer {
	background-color: #CAC81A;
	border: 1px solid #000000;
	color: #000000;
	height: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
