h1 { text-align: center; }
h2 { text-align: left; } 			/* kopjes H2 links op de pagina */
h1, h2, h3, h4, h5, h6 { font-family: Verdana, sans-serif; }
h3 { text-align: left;
font-family: Verdana, sans-serif;
clear : both;
Background: Maroon
color: #FFC426 }
p { text-align: justify; }			/* Teksten worden uitgevuld */
p { text-indent: 3em;} 			/* Teksten inspringen */
p { font-family: Verdana, sans-serif, }
body { color: black; background: #FFDA84 url(kklogo5.gif); 
background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center}	/* achtergrond oker met achtergrond logo*/
/* img.logo { margin: 0; }	*/			/* Geen marges voor afbeeldingen */
/* img.logo { text-align: center; } */
/* img.foto { margin: auto auto auto auto; } */
img.foto { float: center; }
h6 { text-align: center; }
img.kerk_front { float: right; 
margin: 0 1em 0 1em;}
ul { font-family: Verdana, sans-serif, }

	a:link {
		color: black;
		text-decoration: none; }
	a:visited {
		color: black;
		text-decoration: none; }
	a:hover {
		color: #999999;
		text-decoration: none; }
	a:active {
		color: black;
		text-decoration: none; }

#videopage {
text-align: center;
}
#temp {
text-align: right;
}
#navigatie_home {
text-align: center;
}
#navigatie_home ul{
/* background-color: maroon; */
border: transparent;
width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navigatie_home ul li{
display: inline;
color: #FFC426
}
#navigatie_home ul li a{
padding-left: 1em;
padding-right: 1em;
font-size: 12px;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: Verdana, sans-serif;
text-decoration: none;
color: black; /* in plaats van white */
}
#navigatie_home ul li a:hover{
color: #999999;
}


#navigatie_leden {
text-align: left;
}
#navigatie_leden ul{
/* background-color: maroon; */
border: transparent;
width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navigatie_leden ul li{

color: #FFC426
}
/* display: inline; */
#navigatie_leden ul li a{
padding-left: 1em;
padding-right: 1em;
font-size: 12px;
/* font-family: Arial, Helvetica, sans-serif; */
font-family: Verdana, sans-serif;
text-decoration: none;
color: black; /* in plaats van white */
}
#navigatie_leden ul li a:hover{
color: #999999;
}


	

div.gastenboek {
	border: 2px solid maroon;
	margin: 20px 30px 20px 30px;
	padding: 2px;
	position: relative;
}
div.gastenboek div.naam {
	position: absolute;
	left: 10px;
	bottom:1px;
}

div.gastenboek div.tijd {
	position: absolute;
	left: 10px;
	top:1px;
	font-style: italic;
}
div.gastenboek div.bericht {
	margin: 5px 15px 25px;
	
}

div.gastenboek div.bericht pre {
	font: 10pt helvetica, arial, serif;
	 white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}