@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	text-decoration: none;
	border: none;
	}

body{
	background-color:#6e8e40;
	background-image:url(image/achtergrond.png);
	background-repeat:repeat-x;
}
	
#container{
	width:1280px;	
	height:1024px;
	margin: auto;
	}
	
#header{
	background-image:url(image/header.png);
	background-repeat:no-repeat;
	background-position:center;
	width: auto;
	height:173px;
}

#navigatie{
	height:35px;
	width: 941px;
	padding:inherit;
	font: Arial;
	color:#f5ebc6;
	text-decoration:none;
	margin-left:170px;
	margin-top:10px;
}

a.knop{
	font: normal 23px Arial;
	color: #f5ebc6;
	padding-right:55px;
	}
	
a.knop:hover{
	color:#C99;
}

a.knoplink{
	font: normal 21px Arial;
	color: #f5ebc6;
	}
	
a.knoplink:hover{
	color:#C99;
}

a.knoplinkh4{
	font: normal 18px Arial;
	color: #f5ebc6;
	}
	
a.knoplinkh4:hover{
	color:#C99;
}

#foto{
	width:600px;
	height:450px;
	margin-left:170px;
}

#menu{
	width:341px;
	height:450px;
	margin:-458px 0 0 770px;
}

.textmenu{
	width:341px;
	height:450px;
	background-image:url(image/textmenu.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-right:15px;
}

.knoppen{
	width:1024px;
	height:120px;
	padding: 120px 0 0 170px;
}

a.knopnetzak{
	background-image:url(image/netzak.png);
	background-repeat:no-repeat;
	size:100%;
	width:238px;
	height:169px;
	display:inline;
	text-decoration:none;
	font: normal 40px Arial;
	color: #f5ebc6;
	padding:110px 20px 20px 80px;
	}

a.knopnetzak:hover{
	color: #C99;
}

a.knopbigbag{
	background-image:url(image/bigbag.png);
	background-repeat:no-repeat;
	size:100%;
	width:238px;
	height:169px;
	display:inline;
	text-decoration:none;
	font: normal 40px Arial;
	color: #f5ebc6;
	padding:110px 20px 20px 60px;
	}

a.knopbigbag:hover{
	color: #C99;
}

a.knoppallets{
	background-image:url(image/pallets.png);
	background-repeat:no-repeat;
	size:100%;
	width:238px;
	height:169px;
	display:inline;
	text-decoration:none;
	font: normal 40px Arial;
	color: #f5ebc6;
	padding:110px 20px 20px 80px;
	}

a.knoppallets:hover{
	color: #C99;
}

a.knoplosstort{
	background-image:url(image/losstort.png);
	background-repeat:no-repeat;
	size:100%;
	width:238px;
	height:169px;
	display:inline;
	text-decoration:none;
	font: normal 40px Arial;
	color: #f5ebc6;
	padding:110px 20px 20px 80px;
	}

a.knoplosstort:hover{
	color: #C99;
}

h1{
	font: normal 35px Arial;
	color: #11372b;
	margin: 15px 0 0 20px;
}

h2{
	font: normal 28px Arial;
	color: #11372b;
	margin: 0px 0 0 20px;
}

h3{
	font: normal 21px Arial;
	color: #f5ebc6;
	margin: 0px 0 0 20px;
}

h4{
	font: normal 18px Arial;
	color: #f5ebc6;
	margin: 0px 0 0 20px;
}

.plaatje{
	margin-left:10px;
	display:inline;
	font-family: "Arial";
	color: #1D0320;
	}	

.invoerveld{
	display:inline;
	margin-left:20px;
	font-family:"Arial";
	color: # 000;
	}	
	
div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	font-family: Tondo;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}
