/* PNG support for IE */
* 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=""
  )
);
}

* {
	margin: 0px;
	padding: 0px;
}

.mceContentBody {
	background-color: #8D9FA2;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: none;
	border: dotted 0px #fff;
	overflow:auto;
}

html, body {
	font-family: Georgia, serif;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	overflow: hidden; 
}

body {
	background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #8e9fa6;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000;
	height: 100%; 
  	max-height: 100%; 
}

.kop {
	font-size: 16px;
	font-weight: bold;
}

.subkop {
	font-size: 14px;
	font-weight: bold;
}

.paragraaf {
	font-size: 12px;
	font-weight: bold;
}

.tekst {
	font-size: 12px;
	font-weight: normal;
}

div#logo {
	position: fixed;
	left: 482px;
	bottom: 15px;
	height: 66px;
	width: 476px;
}

div#content {
	position: fixed;
    padding: 6px;
	left: 220px;
    top: 20px;
	bottom: 136px;
	height: auto;
	width: 722px;
	overflow: auto;
    border: 2px solid white;
    background-color: #8D9FA3;
}

div#menu_column {
	position: absolute; 
	z-index: 9;
	top: 20px; 
	left: 16px; 
 	overflow: hidden;
	align: left;
    width: 165px;
    height: 100%;
}

/**
*
* Menu items
*
*/
div.menu_level1 {
	background-color: #F15A21;
}

div.menu_level1disabled {
	background-color: #CCCCCC;
}

.menu_level1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-indent: 14px;
    display: block;
    /*border-bottom: 1px solid #FFFFFF;*/
    line-height: 30px;
    width: 190px;
}

.menu_level1disabled {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-indent: 14px;
    display: block;
    border-bottom: 1px solid #FFFFFF;
    line-height: 30px;
    width: 190px;
}

/**
*
* blocklevel elements
*
*/
h1 {
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #005A9C;
}

p {
	padding : 0px;
	margin : 0px;
} 

li {
	margin-left: 20px;
	padding-left: 0px;
	list-style-image: url('../images/bullet.gif');
}

form {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

a.menu {
    color: #FFFFFF;
    display: block;
    /*background-color: #F15A21;*/
    text-decoration: none;
}

a.menu:hover {
    display: block;
    background-color: #FBB99F;
    color: #005A9C;
}

a {
	color: #FFFFFF;
	font-weight: bold;
}

a:hover {
    color: #FFFFFF;
}

table, tr, td, th {
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    align: center;
}

.adminMessage {
    border: solid 1px #000000;
    background-color: #ff0000;
    margin-bottom: 5px;
}

.notice {
    background-color: #33FF33;
}

.warning {
    background-color: #FFFF33;
}

.error {
    background-color: #FF0000;
}

img.link {
    cursor: pointer;
}

.editable {
	border : 1px dashed #888888;
}

td.referencebar {
	width: 50%;
	height: 98px;
	vertical-align: top;
	text-align: center;
}

img.referencebar {
	border: 0px;
    margin-left: 10px;
    margin-right: 10px;
	float: left;
    clear: left;
}

a.referencebar {
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
}

a.referencebar:Hover {
	font-size: 9px;
	text-decoration: underline;
}

.floatright {
	float: right;
	clear: both;
	margin: 10px 0px 10px 10px;
}

.floatleft {
	float: left;
	clear: both;
	margin: 10px 10px 10px 0px;
}

.floatcenter {
	float: center;
	clear: both;
	margin: 10px 10px 10px 10px;
}

.clickable_span:hover {
	cursor: pointer;
}

/***********************************
*
* Admin
*
***********************************/

ul.adminMenu {
	margin: 0px;
	padding-left: 250px;
	list-style-type: none;
	display: inline;
}

li.adminMenu {
	line-height: 33px;
	width: 200px;
	display: inline;
}

li.adminMenu img {
	vertical-align: middle;
}

li.adminMenu a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}