/*** algemeen ***/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font: 10px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif; 
  color: #000;
  text-align: center;
  position: relative;
  background-color: #00464c;
}

#maincontainer {
text-align: left;
width: 914px;
margin: 0px auto 0px auto;
background-image: url(gfx/watermerk.gif);
background-repeat: no-repeat;
background-color: #d7d7d7;
border-left: solid 1px #ffffff;
border-right: solid 1px #ffffff;
/**overflow: hidden; **/
min-height: 100%;
position: relative;
}

* html #maincontainer {
  height: 100%;
}

#header {
border-bottom: solid 3px #ffffff;
background-color: #008c99;
height: 128px;
}
#breadcrumbsbar {
height: 39px;
background-color: #313131;
border-bottom: solid 1px #ffffff;
}
#breadcrumbscontainer {
width: 400px;
padding: 9px 5px 0px 6px;
}
#topheader {
background-color: #fbb03f;
border-bottom: solid 1px #ffffff;
}
#sitewidemenubalk {
width: 100%;
background-color: #008c99;
}
#menu {
float: left;
position: relative;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0px 0px 0px 0px;
}
#menu ul {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
}
#menu li {
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style: none;
  float: left;
}
#menu a {
display: block;  
margin: 0px 0px 0px 0px;
padding: 6px 10px 8px 10px;
color: #ffffff;
text-decoration: none;
border-right: solid 1px #ffffff;
}
#menu a:hover {
color: #8ecfd3;
}
#menu .submenu {
position: absolute;
display: none;
width: 175px;
}
#menu .submenu a {
display: block;
padding: 6px 15px 6px 8px;
border-bottom: solid 1px #ffffff;
color: #ffffff;
background-color: #008e9a;
width: 175px;
}
#menu .submenu a:link {
width: 175px;
}
#menu .submenu a:hover {
color: #008e9a;
background-color: #8ecfd3;
}
.submenu {
width: 175px;
background-color: #8e9383;
font-weight: normal;
}
#nextlevel {
}
#breadcrumbs {
font-size: 1.1em;
color: #fbb03f;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
color: #ffffff;
text-decoration: none;
}
#breadcrumbs a:hover {
text-decoration: underline;
}

/*** div tekst ***/

#linkerkolom {
float: left;
width: 215px;
border-right: solid 1px #ffffff;
display: inline;
}
#zoekkolom {
/** width: 215px; **/
background-color: #00aeb8;
/** height: 70px; **/
border-bottom: solid 1px #ffffff;
}
#zoeken {
padding: 7px 0px 15px 7px;
height: 45px;
}
#beeld01, #beeld02, #beeld03 {
width: 215px;
height: 160px;
background-color: #ffffff;
border-bottom: solid 1px #ffffff;
background-position: 50% 50%;
}
#hoofdtekstkader {
margin: 20px 25px 10px 245px;
height: 100%;
}
#tekst {
color: #000000;
}
#tekst a:link, #tekst a:visited {
color: #008c99;
text-decoration: underline;
}
#tekst p {
/** margin: -10px 0px 20px 0px; **/
}
h1 {
color: #008c99;
font-size: 160%;
margin: 0px 0px 0px 0px;
}
}
h2 {
font-size: 130%;
}
H3 {
font-size: 100%;
}
.omlijnp {
border: solid 1px #b2b2b2;
}
.naw {
color: #b2b2b2;
font-size: 10px;
text-align: center;
}
#tekst table {
}
.tablec {
}
.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/
#sq {
  text-align: center;
}
#search input {
font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 160px;
/** height: 15px; **/
background-color: #d6d6d6;
border-left: solid 1px #008c99;
border-top: solid 1px #008c99;
border-bottom: solid 1px #ffffff;
border-right: solid 1px #ffffff;
margin-right: 7px;
}
.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;
}

