* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;

	font: 13px Verdana;

	background-color: #FFFFDD;
}

img {
	border: 0;
}

h1 {
	color: #008000;
	margin-bottom: 10px;

	font-size: 21px;
}

#container {
	margin: 0 auto;
	Width: 1100px;

	text-align: left;
}

#header {
	height: 109px;

	background: url('/images/nachtegaal/header.gif') no-repeat;
}

#page {
	background: url('/images/nachtegaal/menu_bg.gif') repeat-y;
}

#menu {
	float: left;
	width: 200px;

	padding: 10px 0;

}

#menu a {
	display: block;

	text-decoration: none;
	color: #FFFD7A;

	font-weight: bold;
	font-size: 14px;
}

#menu a.level1, #menu a.level1_selected {
	padding: 5px 15px 5px 25px;
}

#menu a.level1:hover, #menu a.level1_selected {
	color: red;
}

#menu a.level2 {
	padding: 5px 15px 5px 40px;
}

#content {
	float: left;

	min-height: 470px;
	_height: 470px;

	width: 870px;

	padding: 10px 15px 15px 15px;

	background-color: white;

}

iframe#gastenboek {
	width: 895px;
}

* html iframe#gastenboek, *+html iframe#gastenboek {
	width: 900px;
}

#footer {
	text-align: right;
	color: white;

	padding: 3px 15px;
	font-size: 11px;
	
	background: url('/images/nachtegaal/menu_bg.gif');
}


div.imageblock {
	float: left;
	width: 115px;
	height: 115px;

	border: 1px solid yellow;

	margin: 5px;

	padding: 5px;

	border: 1px solid gray;
}

div.imageblock a.imagewrap {
	display: block;

	width: 115px;
	height: 115px;

	margin: 0 auto;

	line-height: 115px;

	text-align: center;
}

div.imageblock a.imagewrap img {
	vertical-align: middle;
	margin-top: -1px;
}

