*{
	margin: 0px;
	padding: 0px;
	
}

body{
	background-color:#ccccff;
	background-image: url(../images/achtergrondstreep3.jpg);/*Dit zorgt ervoor dat bij een langer scherm de afbeelding en het tekstvlak doorlopen*/
	background-repeat: repeat-y;
	background-position: 50px;
	height: 100%;	
}

div#container{
	background-image: url(../images/achtergrondfoto2.jpg);	
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-left: 50px;
}


div#menu{
	padding-top: 145px;
	padding-left: 270px;
	color:#3333CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 570px;
}

div#menu li{
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding-right: 1em;
	
	
}
div#menu ul{
	margin-bottom: 0.3em;
}
div#menu a{
	text-decoration: none;
}

div#menu a:visited{
	
	color:#3333CC;
}
div#menu a:hover{
	color: #000066;
}
div#content{
	padding-left: 270px;
	margin-top: 0.8em;	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.9em;
	width: 570px;
	
	
}
div#footer{
	width: 570px;
	margin-left: 270px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	margin-top: 2em;
	border: 1px solid black;
	
}
/*-------------------------------------------*/

h1{
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0.8em;
	
}

h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0.1em;
	margin-top: 1em;
}

h3{
	font-size: 1em;
	font-weight: bold;
	color: #000066;
	margin-top: 1em;
	margin-bottom: 0em;
}

p{
	margin-bottom: 1em;
}
/*-------------gastenboek--formulier---------*/
div#gastenboek input{
	width: 20em;
	margin-bottom: 5px;
	
}

div#gastenboek label{
	margin-bottom: 5px;
}
div#gastenboek legend{
	margin-bottom: 8px;
}
div#gastenboek fieldset{
	padding: 10px;
}
div#gastenboek textarea{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 42em;
}
.toelichting{
	font-size: 0.75em;
}
.foutmelding{
	color: red;
	font-weight: bold;
}
/*---------foto's in tekst-----------------------*/
.foto-links{
	clear: both;
	float: left;
	margin: 1em 3% 1em 0%;
	font-size: 0.8em;
}

.foto-rechts{
	clear: both;
	float: right;
	margin: 1em 0% 1em 3%;
	font-size: 0.8em;
}

.fotoruimte{ /* om het probleem op te lossen dat IE niet wil 'clearen'*/
	clear: both;
}
/*----------het gastenboek zelf------------*/
.naam{
	width: 100%;
	/*background-color: #3333CC;*/
	background-color: #4f4fca;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-right: 7px;
	
}
.datum{
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 15px;
	margin-right: 2em;
	padding-bottom: 5px;
	
}
.bericht{
	margin-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
}

.gastenboekitem{
	background-color: #f6f6a5;
}
.text-na-fotogalerie{
	clear: both;
}