/*
#########################
#		ALGEMEEN 		#
#########################
*/

html, body,
div, p,
h1, h2, h3, h4,
ul, ol, li,
dl, dt, dd,
form {
	margin: 0; padding: 0;
}


img.zonder { 
	border: none;
}

html { height: 100%; font: 62.5%/250% Arial, sans-serif; }

body {
color: #291831;
height: 100%;
font-size: 1.2em;
}

h1,h2,h3,h4 {
font-size: 1.5em;
padding-top: 20px
}

.overflow { overflow: hidden; }
.relative { position: relative; }

/*
########################
#		LAYOUT		   #
########################
*/
div#box {
margin: 10px auto 20px auto;
width: 960px;
overflow: hidden;
}

img.kop_logo {
  float: left;
}

div#koptitel {
width: 958px;
height: 85px;
padding-right: 1px;
font: italic 33px sans-serif;
color: silver;
text-align: right;
}

/*
#########################
#		MENU 		#
#########################
*/

#navigatie
{
background: #ffffff;
margin: 0 auto;
padding: 0.7em 0 0 0;
}

ul#navlijst
{
font: 14px arial, sans-serif;
list-style-type: none;
padding-bottom: 24px;
margin: 1px 0 0 0;
border-bottom: 1px solid silver;
}

ul#navlijst li
{
float: left;
height: 21px;
background-color: #F5F5F5;
margin: 2px 0 0 0;
border: 1px solid #D3D3D3;
}

#navlijst a
{
float: left;
display: block;
color: #666;
text-decoration: none;
padding: .2em .8em;
}

#navlijst li#home a:hover
{
background-color: white;
color: #291831;
}

#navlijst li#home a#current
{
background-color: white;
color: #291831;
}

#navlijst li#zonwerend a:hover
{
background-color: white;
color: orange;
}

#navlijst li#zonwerend a#current
{
background-color: white;
color: orange;
}

#navlijst li#praktijk_zonwerend a:hover
{
background-color: white;
color: #FFD700;
}

#navlijst li#praktijk_zonwerend a#current
{
background-color: white;
color: #FFD700;
}

#navlijst li#veilig a:hover
{
background-color: white;
color: #191970;
}

#navlijst li#veilig a#current
{
background-color: white;
color: #191970;
}

#navlijst li#praktijk_veilig a:hover
{
background-color: white;
color: #7B68EE;
}

#navlijst li#praktijk_veilig a#current
{
background-color: white;
color: #7B68EE;
}

#navlijst li#decoratief a:hover
{
background-color: white;
color: #228B22;
}

#navlijst li#decoratief a#current
{
background-color: white;
color: #228B22;
}

#navlijst li#praktijk_decoratief a:hover
{
background-color: white;
color: #9ACD32;
}

#navlijst li#praktijk_decoratief a#current
{
background-color: white;
color: #9ACD32;
}

#navlijst li#referenties a:hover
{
background-color: white;
color: #CD853F;
}

#navlijst li#referenties a#current
{
background-color: white;
color: #CD853F;
}

#navlijst li#leveringsvoorwaarden a:hover
{
background-color: white;
color: #B22222;
}

#navlijst li#leveringsvoorwaarden a#current
{
background-color: white;
color: #B22222;
}

#navlijst li#distributie a:hover
{
background-color: white;
color: #8B008B;
}

#navlijst li#distributie a#current
{
background-color: white;
color: #8B008B;
}

#navlijst li#contact a:hover
{
background-color: white;
color: red;
}

#navlijst li#contact a#current
{
background-color: white;
color: red;
}

/*
#########################
#		INHOUD 		#
#########################
*/

div#inhoud {
	height: 525px;
}

div#inhoud_kolom1 {
	float:left;
	width:42.6%;
	margin-right: 2.4%;
	}

	a.verder {
	font-weight: bold;
	color: white;
	text-decoration:none;
}

a.hyperlink {
	font-weight: bold;
	color: red;
	text-decoration:none;
}

div#inhoud_zonwerend {
	float:left;
	width:32%;
	height: 70%;
	background: orange;
	margin-top: 1.7em;
	margin-right: 3.7px;
	padding: .8em 0 0 .8em;
	color: white;
}

div#inhoud_zonwerend_pagina {
	float:left;
	width:42.6%;
	height: 450px;
	background: orange;
	margin-top: 2.2em;
	margin-right: 2.4%;
	padding: .8em 0 0 .8em;
}

div#inhoud_veilig {
	float:left;
	width:32%;
	height: 70%;
	background: #191970;
	margin-top: 1.7em;
	margin-right: 3.7px;
	padding: .8em 0 0 .8em;
	color: white;
}

div#inhoud_veilig_pagina {
	float:left;
	width:42.6%;
	height: 450px;
	background: #191970;
	margin-top: 2.2em;
	margin-right: 2.4%;
	padding: .8em 0 0 .8em;
}

div#inhoud_decoratief {
	float:left;
	width:32%;
	height: 70%;
	background: #228B22;
	margin-top: 1.7em;
	margin-right: 0px;
	padding: .8em 0 0 .8em;
	color: white;
}

div#inhoud_decoratief_pagina {
	float:left;
	width:42.6%;
	height: 450px;
	background: #228B22;
	margin-top: 2.2em;
	margin-right: 2.4%;
	padding: .8em 0 0 .8em;
}

div#inhoud_leveringsvoorwaarden_pagina {
	float:left;
	width:42.6%;
	height: 450px;
	background: #B22222;
	margin-top: 2.2em;
	margin-right: 2.4%;
	padding: .8em 0 0 .8em;
}

div#inhoud_distributie_pagina {
	float:left;
	width:42.6%;
	height: 450px;
	background: #8B008B;
	margin-top: 2.2em;
	margin-right: 2.4%;
	padding: .8em 0 0 .8em;
}

form.form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

.errorlist, .error input {
	color: red;
}

form.form label {
  width: 120px;
}

textarea {
	padding: 0px;
}
/*
#########################
#		FOOTER 		#
#########################
*/

div#footer {
	border-top: 1px solid silver;
	height: 30px;
	font-size: 0.8em;
	padding-top: 10px;
}

img.footer_vca {
float: right;
}

img.footer_3m {
padding-left: 8px;
float: right;
}


