body {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 20px;
}


body>.menu {
	position: fixed;
	display: none;
}
.menu {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	background-color: #e8e0cd;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 145px;
	position: absolute;
	top: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	overflow: hidden;
	visibility: visible;
	z-index: 99;
	float: right;
}
.inhoud {
	margin: 0px;
	padding: 0px;
}


.menu .small {
	font-size: .8em;
	text-align: left;
}
.bold {
	font-weight: bold;
}

.menu .kleur {
	background-color: #fff6e2;
	text-align: left;
}
a {
	display: block;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.inhoud a:link {
	text-decoration: underline;
}
.inhoud a:visited {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 3em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}

dt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.fotoKern {
	float: right;
	margin-bottom: 1em;
	height: 350px;
	width: 460px;
}
.fotoRechts {
	float: right;
	width: auto;
	height: auto;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: .5em;
	display: none;
}
.fotoLinks {
	float: left;
	width: auto;
	height: auto;
	margin-top: 0em;
	margin-right: .5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	display: none;
}
.clearBoth {
	clear: both;
}
.center {
	text-align: center;
}
