* 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=""
  )
);
}

body {
	margin: 0;
	padding: 0;
	background: #00979e;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #074047;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
	width: 100%;
}

.bubbels {
	position: relative;
	height: 118px;
	margin: 0 auto;
	width: 905px;
	z-index: 9998;
	background-image: url('../images/bubbels.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.containingdiv {
	position: relative;
	width: 905px;
	margin: 0 auto;
	top: -118px;
}

.header {
	position: relative;
	left: 166px;
	top: 34px;
	width: 496px;
	height: 58px;
	background-image: url('../images/kop.jpg');
	background-repeat: no-repeat;
}

.content {
	position: relative;
	background-image: url('../images/achtergrond.jpg');
	background-repeat: repeat-y;
	left: 166px;
	top: 34px;
	width: 452px;
	height: auto;
	padding: 10px 22px;
	min-height:450px;
}

.containingdiv .bottom {
	position: relative;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
	left: 166px;
	top: 34px;
	width: 496px;
	padding-top: 25px;
}

.menu-top {
	position: absolute;
	top: 102px;
	width: 166px;
	background-image: url('../images/menu-kader-boven.jpg');
	background-repeat: no-repeat;
	padding: 15px 0 0 0;
}

.menu-border {
	position: relative;
	top: 15px;
	width: 166px;
	border-left: 5px solid #fff;
	font-size: 18px;
}

.menu-bottom {
	position: absolute;
	width: 166px;
	bottom: -16px;
	background-image: url('../images/menu-kader-onder.jpg');
	background-repeat: no-repeat;
}


.image-kader {
	position: absolute;
	top: 102px;
	left: 662px;
	height: 437px;
	width: 243px;
	background-image: url('../images/image-kader.png');
	background-repeat: no-repeat;
	z-index: 2;
}

.imageFader {
	position: absolute;
	overflow: hidden;
	top: 102px;
	left: 662px;
	height: 437px;
	width: 243px;
	background-color: #00979E;
	z-index: 1;
}

h1, h2, h3, editableH1 {
	margin: 0;
	font-weight: normal;
	color: #074047;
}

a {
	color: #074047;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	text-decoration: none;
	color: #fff;
	border-left:5px solid #fff;
	line-height: 30px;
	width: 131px;
	border-bottom: 2px solid #fff;
}

#menu a:hover {
	background-color: #73c6ca;
}

#menu .active a {
	color: #990000;
}

.sub_level {
	display: none;
	position: absolute;
}

#menu .menu_level2 a {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	width: 160px;
	border: 2px solid #fff;
	background-color: #73c6ca;
}

#menu .menu_level2 a:hover {
	color: #074047;
}

#slide-images {
    display:none;
    margin:0;
    overflow:hidden;
    padding:0;
}

#slide-images li {
    background-color:#FFFFFF;
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    position:absolute;
}

#slide-images li img {
    background-color:#FFFFFF;
    display:block;
}

.kop {
	font-size: 197%;
	margin-top: 0;
	font-weight: normal;
	color: #2c1803;
}

.subkop {
	font-size: 136%;
	font-weight: bold;
	color: #074047;
}

.paragraaf {
	margin-top: 0;
	font-weight: normal;
	color: #2c1803;
}

.tekst {
	font-size: 10pt;
	font-weight: normal;
	color: #074047;
}

.button24h7 {
	background-image: url('../images/telefoonbutton-Natal.png');
	position: absolute;
	height: 150px;
	width: 150px;
	bottom: -180px;
	left: 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: #074047;
}
