/*** algemeen ***/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #003366;
  position: relative;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Verdana, Helvetica, sans-serif;
}

#wrapper {
  min-height: 100%;
  width: 980px;
  margin: 0 auto;
  background: url(gfx/page-bg.gif) 0 0 repeat-y;
}
* html #wrapper {
  height: 100%;
}

#page {
  height: 100%;
  position: relative;
}

#header {
  height: 220px;
  width: 100%;
  background: url(gfx/header-bg.gif) -1px 0 no-repeat;
}

#home {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 235px;
  height: 100px;
  background: url(/gfx/trans.gif) 0 0 repeat;
}

#loginlink {
  position: absolute;
  left: 70px;
  top: 142px;
  color: #696d8c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}
#loginlink:hover {
  text-decoration: underline;
}

#header #top {
  position: absolute;
  top: 0px;
  left: 290px;
}

#langswitch {
  position: absolute;
  left: 291px;
  top: 146px;
  margin: 0;
  padding: 0;
}
#langswitch ul, #langswitch li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#langswitch li {
  float: left;
}
#langswitch a {
  display: block;
  border-left: 1px solid #696d8c;
  color: #696d8c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  padding: 0 4px;
}
#langswitch a.first {
  border: 0;
}
#langswitch a:hover {
  text-decoration: underline;
}

#search {
  position: absolute;
  left: 704px;
  top: 142px;
}
#search label {
  width: auto;
  padding: 0 4px;
  margin: 0;
  text-align: right;
  color: #696d8c;
  text-transform: uppercase;
  font-size: 11px;
}
#search input {
  padding: 0;
  margin: 0;
  width: 138px;
  background: url(gfx/trans.gif) 0 0 repeat;
  border: 0;
}
#search a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#search a img {
  width: 20px;
  height: 20px;
}

#menu {
  float: left;
  width: 210px;
  padding-left: 73px;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu a {
  display: block;
  width: 200px;
  border: 1px solid #898da5;
  margin: 0 0 4px 0px;
  padding: 10px 0 5px 10px;
  background: white;
  color: #474747;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
#menu a:hover, #menu a.current {
  background: #173464;
  color: white;
}

#menu ul ul a {
  background: #E8EBF0 url(gfx/bullet.gif) 8px 14px no-repeat;
  color: #474747;
  width: 190px;
  padding-left: 20px;
}
#menu ul ul a.hassub {
  background: #E8EBF0 url(gfx/bullet-arrow.gif) 0 0 no-repeat;
}
#menu ul ul a:hover, #menu ul ul a.current {
  background: #173464 url(gfx/bullet-white.gif) 8px 14px no-repeat;
}
#menu ul ul a.hassub:hover {
  background: #173464 url(gfx/bullet-arrow-hover.gif) 0 0 no-repeat;
}
#menu ul ul li.hassub a.current {
  background: #173464 url(gfx/bullet-arrow-current.gif) 0 0 no-repeat;
}

#menu ul ul ul a {
  background-color: #E8EBF0;
  background-position: 8px 14px;
  color: #474747;
  width: 168px;
  margin-left: 22px;
}
#page #menu ul ul ul a:hover, #page #menu ul ul ul a.current {
  background: #173464 url(gfx/bullet-white.gif) 8px 14px no-repeat;
}

/*** div tekst ***/
#tekst {
  float: left;
  width: 515px;
  padding: 0;
  margin: 0 0 0 50px;
  color: black;
}
#tekst .omlijnp {
  border: 1px solid black;
}

#tekst h1 {
  color: #003366;
  font-size: 14px;
  text-transform: uppercase;
}
#tekst h2 {
  font-size: 14px;
  color: #003366;
  margin: 0;
  padding: 0;
}
#tekst h3 {
  font-size: 12px;
  color: #14418b;
  margin: 0;
  padding: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a, #tekst a:visited {
  color: #14418b;
}

#tekst strong {
  color: #3f446b;
}

#tekst hr {
  height: 3px;
  border-top: 1px solid #dadada;
  background: #a2a2a2;
  border-bottom: 1px solid #eaeaea;
}

#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;
}

br {
  clear: left;
}

/*** 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;
}
