body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
}

body,div#header h1,ul#nav,div#footer ul,div#footer h3{
	margin: 0;
	padding: 0;
}

div#container{
	background: url(../img/bg_body.png) repeat-x;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#header{
	background: url(../img/bg_header.png) no-repeat;
	width: 1000px;
	height: 113px;
}

div#header h1{
	float: left;
}

ul#nav li{
	display: block;
	float: left;
}

ul#nav li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 71px;
	padding: 37px 30px 0 30px;
	text-shadow: 0 1px 1px #1B4213;
	margin-top: 5px;
}

ul#nav li a:hover{
	background: url(../img/bg_a_hover.png);
}

ul#nav li a span{
	color: #1B4213;
	margin-top: 2px;
	font-size: .6em;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-shadow: none;
}

div#intro{
	padding: 47px 0 0 0;
	clear: both;
	/**/
	height: 219px;
}

div#intro-inner{
	height: 173px;	
	background: url(../img/bg_intro_div.png);
}

div#intro-inner div{
	padding: 30px 30px 0 10px;
	float: left;
	width: 270px;
	color: #fff;
	line-height: 1.7em;
	text-shadow: 0 1px 1px #000;	
}

div#intro-inner div#slogan{
	padding: 37px;
}

div#content{
	padding: 20px 20px 35px 20px;
	color: #424242;
	font-size: .7em;
}

div#content a{
	color: #2D2D2D;		
	text-decoration: underline;
	display: block;	
}

div#content a img{
	border: 0;
}

div#content h2{
	font-weight: normal;
	color: #348723;
	font-size: 1.4em;
	letter-spacing: -1px;
	text-shadow: 0 1px 1px #fff;
	margin-bottom: -5px;
}

div#content h3 a{
	color: #348723;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	display: block;	
}

div#content p, div#content li{
	line-height: 1.6em;
}

div#content table.hoofdpagina{
	border-spacing: 0px;
	border: 2px solid #D4D4D4;	
	width:70%; 
	margin-left:15%; 
	margin-right:15%;
}

div#content table.hoofdpagina th{
	background: #41a82c;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;	
	text-align: center;
}

div#content .tabelmerken table{
	border-spacing: 5px;
}

div#content .tabelmerken td{
	margin: 15px 15px 15px 15px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #D4D4D4;
	text-align: center;
}

div#content .tabelmerken img{
	border: 0px;
}

div#content .col{
	width: 260px;
	padding: 0 55px 0 0;
	float: left;
	display: block;
}

div#content .col2a{
	width: 440px;
	padding: 0 55px 0 0;
	float: left;
	display: block;	
}
div#content .col2b{
	width: 340px;
	padding: 0px 0px 55px 0px;
	float: left;
	display: block;	
	text-align: left;
}

div#content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div#footer{
	clear: both;
	padding: 20px 0 20px 35px;
	font-size: .7em;
	background-color: #efefef;
}

div#footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

div#footer .block{
	background: #E8E8E8;
	padding: 13px 15px;
	float: left;
	margin-right: 10px;
	width: 150px;
	min-height: 165px;
}

div#footer .alt{
	background: none;
	padding: 40px 15px 0 15px;
	min-height: 0;
	color: #999;
}

div#footer h3{
	font-size: 1.2em;
	color: #348723;
	font-weight: normal;
	margin: 0 0 .5em 0;
}

div#footer ul{
	list-style-type: none;
}

div#footer a{
	color: #2d2d2d;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}

div#footer li{
	line-height: 1.8em;
}
