* {
	margin: 0px;
	padding: 0px;
	}
	
html, body {
	background-color: #130a05;
	background-image: url(../IMG/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #fff;
	font-family: helvetica, arial, verdana;
	font-size: 13px;
	line-height: 20px;
	}

#content {
	width: 780px;
	background-image: url(../IMG/layout/content_bg.png);
	background-repeat: repeat-y;
	}
	
#content_footer {
	width: 780px;
	height: 35px;
	margin-bottom: 50px;
	background-image: url(../IMG/layout/content_footer.png);
	background-repeat: no-repeat;
	}

p {
	width: 660px;
	text-align: justify;
	}

.titel {
	font-size: 16px;
	color: #e6d3a8;
	}
	
#txt {
	width: 660px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.foto {
	padding-left: 30px;
	display: block;
	}

.foto_tumb {
	padding-left: 15px;
	padding-top: 15px;
	}
/*----------------------------------------------*/

/* MENU STYLES */

#menu {
	width: 780px;
	height: 307px;
	text-align: left;
	padding-top: 1px;
	}

#nav {
	margin-top: 145px;
	margin-left: 602px;
	}

/*----------------------------------------------*/

/* CONTENT HEADER IMAGES */
	
#header_welkom {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_welkom.png);
	background-repeat: no-repeat;
	}

#header_fotos {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_fotos.png);
	background-repeat: no-repeat;
	}
	
#header_verhaaltjes {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_verhaaltjes.png);
	background-repeat: no-repeat;
	}
	
#header_filmpjes {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_filmpjes.png);
	background-repeat: no-repeat;
	}
	
#header_krabbels {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_krabbels.png);
	background-repeat: no-repeat;
	}

#header_contact {
	width: 780px;
	height: 85px;
	margin-top: 30px;
	background-image: url(../IMG/layout/header_contact.png);
	background-repeat: no-repeat;
	}

/*----------------------------------------------*/

/* CONTACT */

#form {
	text-align: left;
	padding-left: 40px;
	}
	
.input {
	width: 690px;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	font-size: 13px;
	padding: 5px;
	}

.input hover{
	background-color: #fff;
	border: 1px solid #806e56;
	}

input.knop {
	background-color: #806e56;
	border: 1px solid #6f5b42;
	color: #fff;
	font-family: helvetica, arial, verdana;
	font-size: 13px;
	width: 90px;
	height: 20px;
	}

input.error, textarea.error {
	border: 1px solid red;
	}

label.error {
	color: red;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	width: 200px;
	 }

#contactform label {
	display:block;
	}

/*----------------------------------------------*/
	