html {
	height:100%;
	max-height:100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	font-size:12px;
	height:100%;
	max-height:100%; 
	font-family:Verdana;
	color:#000;
	margin:0;
	padding:0;
	background:#999 url(../images/topbg.jpg) repeat-x;
	line-height:1.3em;
	overflow:hidden; 
	}
	
pre {
	font-size:12px;
	}
	
#test {
	width:450px;
	}
	
#test ul {
	list-style:none;
	}
	
#test ul li {
	float:left;
	margin:0;
	padding:0 5px 0 0;
	width:150px;
	}
	
h1 {
	color:#3CA9E3;
	font-size:16px;
	font-family:Verdana;
	}
h2 {
	color:#3CA9E3;
	font-size:16px;
	font-family:Verdana;
	line-height:2;
	}
	
p {
	font-family:Verdana;
	margin:2px;
	}
	
.bold {
	font-weight:bold;
	margin-bottom:0;
	}
	
.rood {
	color:#3CA9E3;
	margin:0;
	}
	
.blauw {
	color:#3CA9E3;
	margin:0;
	}
	
.onder {
	margin-top:0px;
	margin-onder:10px;
	line-height:normal;
	}
	
.normaal {
	margin-top:2px;
	margin-bottom:2px;
	}
	
td {
	line-height:1.5;
	}
	
a {
	color:#3CA9E3;
	}
	
a:hover {
	color:#0066CC;
	text-decoration:none;
	}
	
ul {
	line-height:18px;
	}
		
#header {
	position:absolute;
	padding:5px;
	background:#FFF url(../images/middleheader.jpg) no-repeat 0 20px;
	height:242px;
	width:850px;
	margin-left:-430px; 
	left:50%; 
	}

#search {
	float:right;
	margin-right:200px;
	margin-top:15px;
	}

#search .button {
	float:left;
	padding-bottom:3px;
	height:20px;
	}
	
#search .inputbox {
	float:left;
	line-height:20px;
	font-size:12px;
	color:#000;
	width:94px;
	height:16px;	
	padding:2px 0 0 6px;
	border:1px solid #92C546;
	}

#search h2 {
	color:#92C546;
	font-size:12px;
	margin-bottom:0;
	}
	
#adres {
	position:absolute;
	width:210px;
	height:79px;
	bottom:9px;
	right:16px;
	text-align:right;
	font-family:Verdana;
	font-size:12px;
	line-height:13px;
	}

#main {
	position:absolute;
	display:block; 
	overflow:auto; 
	background:#FFF;
	top:252px;
	bottom:35px;
	width:850px;
	padding:5px;
	margin-left:-430px; 
	left:50%; 
	}

#content {
	position:absolute;
	width:640px;
	padding:0 5px 2px 0;
	left:180px;
	line-height:16px;
	text-align:justify;
	}
	
#content ol li {
	background:url(../images/weblink.png) no-repeat left;
	padding-left:25px;
	line-height:20px;
	}
	
#content ul {
	padding-left:15px;
	margin-left:25px;
	}
	
#vacatures {
	position:absolute;
	width:640px;
	padding:0 5px 2px 0;
	left:180px;
	line-height:12px;
	text-align:justify;
	}
	
#vacatures ul {
	padding-left:15px;
	}
	
#vacatures ul li {
	line-height:20px;
	}
	
#down  {
  position:absolute;
  bottom:10px;
  }

#nav {
	position:fixed;
	background:url(../images/navbg.jpg) no-repeat;
	padding:5px 5px 5px 9px;
	width:168px;
	height:200px;
	font-family:Tahoma;
	}

#nav h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	}
	
#nav p {
	font-family:Tahoma;
	}

#nav ul {
	list-style-type:none;
	margin:0;
	line-height:7px;
	padding:0;
	}

#nav ul li {
	margin:1px;
	}

#nav ul li a {
	display:block;
	padding:5px;
	} 
	  
#nav ul li a:hover {
	color:#0066CC;
	text-decoration:none;
	}

.button {
	background:#92C546;
	color:#fff;
	border:1px solid #92C546;
}

.button a {
	padding:2px;
	text-decoration:none;
	}
	
.inputbox {
	border:1px solid #92C546;
}

textarea {
	font-family:Verdana;
	font-size:12px;
	}
	
#linkhome {
	position:absolute;
	top:200px;
	right:60px;
	background:#F3F3F3;
	}
	
.clear {
	clear:both;
	}

#footer {
	position:absolute;
	bottom:0;
	background:#FFF url(../images/footerbg.jpg) no-repeat center;
	width:860px;
	height:26px;
	margin-left:-430px; 
	left:50%; 
	text-align:center;
	padding-top:9px;
	}

#footer a {
	text-decoration:none;
	}
	
#footer a:hover {
	color:#666;
	}

