a {
	text-decoration: none;
	color: #462f06;
}

p a {
	text-decoration: underline;
}

a img {
	text-decoration: none;
	border: 0px;
}

body {
	font-size: 14px;
	font-family: Arial;
	color: #462f06;
	margin: 0px; padding: 0px;
	min-width: 910px;
	background: url(images/wood.jpg) repeat;
}

h2 {
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
}

.clear {
	clear: both;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

#top {
	position: relative;
	top: 0;
	height: 220px;
	width: 910px;
	margin: 0 auto;
}

#menu {
	float: left;
	margin: 0px;
	width: 500px;
	height: 274px;
	background: url(images/stain.png) -40px 0px no-repeat;
}
	#menu a {
		float: left;
		margin: 0px;
	}
#socialmedia {
	float: right;
	margin: 0px;
	background: url(images/socialmediaicons.png) 0 0 no-repeat;
	width: 79px;
	padding: 20px 0 0 15px;
	height: 120px;
}

#main {
	margin: 40px auto;
	width: 910px;
	height: auto;
}

#inleiding, #videos, #fotos, #contact {
	background: #f4f1d7;
	width: 880px;
	margin: 55px 0 0 0;
	padding: 10px 15px 1px 15px;
} 
#inleiding {
}
#inleiding p {
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	line-height: 36px;
}

#inleiding strong {
	font-weight: bolder;
	text-decoration: underline;
}

#videos {
	background: #f4f1d7 url(images/videos-titel.png) no-repeat;
	padding-top: 25px;
}
#videos #video {
	width: 640px;
	float: left;
}

#fotos {
	background: #f4f1d7 url(images/fotos-titel.png) no-repeat;
	height: auto;
	padding-top: 70px;
	padding-bottom: 20px;
}
	#fotos td {
		width: 215px;
		text-align: center;
	}
#contact {
	background: #f4f1d7 url(images/contact-titel.png) no-repeat;
	padding-top: 55px;
}

#contact div.kolom-links {
	width: 215px;
}

div.kolom-links {
	width: 230px;
	float: left;
	min-height: 200px;
	padding: 60px 0 0 10px;
}
div.kolom-rechts {
	width: 640px;
	float: left;
	min-height: 260px;	
} 

div.linktop {
	float: right;
	background: #f4f1d7;
	padding: 5px 5px 5px 15px;
}

/* FORMULIER */

#form td {
	vertical-align: top;
}

input#textfield {
	background: url(images/textfield.png) no-repeat;
	border: 0px;
	height: 41px;
	width: 265px;
	padding-left: 5px;
	margin: 6px;
}

#textarea {
	background: url(images/textarea.png) no-repeat;
	border: 0px;
	width: 320px;
	height: 139px;
	padding: 12px 0 0 5px;
	margin: 6px 0 0 10px;
	font-family: Lucida Grande;
	font-size: 11px;
}

#button {
	background: url(images/button.png) no-repeat;
	width: 224px;
	height: 45px;
	font-size: 0;
	border: 0px;
	cursor: pointer;
	float: right;
	margin: 10px 0;
}
