body {
	background-color: #FDE0C6;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
font {
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#hoofding {
	font-size: 24px;
	font-weight: bolder;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(/img/nk1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
	margin-top:10px;
}
.logo {
	background-image: url(/img/header.png);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.validation{
	margin-top:10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 200px;
}
.validation img {
	border:0;
}
.tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	height: 300px;
	color: #996633;
	text-transform: none;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	border: 2px solid #996633;
	padding: 10px;
}
.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #996633;
	text-align: center;
	position: relative;
}
.gohome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
.sitelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	height: 30px;
	color: #996633;
	text-transform: none;
	vertical-align: middle;
	margin-top:10px;
}

/* Tabs voor de fotopagina's */

#tabmenu {
	border-bottom: 2px solid black;
	margin-top: 25px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}
#tabmenu a, a.active {
	color: #DEDECF;
	background: #996633;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}
#tabmenu a.active {
	background: #FDE0C6;
	border-bottom: 3px solid #FDE0C6;
	color: #996633;
}
#tabmenu a:hover {
	color: #fff;
	background: #ADC09F;
}
#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF;
}
#content {
	font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
	background-image: url(../img/backblock.gif);
}
