* {
}

body {
	background:#FFEBCC;
	
	font-size:9pt;
	color:#105101;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
}

div, ul {
	display:block;
}

h1 {
	font-size:125%;
	margin-bottom:12px;
}

h2 {
	font-size:112%;
	margin-bottom:6px;

}

h3 {
	font-size:106%;
	margin-bottom:3px;
}

a{
	color:#105101;
	text-decoration:underline;
}

#container {
	width:907px;
	height:606px;
	
	margin:25px auto 0;
}

#container #header {
	width:907px;
	height:171px;
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
}

#container #cellCenter {
	width:907px;
	height:436px;
	
	background-repeat: no-repeat;
}

#container #cellCenter #menuLeft {
	width:207px;
	height:435px;
	background-image:url('../images/KNOPPEN+.jpg');
	float:left;
}

#container #cellCenter #contentRight{
	width:700px;
	height:435px;
	background-image:url('../images/contentbg.jpg');
	
	float:left;
}

a:link img, a:visited img { border-style: none; }

#container #cellCenter #contentRight #contentInHere{
	width:522px;
	height:266px;
	margin-left:35px;
	margin-top:35px;
	border: 0;
 	overflow:auto;	
}

#menuLeft ul
{
	list-style-type: none;
	margin: 0; padding: 0;
	margin-top: 98px;
	margin-left: 13px;
	text-align: center;
	border: 0;
}
#menuLeft li{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}
#footer
{
	text-align: center;
	color: #105101;
	margin-top: 67px;
	width: 600px;
}
