html {
	min-height: 100%;
	margin: 0 0 1px 0;
}
body {
	margin: 0;
	padding: 0;
	font: 80% Arial, Verdana, Helvectica, sans-serif;
	color: #000;
	background: #fff url('/../img/bg_head.gif') repeat-x;
}
a {
	color: #92c0be;
	text-decoration:none;
}
a:hover {
	background: #92c0be;
	color: #fff;
}
.footer p {
	padding: 30px 0 0 0;
}
.footer a {
	color: #333;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font: 150% Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	clear: both;
	line-height: 35px;
	margin: 0px 0 10px 0;
	padding: 0 0 0 10px;
	background: #0bb14f;
	color: #fff;
}
h2 {
	background: #80d5d8;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	line-height: 35px;
	color: #006865;
	font-style: italic;
}
h3 {
	color: #4d4d4d;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
p, ul {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
	clear: both;
}
img {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}
/* shared */
#home, .top_menu, .pw {
	width: 860px;
	margin: 0 auto;
}
#home {
	background: url('/../img/bg_lady.jpg') no-repeat right;
	min-height: 653px;
}
.top_menu {
	height: 180px;
	background: url('/../img/header-vibro.gif') no-repeat bottom left;
}
.top_left, .top_right {
	width: 380px;
	float: left;
	line-height: 70px;
}
.top_right {
	text-align: right;
}
.left_col {
	width: 420px;
	float: left;
	margin: 10px 20px 10px 0;
	background: url('/../img/bg_mid.png');
	padding: 10px;
}
.right_col {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 380px;
	float: left;
	background: url('/../img/bg_mid.png');
}
#footer {
	background: #f4f0e7 url('/../img/bg_footer.gif') repeat-x;
	height: 80px;
}
.header_groot {
	font-size: 200%;
	letter-spacing: -1px;
	line-height: 30px;
	top: 80px;
	left: 350px;
	position: relative;
}
.header_groot2 {
	font-size: 100%;
	top: 80px;
	left: 350px;
	position: relative;
}
.clearfix {
	clear: both;
}

/* layout */
.content {
	padding: 20px 0 20px 0;
}
.box {
	border: 5px solid #4d4d4d;
	background: #fff;
	margin: 0;
}
.box_head, .box_footer {
	line-height: 40px;
	padding: 0 0 0 10px;
	background: #fff;
}
.box_heading li, .box_row li {
	list-style-type: none;
	float: left;
	padding: 0 0 0 10px;
	line-height: 30px;
}
.box_heading, .pagination {
	background: #5d432f;
	border-top: 1px solid #4d4d4d;
	height: 30px;
	margin: 0;
	padding: 0;
}
.box_heading li, .pagination {
	line-height: 30px;
}
.box_heading a {
	color: #fff;
}
.box_heading a:hover {
	color: #000;
	background: none;
}
.box_row {
	margin: 0;
	padding: 0;
	height: 30px;
	border-top: 1px solid #ddd;
}
.box_row:hover {
	background: #f0f0f0 url('/../img/gd_hover.gif') repeat-x;
}
.c1 {
	width: 100px;
}
.c2 {
	width: 100px;
}
.c3 {
	width: 100px;
}
.c4 {
	width: 120px;
}
.c5 {
	width: 150px;
}
.c6 {
	width: 115px;
}
.c7 {
	width: 115px;
}
.c8 {
	width: 90px;
}
.up {
	background: url('/../img/arrow_up.gif') no-repeat right center;
	padding-right: 20px;
}
a.up:hover {
	background: url('/../img/arrow_up.gif') no-repeat right center;
	padding-right: 20px;
}
.down {
	background: url('/../img/arrow_down.gif') no-repeat right center;
	padding-right: 20px;
}
a.down:hover {
	background: url('/../img/arrow_down.gif') no-repeat right center;
	padding-right: 20px;
}
.pagination {
	padding: 0 0 0 10px;
}
.pagination a {
	padding: 3px 5px 3px 5px;
	background: #fff;
	color: #4d4d4d;
}
.pagination b {
	padding: 3px 5px 3px 5px;
	background: #4d4d4d;
	color: #fff;
}


/* form */
.formulier {
	padding: 0px;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset span {
	margin-left: 5px;
}
label {
	display: block;
	padding: 0 0 5px 0;
}
textarea {
	width: 250px;
	height: 200px;
}
input, select, textarea {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	margin: 0 0 5px 0;
}
select {
	padding: 2px;
}
select:focus, textarea:focus { border: 1px solid #5d432f; }

input:focus {
	border: 1px solid #5d432f;
	padding: 4px;
}
fieldset br {
	clear: both;
}
.submit {
	background: #0bb14f;
	color: #000;
	padding: 5px;
	font: 150% Arial, Verdana, Helvetica, sans-serif;
	clear: both;
	margin: 10px 0 0 0;
	border: none;
}
.formulier label {
	float: left;
	width: 190px;
}
.formulier input {
	width: 170px;
}
.formulier input.checkbox {
	width: 15px;
}
.formulier input.woonplaats,
.formulier input.postcode {
	width: 78px;
}
.formulier input.huisnummer,
.formulier input.toevoeging {
	width: 25px;
}
.formulier input.straat {
	width: 92px;
}
.formulier .submit {
	width: 300px;
}
.formulier fieldset {
	margin: 20px 0 20px 0;
	border: 1px solid #ccc;
	padding: 10px;
}
.formulier input.disabled {
	color: #5d432f;
	width: 54px;
}
.hidden {
	display: none;
}
legend {
	margin: 0 0 20px 0;
	padding: 5px;
	background: #0bb14f;
	color: #fff;
	font: 150% Arial, Verdana, Helvetica, sans-serif;
}
.terug {
	padding: 7px 6px 6px;
}
