@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;
	background-color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
}

p, li, label {
	font-size:12px;
	line-height:20px;
}
h1 {
	color:#2F6826;
	font-size:24px;
	line-height:36px;
}

#container {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:750px;
	background:url(/img/container-bg.jpg) repeat-y left top;
}

#header {
	background:url(/img/header-bg.jpg) no-repeat left top;
	height:225px;
	position:relative;

}
#nav {
	top:159px;
	left:28px;
	position:relative;

}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	float:left;
	text-align:center;
	margin:0 6px 0 0;
	padding:0;
	line-height:37px;
}
#nav li a {
	width:134px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

#content {
	margin:0 29px;
	padding:10px;
	min-height:250px;
	height:auto;
	
}
/*\*/
* html #content {
	height:250px;
}
/**/

#contentmain {
	background:url(/img/home-bg.jpg) no-repeat left top;
	
}
#main {
	margin:0 auto;
	width:548px;
	padding:10px;
	height:156px;
	overflow:auto;
}
#homefooter {
	text-align:center;
	padding-top:155px;
	color:#FFFFFF;

	height:30px;
}

/* formulier */
form div label {
	display:block;
	float:left;
	width:160px;
	padding:4px 0 0 0;
	margin-right:10px;
}
form div {
	margin-bottom:5px;
}
input, select, textarea { 
	font:12px Arial, Helvetica, sans-serif;
	padding:2px;
}
table {
	
	border-collapse:collapse;
	width:100%;
}
table tr td {
	width:33%;
	padding:10px;
	text-align:center;
}
table tr td img {
	border:0;
}
.contactMsg {
	font-weight:bold;
	margin:15px 0;
}
/* einde formulier */

#footer {
	background:url(/img/footer-bg.jpg) no-repeat left bottom;
	height:61px;
}
#footer p {
	text-align:center;
	padding-top:30px;
	color:#FFFFFF;
}
