* {
	margin: 0;
	padding: 0;
}
body {
	font: 75% Verdana, sans-serif;
	background-color: #eec505;
	text-align: center;
}
#main {
	text-align: left;
	width: 792px;
	margin: 0 auto;
	background-image: url(/images/monumenten_04.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(/images/monumenten_02.jpg);
	background-repeat: no-repeat;
	height: 151px;
}
#header h1 {
	display: none;
}
#footer {
	background-image: url(/images/monumenten_06.jpg);
	background-repeat: no-repeat;
	background-color: #eec505;
	clear: both;
}
#footer p {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	padding: 45px 0 10px 0;
	color: #4C4C4C;
}
#footer a, #footer a:visited {
	color: #4C4C4C;
}
#menu {
	float: left;
	width: 145px;
	margin-left: 20px;
	font-size: 90%;
}
#menu ul {
	list-style: none;
}
#menu ul li.selected {
	font-weight: bold;
}
#menu ul ul {
	padding: 0 0 10px 25px;
	list-style: square;
	color: #fff;
	font-weight: normal;
}
#menu a, #menu a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 0;
}
#menu a:hover, #menu a:visited:hover {
	text-decoration: underline;
}
#menu ul ul li.selected {
	font-weight: bold;
}
#content {
	float: left;
	width: 570px;
	margin-left: 15px;
	line-height: 140%;
}
#content h1 {
	color: #008000;
	margin-bottom: 0.3em;
	font-size: 170%;
	line-height: 100%;
}
#content h2 {
	color: #008000;
	margin: 1.5em 0 0.3em 0;
	font-size: 140%;
	line-height: 100%;
}
#content h3 {
	color: #008000;
	margin: 1.5em 0 0.1em 0;
	font-size: 110%;
	line-height: 100%;
}
#content p, #content table {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin: 0 0 1em 2em;
}
#content ul {
	list-style: square;
}
.kelder th, .kelder td {
	vertical-align: top;
	padding: 2px 10px 2px 0;
}
.kelder input {
	width: 200px;
	padding: 2px;
}
.kelder span {
	display: block;
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 5px;
}
