html {
}

body {
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	background: url(http://www.mucobv.nl/images/background.jpg) repeat ;
	background-color:#F46200;
	
}

div#totalpage {
	-moz-box-sizing: border-box;
	margin: auto;
	width:870px;
	background-color:#FFFFFF;
	border-color:#000000;
	border-style:solid;
	border-width:0px;
}

div#topheader {
	padding:0px;
	margin:0px;
	width:870px;
	height:191px;
	background: url(http://www.mucobv.nl/images/banner.jpg) no-repeat ;
}

div#navigation {
	text-align:left;
	float:left;
	clear:left;
	/*width:130px;*/
	width:191px;
	height:701px;
	padding:3px;
	margin:0px;
	/*margin:10px;*/
	background-color:#FFFFFF;
	
}

div#navigationadmin {
	text-align:left;
	float:left;
	clear:left;
	width:191px;
	height:501px;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	
}

div#content {
	-moz-box-sizing: border-box;
	text-align:left;
	padding:5px;
	margin:0px;
	width:659px;
	min-height:697px;
	height:expression(this.scrollHeight < 697? "697px" : "auto" );
	/*overflow-y: scroll;*/
	float:left;
	clear:right;
	background-color:#FFFFFF;
	background-image: url(//images/backgroundcontent.jpg) ;
	background-repeat: no-repeat;
	border-color:#000000;
	border-left-style:solid;
	border-bottom-style:solid;
	border-width:0px;

}

div#footer {
	float:none;
	clear:both;
	width:865px;
	text-align:left;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FF7519;
}

div#footertekst {
	text-align:left;
	width:600px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FF7519;
}

div#editorcontent {
	padding:0px;
	margin:0px;
	width:679px;
	float:right;
	clear:right;
	min-height:800px;
	padding-top:0px;
	background-color:#ffffff;
}

:hover { 
	color:#000000;
}

div#navigation :hover { 
	color:#FF7519;
}

div#navigation a {
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FF7519;
}

a {
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FF7519;
}

span#currentmenu a {
	color:#FF7519;
	}

ul{ 
	/*list-style:none; */
	margin:10px;

}  	
 	
ul a { 
	/*list-style-image: url("/images/logooff.gif"); */
	text-decoration=none;
	color=#000000;
	font-family:arial;
	font-size=12px;
	font-weight=bold;
	list-style-type:none;
	/*border-left-style:solid;
	border-width:0px;*/
} 
ul a:hover { 
	/*list-style-image: url("/images/logoon.gif"); */
	text-decoration:none;
	color=#000000;
	font-family:trebuchet MS; arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}

table {
	cellpadding:0px;
	cellspacing:0px;
	margin:0px;
	}

td.menu{
     border-color:#000000;
     border-bottom-style:solid;
     border-width:0px;
     margin:0px;
     padding:4px;
}

td#current {
	background-color:#FFB17D;
	}
	




