body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	height:100%;
	width:100%;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/praktijk/bgline.jpg);
	background-repeat: repeat-y;
	background-color: #009999;
}

div.body {
	background: url(/images/praktijk/bgline.jpg);
	background-repeat: repeat-y;
	position: absolute;

	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/praktijk/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: #E8F9FF;
	background-color: #E8F9FF;
	border-bottom: 1px dotted #CBDADF;
}

div.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: #E8F9FF;
	border-bottom: 1px dotted #CBDADF;
	cursor: pointer;
}

div.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;
}

div.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: #009999;
	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;
}
.editorcontent {
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}


.bottom {
	background-image: url(/images/praktijk/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;
}

