* 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 {
	height: 100%;
}

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: #464646;
	height: 100%;
	overflow: hidden;
	/*overflow: -moz-scrollbars-vertical;*/
}

.containingdiv {
	margin: 0 auto;
	width: 800px;
	height: 100%;
}

.contentdiv {
	position: absolute;
	padding: 15px 10px 10px 10px;
	width: 780px;
	top: 157px;
	bottom: 25px;
	height: auto;
	overflow-y: auto;
	border-left:1px solid #434343;
	border-right:1px solid #434343;
}

.topbar {
	position: absolute;
	background-image: url('../images/topbar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 157px;
	width: 800px;
}

.menubar {
	position: relative;
	top: 132px;
	padding-left: 10px;
	z-index: 5;
}

.menu_level1 {
	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: #242424;
	border-top: 1px solid #242424;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
}

.menu_level1 a.menu:hover {
	color: #fff;
	text-decoration: none;
	background-color: #096131;
	border-top: 1px solid #242424;
	border-left: 1px solid #242424;
	border-right: 1px solid #242424;
}

.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;
}

.footer {
	position: absolute;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	bottom: 5px;
	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: #464646;
	/*display: inline;*/
}

.subkop {
	font-size: 12pt;
	font-weight: bold;
	color: #464646;
}

.paragraaf {
	font-size: 10pt;
	color: #464646;
}

.tekst {
	font-size: 10pt;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #242424;
	margin-top: 0px;
}

a {
	text-decoration: underline;
	color: #096131;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
}

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: #0d5cab;
}