@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body{
behavior:url("csshover.htc");
background-color:#FFFFFF;
background-image: url('../img/header_bg.jpg');
background-repeat: repeat-x;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

a {
    color: #4c804f;
    text-decoration: underline;
}
a:hover {
    color: #646363;
    text-decoration: none;
}

#wrapper{
width:850px;
margin:0 auto;
position:relative;
}

#header{
width:850px;
height:127px;
background-image:url("../img/header.jpg");
background-repeat:no-repeat;
position:relative;
z-index:+1;
}

#logo{
position:absolute;
top:25px;
left:20px;
width:150px;
height:120px;
z-index:+1;
}
p{
margin-bottom:10px;
}

.link{
color:#006600;
font-weight:bold
}

.lijn{
margin-bottom:5px;
margin-top:5px;
}

select.getal{
width:40px;
}

h1{
font-family:Arial, Helvetica, sans-serif;
color:#339900;
font-size:18px;
font-weight:bold;
margin-bottom:20px;
}

h2, h2 a/*, h2 a:visited, h2 a:link, h2 a:hover*/{
    font-family: Times, Arial, Helvetica, sans-serif;
    color:#4c804f;
    margin: 0;
    font-size:24px;
    font-weight:normal;
    text-decoration:none;
    text-align: left;
    font-style: italic;
    border-bottom: 1px solid black;
}

h3, h3 a/*, h2 a:visited, h2 a:link, h2 a:hover*/{
font-family:Arial, Helvetica, sans-serif;
color:#339900;
margin-bottom:12px;
margin-top:10px;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

h4, h4 a/*, h2 a:visited, h2 a:link, h2 a:hover*/{
font-family:Arial, Helvetica, sans-serif;
color:#339900;
margin-bottom:3px;
font-weight:bold;
text-decoration:none;
}
h5{
font-weight:bold;
color:#339900;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding:1px;
}
h6, h6 a{
font-family:Arial, Helvetica, sans-serif;
color:#339900;
margin-bottom:7px;
font-size:9px;
text-decoration:none;
}


.titel_links{
padding:1px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin-bottom:15px;
margin-left:-7px;
font-weight:bold;
background-color:#449a3c;
}

.newsitem{
	width:550px;
}
.newsitem table{
	width:550px;
}
.newsitem table td{
	padding:5px;
	vertical-align:top;
}

.lid{
padding:20px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
width:120px;
height:20px;
margin:55px auto;
font-weight:bold;
background-color:#449a3c;
text-decoration:none;
}

.lid a{
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.par_small{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
margin-top:30px;
}

.button{
width: 100px;
background-color:#92b395;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
cursor: hand;
float:left;
margin:7px 40px 7px 0;
}
.button2{
width:100px;
background-color:#92b395;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
cursor: hand;
}
.buttonklein{
width: 25px;
background-color:#92b395;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size: 11px;
font-weight:bold;
cursor: hand;
margin-left:5px;
}

#content{
    text-align:left;
    position:relative;
    width:850px;
    float:left;
    padding-top:40px;
    background-color:#FFFFFF;
    margin-bottom:50px;
    overflow:auto;
    padding-bottom: 48px;/* must be same height as the footer */
}

.box{
    background-image: url('../img/box-bg-small.png');
    background-repeat: repeat-x;
    min-height: 40px;
    padding: 15px 0 0 10px;
}
.box_big{
    background-image: url('../img/box-bg.png');
    background-repeat: repeat-x;
    min-height: 250px;
    padding: 20px 0 0 0;
    text-align: center;
    border-bottom: 1px dashed #000;
    margin: 0 0 20px 0;
}

.box p a {
    color: #646363;
    text-decoration: none;
}
.box p a:hover {
    color: #4c804f;
    text-decoration: underline;
}

#leftcontent{
    float:left;
    margin: 0px;
    width:210px;
    position:relative;
}
/*#left{
    padding:50px 0px 65px 7px;
    position:relative;
    min-height:250px;
    height: 100%;
    overflow: auto;
}*/

#middlecontent{
    float:right;
    text-align: justify;
    position:relative;
    width:620px;
}

#middlecontent h2{
    margin-bottom: 20px;
}

#middle_left{
    float: left;
    width: 450px;
}

#middle_right{
    float: right;
    text-align: left;
    width: 150px;
    padding-left: 20px;
}


/*#right{
width:600px;
margin-left:0px;
position:relative;
float:right;
min-height:480px;
}
#righttekst{
padding:0px 15px 15px 6px;
}*/

.list{
list-style-position:inside;
}
/*#login_button a{
position:absolute;
top:6px;
right:150px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:10px;
}*/

#kaderimg{
clear:both;
float:left;
margin-right:20px;
margin-bottom:20px;
}

.smallfont{
font-size:9px;
}

div#navigation {
	/* Coding as required for page location */
	position: relative;
	z-index:+1;
	color:#FFFFFF;
	font-size:12px;
	width:850px;
	margin-top:-49px;
}

div#navigation ul {
    list-style: none;
    list-image: none;
    margin: 0 0 0 170px;
    padding: 0;
}

div#navigation ul.level1 li:hover {
	background-color:#06510d;
}

div#navigation ul.level1 li {
    position: relative;
    border-right: 2px solid #bed3b6;
    float: left;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
}

div#navigation a.menu:hover{
    background-color:#06510d;
}

div#navigation li {
    position: relative;;
}

div#navigation li a {
    text-decoration: none;
	color:#fff;
}

div#navigation ul.level1 li.last{
    border-right: none;
 }

ul#subnav{
list-style:none;
font-size:10px;
float:left;
width:100%;
margin-bottom:10px;
border-top:#449a3c 2px solid;
padding-left:0px;
}
ul#subnav li{
float:left;
margin-right:5px;
background:url(../img/tabright2.gif) no-repeat bottom right;
}

li a.sub{
display:block;
padding: 0 1.5em 4px 1.5em;
line-height:16px;
background:url(../img/tableft.gif) no-repeat bottom left;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
float:left;
}
ul a.sub:hover{
color:#CCCCCC;
}

ul#login{
position:absolute;
top:4px;
right:210px;
list-style:none;
font-size:11px;
float:left;
width:105px;
z-index:+1;
}
ul#login li{
float:left;
background:url("../img/login_right.gif") no-repeat bottom right;
}

li a.loginsub{
display:block;
padding: 0 14px 4px 14px;
line-height:16px;
background:url("../img/login_left.gif") no-repeat bottom left;
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
float:left;
min-width:60px;
}
ul a.loginsub:hover{
color:#CCCCCC;
}

.search{
position:absolute;
top:0px;
right:167px;
width:54px;
height:25px;
/*background-image:url("../img/search.gif");*/
text-indent:-10000px;
z-index:+1;
}

#square{
float:right;
height:200px;
width:260px;
}
.green_square{
background-color:#bfe19e;
width:130px;
height:110px;
text-align:center;
float:left;
position:relative;
right:95px;
padding-top:40px;
}

.green_square2{
background-color:#bfe19e;
width:130px;
height:110px;
text-align:center;
float:right;
position:relative;
right:65px;
padding-top:40px;
}

.square_tekst{
text-decoration:none;
color:#339900;
font-size:16px;
font-weight:bold;
}

.onder_square_tekst{
font-size:14px;
margin-left:220px;
padding-bottom:10px;
color:#339900;
font-weight:bold;
text-align:center;
width:300px;
}

.navlinks{
color:#339900;
display:block;
margin-bottom:7px;
text-decoration:none;
font-weight:bold;
}
.navlinks:hover{
color:#000000;
}

#footer{
position:relative;
margin-top: -48px;
height: 48px;
clear:both;
width:100%;;
background-repeat:repeat-x;
background-image: url(../img/footer_back.jpg);
background-attachment: scroll;
}

#credits{
color:#fff;
width: 850px;
background-image: url('../img/footer_new.jpg');
height: 48px;
background-repeat: no-repeat;
font-size:9px;
text-align: right;
margin: 0 auto;
padding-top: 5px;
}
#address{
  padding-left: 120px;
}
input{
width:200px;
}
input.zoek{
width:150px;
margin-top:5px;
}
td.form{
width:200px;
font-size:10px;
}
.bodylist{
margin-left:15px;
}
.foto{
border:none;
}

.cat_lijst{
margin-top:10px;
margin-bottom:10px;
}
.cat_lijst a{
color:#000000;
text-decoration:none;
}
.cat_lijst a:hover{
color:#000000;
text-decoration:underline;
}
.datum{
font-size:8px;
color:#666666;
}
.pdf_icon{
background: url("../img/pdf_icon.gif") no-repeat left;
line-height:25px;
padding-left:30px;
padding-right:20px;
padding-top:7px;
}
.word_icon{
background: url("../img/word_icon.gif") no-repeat left;
line-height:25px;
padding-left:30px;
padding-right:0px;
padding-top:7px;
}
.excel_icon{
background: url("../img/word_icon.gif") no-repeat left;
line-height:25px;
padding-left:30px;
padding-right:20px;
padding-top:7px;
}
.ppt_icon{
background: url("../img/word_icon.gif") no-repeat left;
line-height:25px;
padding-left:30px;
padding-right:20px;
padding-top:7px;
}
.thumbnail {
  float: left;
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  width: 150px;
  text-align: center;
  font-size: 10px;
}
.lijstje{
list-style:none;
display:inline;
}
#logged_in{
    clear: left;
    margin: 0 0 0 180px;
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #000;
    z-index:+100;
}
#logged_in a{
    color:#FFF;
}
.error{
color:#006600;
}
#sponsors{
position:absolute;
bottom:10px;
margin-left:5px;
}
