/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
position: relative;
font-family: Arial;
font-size: 100%;
}

#wrapper
{
width: 886px;
margin: 0 auto;
position: relative;
}

#header
{
margin-top: 0px;
width: 886px;
height: 68px;
display: block;
background: url(gfx/header_bg.gif) repeat-y;
float: left;
}

#logo
{
margin-top: 6px;
}

#payoff
{
font-size: 270%;
color: #33a23d;
margin-top: 16px;
margin-left: 46px;
}

#headerimg
{
margin-top: 3px;
float: left;
}

#menu {
display: block;
width: 886px;
height: 32px;
background: #74cadf;
position: relative;
float: left;
border-bottom: solid 9px #FFF;
}

#menu ul
{
margin: 0;
padding: 0;
list-style: none;
margin-left: 170px;
}

#menu ul li
{
float: left;
}

.topmenu li a
{
text-decoration: none;
font-weight: bold;
font-size: 11pt;
}

.topmenu li
{
margin-top: 7px;
margin-right: 17px;
}

.topmenu li.li-last
{
margin-right: 0;
}

.topmenu li a:link, .topmenu li a:visited 
{
color: #FFF;
}

.topmenu li a:hover, .topmenu li a:active, .topmenu li a.current ,.topmenu li a.current span
{
color: #33a23d;
}

.submenu
{
position: absolute;
top: 50px;
left: -160px;
width: 133px;
}

.submenu
{
width: 133px;
}

.submenu li
{
width: 133px;
margin-bottom: 10px;
}


.submenu li a
{
font-weight: normal;
text-decoration: none;
font-size: 10.5pt;

}

.submenu li a:link, .submenu li a:visited 
{
color: #38b3d1;
}

.submenu li a:hover, .submenu li a:active, .submenu li a.current , .submenu li a.current span
{
color: #33a23d;
}

#menu_home
{
position: absolute;
top: 190px;
left: 10px;
}

* html #menu_home
{
position: relative;
margin-top: -226px;
padding-bottom: 210px;

}

#menu_home ul
{
margin: 0;
padding: 0;
list-style: none;

}

#menu_home ul li a
{
text-decoration: none;
font-weight: bold;
font-size: 11pt;
}

#menu_home ul li a:link, #menu_home ul li a:visited 
{
color: #FFF;
}

#menu_home ul li a:hover, #menu_home ul li a:active
{
color: #33a23d;
}

#content
{
width: 886px;
padding: 0;
margin: 0;
margin-top: 3px;
background: url(gfx/content_bg.gif) repeat-y;
float: left;
}

html>/**/body #content
{
margin-top: 0px;
} 

* html #content
{
padding-top: 0;
}

#content_left
{
padding: 0;
margin: 0;
width: 133px;
float: left;
padding-top: 230px;
}

#content_left img
{
border-bottom: solid 5px #FFF;
}


#content_right 
{
padding: 0;
margin: 0;
float: right;
width: 752px;
background: url(gfx/content_right_bg.gif) 0 100% no-repeat;
}

#container_text
{
float: left;
width: 554px;
min-height: 500px;
padding-left: 33px;
padding-right: 33px;
padding-bottom: 20px;
font-size: 80%;
color: #60765b;
position: relative;
}

* html #container_text
{
height: 496px;
} 

html>/**/body #container_text
{
min-height: 499px;
}



html>/**/body #container_text h1
{
margin-top: 0px;
} 

#container_rightbar
{
float: right;
width: 133px;
}

#container_rightbar #siteimg
{
position: absolute;
top: 202px;
right: 0;
background: #FFF;
border-bottom: solid 5px #FFF;
}

html>/**/body #container_rightbar #siteimg
{
border-bottom: solid 1px #FFF;
} 


#quote
{
position: absolute;
top: 202px;
right: 0;
display: block;
width: 121px;
color: #33a23d;
font-size: 14pt;
margin-top: 170px;
text-align: center;
padding-right: 5px;
}

#quote2
{
font-size: 10pt;
margin-top: 8px;
}

/*** div tekst ***/
#tekst a:link
{
color: #38b3d1;
}

#tekst a:visited
{
color: #33a23d;
}

#tekst a:hover, #tekst a:active
{
color: red;
}

#tekst p
{
padding-top: 0;
margin-top: 0;
}

#tekst h1
{
display: block;
width: 546px;
height: 20px;
padding-top: 4px;
padding-left: 4px;
padding-right: 4px;
padding-bottom: 2px;
color: #33a23d;
background: #d6ecd8;
font-size: 130%;
font-weight: normal;
}

#tekst h2
{
color: #33a23d;
font-size: 100%;
padding: 0;
margin: 0;
}

#tekst h3
{
color: #38B2C8;
font-size: 100%;
padding: 0;
margin: 0;
font-weight: bold;
}


#tekst table {
}

.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

/*** newsletters/news ***/
#datum {
  font-weight: bold;
  display: block;
  text-align: right;
}

.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

#searchtitle
{
text-decoration: none;
font-size: 11pt;
color: #38b3d1;
margin-top: 15px;
margin-left: 10px;
}

#searchinput
{
position: relative;
width: 110px;
height: 17px;
margin-bottom: 15px;
margin-left: 10px;
}

* html #searchinput
{
margin-bottom: -14px;
}

#searchinput input
{
height: 13px;
width: 86px;
border: solid 1px #8e8e8d;
background: #FFF;
margin-top: 1px;
color: #000;
font-size: 7pt;
padding: 0;
padding-left: 2px;
padding-right: 2px;
}

#searchinput .button
{
background: transparent url(gfx/zoekbtn.gif);
position: absolute;
top: -1px;
right: -6px;
width: 18px;
height: 18px;
display: block;
cursor: pointer;
color: transparent;
font-size: 95%;
border: none;
background-color: #c2e3c5;
}

#content_left #sitewide
{
margin-bottom: 15px;
margin-left: 10px;
}

#content_left #sitewide a
{
text-decoration: none;
font-size: 11pt;
color: #38b3d1;
}

#homecell_left
{
font-size: 75%;
background: transparent url(gfx/home_trans_bg.png);
}
