body {
	margin: 0px;
	padding: 0px;
	background-color: #555;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

a {
	color: #8f8;
}

a img {
	border: none;
}

#logo {
	float: left;
	width: 150px;
	height: 80px;
	padding: 0px;
	background-color: #ccc;
	text-align: center;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
}

#title {
	margin-left: 150px;
	height: 80px;
	padding: 0px;
	color: #ccc;
	background-image: url(img/title.png);
	background-repeat: no-repeat;
}

#menu {
	float: left;
	clear: left;
	width: 150px;
	padding: 0px;
	margin-top: 1em;
	text-align: center;
}

#content a { color: black; }
#content {
	margin-left: 150px;
	padding: 0px;
	background-color: #ccc;
	color: black;
}

#footer {
	clear: both;
}

#previewpane {
	float: left;
	width: 220px;
	height: 700px;
	overflow: auto;
}

#imagepane {
	margin-left: 220px;
	height: 700px;
	overflow: visible;
}

#homeimage {
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.mededeling {
	width: 15em;
	background-color: #faa;
	font-style: italic;
	border: 1px solid black;
}

.mededelingheader {
	width: 100%;
	font-weight: strong;
	background-color: #f88;
	border-bottom: 1px solid grey;
}

.maxwidth {
	max-width: 36em;
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "36em":
        "auto" );

}