body {
	margin: 0px;
	padding:0;
	background-color:#3e3e3e;
	/*background-repeat:repeat-y;
	background-position:center;*/
	font-family: arial, verdana;
	font-size:small;
	color: #333333;
	text-align: center;
	
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #ead9ab;
	scrollbar-highlight-color: #ead9ab;
	scrollbar-3dlight-color: #ead9ab;
	scrollbar-shadow-color: #ead9ab;
	scrollbar-darkshadow-color: #ead9ab;
	scrollbar-track-color: #ead9ab;
}

img{
	border:0px;
}

a{
	text-decoration:none;
}

.container {
	width:950px;
	height:1220px;
	margin:0 auto;
	text-align:left;
	padding:0;
	
}
.container .top {
	width:950px;
	height:200px;
	padding:0;
	margin:0;
}

.container .top .admin {
	position:absolute;
	height:30px;
	width:30px;
	margin-left:905px;
	margin-top:1130px;
	z-index:1;
}
.container .top .header {
	position:absolute;
	background: url('../images/header.jpg') no-repeat center;
	height:173px;
	width:950px;
	margin:0px;
	padding:0px;
	z-index:1;
}

.container .top .quote{
	position:absolute;
	width:300px;
	height:50px;
	margin-left:50px;
	top:110px;
	color:#009c9d;
	font-weight:bold;
	/*border:1px solid black;*/
	z-index:1;
}


.container .top .menu {
	position:absolute;
	margin-top:173px;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
	height:27px;
	width:950px;
	z-index:1;
}

.container .bottom {
	position:absolute;
	text-align:left;
	background: url('../images/content.jpg') no-repeat top center;
	
	width: 950px;
	height: 1020px;
}

.container .bottom .foto {
	position:absolute;
	width:104px;
	height:123px;
	margin-left:391px;
	margin-top:27px;
	overflow:hidden;
	z-index:0;
}

.container .bottom .content {
	position:absolute;
	padding:5px;
	width:450px;
	height:493px;
	margin-top:185px;
	margin-left:40px;
	overflow:auto;
	z-index:0;
}

.container .bottom .sidetext {
	position:absolute;
	padding:2px;
	width:195px;
	height:700px;
	margin-top:10px;
	margin-left:720px;
	overflow:auto;
	z-index:0;
}

.sidetext {
	color: #333333;
	z-index:0;
	}
.sidetext a {
	color: #333333;
	}
.sidetext .mail {
	color: #d07f09;;
	}
	
.sidetext .mail a {
	color:#d07f09;
	text-decoration:underline;
	}
	
.container .bottom .footer {
	position:absolute;
	text-align:center;
	color:white;
	padding-top:9px;
	width:900px;
	height:30px;
	margin-top:922px;
	margin-left:25px;
	z-index:0;
}

.container .bottom .footer a{
	color:white;
}

.innerdiv{
	margin:10px;
}


h1 {
	color:#46536d;
	font-size: 14px;
}

h1 a {
	text-decoration: none;
	color:#46536d;
	}
	
h1 a:hover {
	text-decoration:underline;
	color:#46536d;
	}
	
h2 {
	font-size:16px;
	}
h3 {
	color:#46536d;
	font-size: 12px;
	font-style:italic;
	margin-bottom:3px;
	}
h4 	{
	font-size: 11px;
	font-style:italic;
	}
a {
	text-decoration:underline;
	color: #333333;
	}
	
a:hover{
	color: rgb(0, 122, 184);
	}
	
.olNM {
	text-decoration:none;
	}
	
/* Hieronder menu.css */

.menubar{
  margin-left:26px;
  margin-top:11px;
  height:20px;
  font-size:10px;
  /*cursor:pointer;*/
  color:white;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.menubar a {
	color: white;
	text-decoration: none;
	height:20px;
	}

.menuButton{
  border-left:#b8b8b8 1px solid;
  border-right:#6c6c6c 1px solid;
  float:left;
  padding:1px 6px 0px 6px;
  height:20px;
  font-weight:bold;
  background-color:#5b6e8e;
  /*cursor:pointer;*/
  
}

.menuHover{
  border-left:#b8b8b8 1px solid;
  border-right:#6c6c6c 1px solid;
  float:left;
  padding:1px 6px 0px 6px;
  height:20px;
  font-weight:bold;
  background-color:#d27e0a;
  /*cursor:pointer;*/
}

#menu1 {
	background-color: #5b6e8e;
	line-height: 20px;
	width: 100%;
	}
	
#nav, #nav ul {
     padding: 0;     
	 margin: 0;     
	 list-style: none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: white;
	 z-index:3001;
	 display:block;
	 } 

#nav a {
     text-decoration: none;
	 /*height: 20px;*/
	 z-index:3001;
	 
	  } 
#nav li {
     float: left;
	 margin: 0 5px;
	 padding: 0 5px;
	 z-index:3001;
	 line-height:15px;
	 }
	 
#nav li ul li{
	width: 18em;
	padding: 0;
	margin: 0;
	z-index:3001;
	}
	
#nav li ul {
	 position: absolute;
	 display:block;
	 background: white;
	 width: 18em;
	 left: -999em;
	  
	 text-align: left;
	 border: 1px solid black;
	 line-height: 20px;
	 z-index:3001;
	 }
	
#nav li ul a{
	 color: #333333;
	  line-height: 20px;
	  margin-left: 5px;
	  font-weight: normal;
	  display: block;
	  z-index:3001;
	  }
	 
#nav li:hover ul, #nav li.sfhover ul {
	display:block;
	left: auto;
	z-index:3001;
	}

#nav ul li:hover, #nav ul li.sfhover {
	display:block;
	background: #e8daab;
	z-index:3001;
	}

#nav li:hover, #nav li.sfhover {
	background-color:#d27e0a;
	
	background-repeat: repeat-x;
	z-index:3001;
	}
/* hieronder jqModal.css */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -100px;
    width: 200px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	z-index:1;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	 z-index:1;
}