* 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="http://s.deviantart.com/styles/blank.png").substr(0,0)
   )
   :
   this.runtimeStyle.filter=""
  )
);
}

html {
	overflow-x: hidden;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #D2D8EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100%;
	color: #464646;
	overflow-x: hidden;
	overflow:-moz-scrollbars-vertical;
}

.containingdiv {
	margin: 20px auto;
	width: 700px;
	height: 660px;
	background-color: #fff;
}

.topbar {
	background-image: url('../images/topbar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 20px;
	width: 700px;
	text-indent: 30px;
	padding-top: 2px;
	color: #fff;
}

.menu_level1 {
	display: inline;
}

.menu_level1disabled {
	display: inline;
}

.sub_level {
	position: absolute;
	top: 37px;
	padding-top: 5px;
	height: 20px;
	/*width: 700px;*/
	display: none;
	color: #0d5cab;
}

.menu_level2 {
	display: block;
	border: 1px solid #0d5cab;
	border-top: 0px;
	border-bottom: 0px;
	/*width: 100%;*/
	/*background-color: #D2D8EE;*/
	background-color: #3279be;
	text-indent: 10px;
	padding-right: 10px;
}

.menu_level2_last {
	border: 1px solid #0d5cab;
	border-top: 0px;
	padding-bottom: 5px;
}

.menu_level2 a.menu {
/*	color: #0d5cab;*/
	color: #fff;
	font-weight: normal;
	font-size: 8pt;
}

.maindiv {
	background-color: #fff;
	margin: 0px;
	width: 700px;
	height: 640px;
}

.bottombar {
	margin: 0px;
	background-image: url('../images/bottombar.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	height: 13px;
	width: 700px;
}

.menudiv {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 25px 20px;
	background-color: #fff;
	padding: 35px 20px 15px 20px;
	text-align: right;
	vertical-align: bottom;
}

.contentdiv {
	padding: 165px 15px 0px 20px;
	background-image: url('../images/graphic.jpg');
	background-position: 20px 0px;
	background-repeat: no-repeat;
	width: 475px;
	height: 406px;
	background-color: #fff;
	float: left;
}

.contentscroller {
	position: relative;
	height: 406px;
	overflow-y: auto;
	background-image: url('../images/lc_background2.jpg');
	background-repeat: no-repeat;
	background-position: 35% 60%;
	background-attachment: fixed;
}

.bannerdiv {
	width: 190px;
	float: right;
}

.slogan {
	background-image: url('../images/slogan.jpg');
	background-repeat: no-repeat;
	width: 170px;
	height: 145px;
}

.adres {
	margin-top: 20px;
	background-image: url('../images/adres.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	width: 150px;
	height: 125px;
	color: #464646;
	font-size: 11px;
}

.vacatures {
	margin-top: 20px;
	/*background-image: url('../images/adres.jpg');
	background-repeat: no-repeat;
	padding: 10px;*/
	width: 150px;
	height: 70px;
	color: #464646;
	font-size: 11px;
}

.silvertop {
	margin-top: 20px;
	width: 170px;
	height: 145px;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: #464646;
}

.footer a {
	vertical-align: top;
	font-size: 10px;
	line-height: normal;
	color: #464646;
}

a.menu {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover {
	color: #464646;
	text-decoration: underline;
}

.kop {
	font-size: 14pt;
	font-weight: bold;
	color: #0d5cab;
	/*display: inline;*/
}

.subkop {
	font-size: 12pt;
	font-weight: bold;
	color: #464646;
}

.paragraaf {
	font-size: 10pt;
	color: #0d5cab;
}

.tekst {
	font-size: 10pt;
	font-weight: normal;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #0d5cab;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #0d5cab;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
}

input {
	width: 250px;
}

textarea {
	width: 250px;
	height: 95px;
}

/* 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;
}