body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	width:100%;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background:url(none) fixed #88360E;
}

div.body {
	background: url(/images/stoeterij/bgline.jpg);
	background-repeat: repeat-y;
	position: absolute;
	overflow-y:auto;
	overflow-x:none;
	left: 0px;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.titlepic {
	width: 800px;
	height: 200px;
	background: url(/images/stoeterij/titlepic.jpg);
	overflow: hidden;
}


div.menubalk{
	top:200px;
	position:absolute;
	overflow:hidden;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

div.menu_top {
	width: 175px;
	position:relative;
	height: 30px;
	padding-left:15px;
	padding-bottom:2px;
	padding-top:2px;
	font-size: 11px;
	color: #FFF9ED;
	background-color: #FFF9ED;
	border-bottom: 1px dotted #CBDADF;
}

.menu_idle {
	width: 175px;
	height: 10px;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 11px;
	color: #627778;
	line-height: 10px;
	background-color: #FFF9ED;
	border-bottom: 1px dotted #CBDADF;
	cursor: pointer;
}

.menu_hover {
	width: 175px;
	height: 10px;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 11px;
	color: #627778;
	line-height: 10px;
	background-color: #F8FCFF;
	border-bottom: 1px dotted #CBDADF;
	cursor: pointer;
}

.menu_selected {
	width: 175px;
	height: 10px;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 10px;
	background-color: #88360E;
	border-bottom: 1px dotted #CBDADF;
	cursor: pointer;
}

div.content {
	width: 590px;
	position:absolute;
	top: 200px;
	padding-bottom:22px;
	padding-left: 3px;
	left:190px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.editorcontent {padding:10px;

}


.bottom {
	background-image: url(/images/stoeterij/bg_frame_bottom.jpg);
	height:20px;
	width:800px;
	position:fixed;
	overflow:none;
	left: 0px;
	top: 100%;
	margin-top:-20px;
}
* html .bottom
{
	position:absolute;
	top:expression(eval(document.getElementById('bodydiv').scrollTop + document.body.clientHeight)); 
	width:780px;
}