*
{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-family: Verdana, Times New Roman, Times, Sans-Serif;
	font-size: 9pt;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: white;
	color: black; 
	line-height: 1.3em;
}

h1 {
	font-size: 1.3em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
	color: black;
}

h2 {
	font-size: 1em;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	padding: 0;
}

p {
	padding-bottom: 1em;
	margin: 0;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	color: #red;
	text-decoration: underline;
}

img {
	border: none;
}

ul, ol {
	margin-left: 1.5em;
	margin-top: 0.2em;
	padding-bottom: 1em;
	text-align: left;
}

ul {
	list-style-type: square;
}

table {
	width: 100%;
	border: 0;
}

table h2 {
	padding: 0;
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 0;
}

table ul, ol {
	margin: 0;
	margin-left: 2em;
	padding: 0;
}

div.menu_container {
	height: 18px;
	padding-top: 2px;
	background: black;
	width: 100%;
}

div.menu {
	width: 950px;
	margin: 0 auto 0 auto;
	color: white;
}

div.menu a {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}

div#submenu {
	font-size: 0.8em;
}

div#hoofdmenu ul {
	list-style-type: none;
	padding: 0;
}

div#submenu ul {
	list-style-type: square;
	padding-left: 14px;
}

div#hoofdmenu li.menu_actief {
	background: black;
}

div#hoofdmenu li.menu_actief a{
	color: white;
}

div.menuitem, div.menuitem_actief {
	float: left;
	margin: 0;
	margin-top: 0;
	height: 19px;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-right: 5px;
	padding-bottom: 2px;
	font-weight: 700;
}

div.menuitem_actief {
	background: black;
}

div.menuitem a {
	color: white;
}

div.menuitem a:hover {
	color: white;
	text-decoration: underline;
}

div.menuitem_actief a {
	color: white;
}

ul.menu {
	padding: 0;
	padding-left: 14px;
	margin: 0;
}

ul.menu li {
	float: left;
	padding-right: 25px;
}

div.seperator {
	float: left;
	padding-top: 5px;
}

div.container
{
	width: 950px;
	margin: 0 auto 0 auto;
	background-color: #f3f3f3;
}

div#hoofdmenu {
	float: left;
	margin: 0;
	padding: 0;
}

div.subsubmenu {
	width: 170px;
	float: left;
	background-color: #f3f3f3;
}

ul.subsubmenu {
	color: red;
	font-size: 0.9em;
	margin-top: 20px;
	margin-left: 40px;
}

ul.subsubmenu a {
	color: black;
}

div.content {
	width: 760px;
	padding-left: 20px;
	min-height: 300px;
	background: white;
	float: right;
	padding-bottom: 25px;
}

div.back_header {
	height: 117px;
	width: 100%;
	background-image: url(../afbeeldingen/back_header.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div.header {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 117px;
	width: 950px;
	background-image: url(../afbeeldingen/logo2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div.media_foto {
	float: left;
	height: 92px;
	width: 170px;
	overflow: hidden;
}

hr {
	margin: 3px;
}

div.footer {
	float: left;
	clear: both;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 950px;
	background: #c5c5c5;
	border-top: 5px solid black;
	text-align: center;
}

div.footer a {
	color: black;
}

div.clear{
	clear: both;
}

div.clear_left{
	clear: left;
}

div#bottom {
	height: 72px;
	margin: 0 0 0 auto;
	background-image: url(../afbeeldingen/shadow.png);
	background-repeat: repeat-x;
	background-position: top left;
	behavior: url("iepngfix_normal.htc");
	clear: both;
}

div#address_line {
	background-color: #f7941e;
	padding: 2px;
}

div#address {
	color: white;
	width: 950px;
	margin: 0 auto 0 auto;
}

div#address a, div#address a:hover {
	color: white;
}

div#adres {
	padding: 0;
	padding-top: 5px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #423f38;
	width: 950px;
	height: 100px;
	margin: 0 auto 0 auto;
}

div#adres a {
	color: #423f38;
	text-decoration: none;
}

div#adres a:hover
{
	text-decoration: underline;
}

table
{
	padding: 0;
	margin-bottom: 1em;
}

table tr, td
{
	padding: 0;
	padding-right: 15px;
	width: 180px;
	margin: 0;
	vertical-align: top;
}

table.table_no_border {
	border-collapse: collapse;
}

.table_border td{
	border: 1px solid #483f2f;
	padding: 2px;
}

span.white {
	color: white;
}

fieldset
{
	position: relative;
	border: 1px solid #4d4d4c;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	vertical-align: middle;
}

form input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: 500;
}

fieldset legend
{
	margin-left: 1em;

	white-space: nowrap;
	font-size: 10pt;

	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;

	background-color: #695e4a;
	color: white;
	border: 1px solid #4d4d4c;
}

fieldset div.form_element
{
	clear: both;
	padding: 1px;
	margin-top: 0.5em;
}

fieldset label 
{
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	clear: left;
}

form input.submit 
{
	padding-left:	0.5em;
	padding-right:	0.5em;
	padding-top:	0.1em;
	padding-bottom: 0.1em;
	margin-top: 0.8em;
	float: right;
	clear: both;
}

form div.submit
{
	padding-bottom: 1em;
}

input.submit {
	background-color: #695e4a;
	color: white;
	font-weight: 700;

	width: 180px;

	border: 1px outset black;

}

input.submit:hover {
	background-color: #d62c32;
}

div.hide
{
	display: none;
}

div.show
{
	display: block;
}

.LV_validation_message {
	margin:0 0 0 5px;
}

.LV_valid {
	color:#00CC00;
	background-image: url(../afbeeldingen/goed.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 18px;
}

.LV_invalid {
	color:#CC0000;
	background-image: url(../afbeeldingen/fout.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 18px;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
	border:1px solid #3da329;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
	border:1px solid #be2227;
}

body.mceContentBody {
	background: white;
	padding-left: 25px;
	width: 760px;
}

div#techniek {
	color: black;
	float: right;
	font-size: 0.8em;
}

ul.submenu {
	list-style-type: square;
}

img.logo_klein {
	margin: 30px 50px;
	margin-bottom: 0;
}

span.nen {
	margin-left: 48px;
	float: left;
}

div.menu a.menu_actief {
	color: red;
}