* html img/**/ {
filter:expression(
  this.napalmLoaded
  ? "" :
  (
   this.src.substr(this.src.length-4)==".png"
   ?
   (
    (!this.complete)
    ? "" :
     this.runtimeStyle.filter=
     ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
     (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
     String(this.napalmLoaded=true).substr(0,0)+
     (this.src="../ConEasy/images/blank.png").substr(0,0)
   )
   :
   this.runtimeStyle.filter=""
  )
);
}

html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow: hidden;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	height: 100%;
	overflow: hidden;
}

.containingdiv {
	margin: 0 auto;
	background-color: #fff;
	width: 800px;
	height: 100%;
	position: relative;
}

.images-left {
	width: 200px;
	height: 100%;
	float: left;
}

.contentdiv {
	position: absolute;
	width: 817px;
	top: 157px;
	bottom: 5px;
	height: auto;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;

}

.contentpane {
	position: absolute;
	left: 200px;
	width: 380px;
	padding: 10px;
}

.menu-right {
	position: absolute;
	right: 0px;
	top: 157px;
	width: 200px;
}

.topbar {
	position: absolute;
	background-image: url('../images/topbar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 155px;
	width: 800px;
}

.menubar {
	position: relative;
	top: 130px;
	padding-left: 10px;
	z-index: 5;
}

/****************
* TOP menu		
*****************/
.menu_level1 {
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	line-height: 26px;
}

.menu_level1disabled {
	display: inline;
	font-size: 12pt;
	font-weight: bold;
	line-height: 26px;
}

.menu_level1 a.menu {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	background-color: #005d1f;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.menu_level1disabled a.menu {
	color: #f00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	background-color: #005d1f;
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
	border-right: 1px solid #f00;
}

.menu_level1 a.menu:hover {
	color: #fff;
	text-decoration: none;
	background-color: #242424;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.sub_level {
	position: absolute;
	top: 20px;
	padding-top: 5px;
	height: 26px;
	display: none;
	color: #242424;
}

.menu_level2 {
	display: block;
	border: 1px solid #242424;
	border-top: 0px;
	border-bottom: 0px;
	background-color: #fff;
	padding: 3px 10px 0px 10px;
}

.menu_level2_last {
	border: 1px solid #242424;
	border-top: 0px;
	padding-bottom: 5px;
}

.menu_level2 a.menu {
	color: #242424;
	font-weight: bold;
	text-decoration: none;
}

.menu_level2 a.menu:hover {
	color: #096131;
	text-decoration: underline;
	font-weight: bold;
}

/****************
* RIGHT menu		
*****************/
.menu_right_level1_hond {
	background-color: #fff;
	margin-bottom: 2px;
	cursor: pointer;
	border: 1px solid #005d1f;
}

.menu_right_level1_hond a.menu_right {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	width: 188px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

.menu_right_level1 {
	background-color: #005d1f;
	margin-bottom: 2px;
	cursor: pointer;
}

.menu_right_level1 a.menu_right {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

a.submenu_right {
	float: right;
	margin-right: 0px;
	text-align: right;
	text-decoration: none;
}

a.submenu_right:hover {
	color: #242424;
}

a.submenu_right_active {
	float: right;
	margin-right: 0px;
	text-align: right;
	text-decoration: none;
	display: block;
	/*background-color: #bfd6c7;*/
	font-weight: bold;
	color: #242424;
	padding-right: 0px;
	width: 192px;
}

.menu_right_level2 {
	padding-right: 8px;
	width: 192px;
	padding-top:3px;
	background-color: #fff;
}

.menu_right_level2_first {
	padding-top: 5px;
}

.menu_right_level2_last {
	padding-bottom: 5px;
}

.right_sub_level {
	background-color: #fff;
	color: #242424;
}

.menu_right_level3 {
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
}

.border-bottom {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: #005d1f;
	height: 5px;
}
	
.footer {
	position: absolute;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	bottom: 10px;
	font-size: 10px;
	color: #464646;
}

.footer a {
	vertical-align: bottom;
	font-size: 10px;
	line-height: normal;
	color: #464646;
}

.kop {
	font-size: 14pt;
	font-weight: bold;
	color: #003300;
	/*display: inline;*/
}

.subkop {
	font-size: 12pt;
	font-weight: bold;
	color: #003300;
}

.paragraaf {
	font-size: 10pt;
	color: #003300;
}

.tekst {
	font-size: 10pt;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #003300;
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #003300;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	list-style-type: none;
}

.meerprijslist {
	list-style-position: inside;
	list-style-image: url('../images/hyphen.jpg');
}

textarea {
	width: 250px;
	height: 95px;
}

label {
	float: left;
	clear: left;
	line-height: 25px;
	width: 150px;
}

.formspacer {
	clear:all;
	padding-bottom:5px;
}

/* Admin */
.mceContentBody {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: none;
	border: dotted 0px #ccc;
	overflow:auto;
}

.mceContentBody h1{
	color: #003300;
}