body {
	background : #FFFFFF;
	font-family: Courier, mono;
}

#container
{
	margin: 190px auto 0 auto;
	/* 125px top margin */
	width: 760px;
	/* width works well 4 800x600 & 1024x768 */
	text-align: left;
}

#top
{
	text-align: left;
	position: absolute;
	top: 0;
	width: 760px;
	height: 190px;
	margin: 0;
	padding: 0;
}

#menu
{
	text-align: left;
	position: absolute;
	top: 0;
	width: 760px;
	height: 110px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#menutext {
	font-size: 23px;
	font-weight: bold;
	color: #000;
}

#menutext a:link, a:visited 
{
	color: #BDB5A3;
	text-decoration: none;
}

#menutext a:hover, a:active  
{
	color: #000;
	text-decoration: none;
}

.kleur 
{
	color: #BDB5A3;
}

#submenutext {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#submenutext a:link, a:visited  
{
	color: #BDB5A3;
	text-decoration: none;
}

#submenutext a:hover, a:active  
{
	color: #000;
	text-decoration: none;
}

#logo
{
	text-align: left;
	position: absolute;
	top: 0;
	width: 760px;
	height: 64px;
	margin: 110px 0 0;
	padding: 0;
}

#leftSide
{
	width: 360px;
	border-top: 3px solid #000;
	padding-top: 18px;
}

.plaatje {
	border: 1px solid #000;
}

#rightSide
{
	float: right;
	width: 360px;
	border-top: 3px solid #000;
	font: 13px Courier New, Courier, mono;
	padding-top: 14px;
}

.titel
{
	color: #000;
	font: bold 23px Arial, Helvetica, sans-serif;
}