body {
	margin:0px;
	padding:0px;
	font-family:Calibri, Verdana, Geneva, sans-serif;	
	font-size:14px;
	line-height:19px;
	background-image:url(../afbeeldingen/BG/bg.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:bottom center;
	

	
}

.holder {
	position:relative;
	width:980px;
	margin:0px auto;
}

.clear {
	clear:both
}

#bannerbg {
	position: absolute;
	top:0;
	width:100%;
	height:120px;
	background-image:url(../afbeeldingen/BG/bannerbg.jpg);
}

#banner {
	position:relative;
	height:110px;
	background-image:url(../afbeeldingen/BG/bannerbg2.png);
}

#banner #logo {
	position:absolute;
	top:10px;
	right:0px;
}


#menu {
	position:absolute;
	font-size:18px;
	padding-top:0px;
}


#menu ul {
	display:inline;
	list-style:none;
	line-height:30px;
}

 #menu ul li {
	width:130px;
	padding:0px auto;
}

#menu ul li a {
	text-decoration:none;
	padding:0px 10px;
	margin:20px;
	
}

#menu ul li a.active {
	font-weight:bold;
}



#content {
	padding-left:150px;	
	padding-top:30px;
	padding-bottom:30px;
	padding-right:20px;
	width:810px;
	background-image:url(../afbeeldingen/BG/bg2.png);
	background-repeat:repeat;
}

#footer {
	padding:15px;
	font-size:12px;
}

#footer a {
	text-decoration:none
}

#footer a:hover {
	text-decoration:underline
}

/* Contact pagina */
.div30 {
	position:relative;
	width:30%;
	height:auto;
	float:left	
}

.div30 p {
	margin-top:5px;
}

#googleMaps {
	float:right;
	right:10px;
	position:relative;
	width:68%;
	height:200px;
	border:1px solid #ccc;	
}


.div40, .div5 {
	position:relative;
	width:45%;
	height:auto;
	float:left;	
}

.div5 {
	position:relative;
	width:5%;
	height:auto;
	float:left;	
}

label {
	margin-top:5px;	
}

label,input { 
	display:block; 
}

label.none, input.none {
	display:inline
}

input[type=text], input[type=password] {
	border:1px solid #ccc;
	width:100%;
	height:20px;
	line-height:20px;
}

#googleMaps input[type=text] {
	width:256px;
	margin-bottom:2px;	
}

textarea {
	border:1px solid #ccc;
	width:100%;
	height:70px;
	line-height:20px;
}

input[type=submit] {
	padding:5px 10px 4px 10px;
	background:#fff;
	color:#685c56;
	border:1px solid #685c56;
	margin:0px 0px 0px 0px;
	float:right
}

input[type=submit]:hover {
	background:#f0f0f0;
	cursor:pointer;
}

/* Content styles */
h1 {
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	margin:5px 0px 15px 0px;
	padding:0px;	
}

h2 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;	
	margin:5px 0px 0px 0px;
	padding:0px;
}

p {
	margin:3px 0px 15px 0px;
	padding:0px;	
}