/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
  background: #FDFAEE url(gfx/bg.jpg) 0 0 repeat-y;
  font: normal 12px/1em "Comic Sans MS", verdana, arial, sans-serif;
  color: #074928;

}

input, table, textarea, select {
  font: normal 12px/1em "Comic Sans MS", verdana, arial, sans-serif;
}

#page {
width: 980px;
  margin: 0;
  padding: 0;
  position: relative;
}

.button {
  width: auto;
}

a {
  text-decoration: none;
  color: #02793c;
}
a:visited {
  color: #02793c;
}
a:hover {
  text-decoration: underline;
}

img { 
  border: 0;
}

#header {
  background: url(gfx/header.jpg) 0 0 no-repeat;
  width: 980px;
  height: 149px;
  position: relative;
}
#header img {
  position: absolute;
  left: 104px;
  top: 101px;
}

#sidebar {
  float: left;
  width: 250px;
  padding: 25px 10px;
}
#sidebar h2 {
  font-size: 13px;
  margin: 0;
  padding: 0 0 0 18px;
  background: url(gfx/news_bullet.gif) 0 2px no-repeat;
}
#sidebar p {
  margin: 0px 0 8px 20px;
  line-height: 1.5em;
}
#sidebar .date {
  font-size: 10px;
}
#sidebar .more {
  font-size: 9px;
  text-decoration: underline;
}

#menu {
  position: absolute;
  left: 260px;
  top: 128px;
  width: 722px;
  height: 25px;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  margin: 0;
  padding: 0;
}

.topmenu li {
  float: left;
}
.topmenu a, .topmenu a:visited {
  display: block;
  margin-top: 2px;
  padding: 1px 0px 3px 35px;
  font-weight: bold;
  font-size: 12px;
  color: #FDFAEE;
  text-decoration: none;
  background: url(gfx/menu_bullet.gif) 20px 4px no-repeat;
}
.topmenu a:hover, .topmenu .current {
  color: #ebd50b!important;
  text-decoration: none;

}

#menu .submenu {
  padding: 0;
  margin: 0 0 0 20px;
  position: absolute;
  display: none;
  z-index: 100;
 background-color: #02793c;

}
.submenu li {
  float: none;
}
#menu .submenu a, #menu .submenu a:visited {
  display: block;
  padding: 5px 10px;
  margin: 0;

  text-decoration: none;
  font-size: 11px;
  color: #FDFAEE;
  border-bottom: 1px solid #42A975;
  white-space: nowrap;
  background: #02793c;/* url(gfx/submenu_bullet.gif) 20px 4px no-repeat;*/
}
#menu .submenu a:hover, #menu .submenu .current {
  background-color: #42A975;
  text-decoration: none;
  color: #074928!important;

}
#menu .submenu .last {
  border: 0;
}

#footer {
  position: absolute;
  left: 0px;
top: 10px;

  width: 300px;
  font-size: 9px;
  padding: 0 0 4px 15px;
color: white;

}

/*** div tekst ***/
#tekst {
  float: left;
  width: 650px;
  padding: 20px 20px;
}

#tekst a {
  text-decoration: underline;
}

#tekst img {
  border: 2px solid #E7D004;
}

.tablec {
  /*background-color: white;*/
}
.hcell {
  text-align: left;
  padding: 4px!important;
}
.hcellc, .hcello {
  text-align: center;
  background-color: #ff9439;
  font-weight: bold;
}

.lcell {
  text-align: left;
  padding: 4px!important;
}
.lcellc {
  background-color: #ff9439;
}

.dcell {
  text-align: left;
  padding: 4px!important;
}
.dcellc {
  text-align: center;
  background-color: #fff7e7;
}

.hcell p, .lcell p, .dcell p {
  margin: 0!important;
  padding: 0!important;
}

.lcello_odd {
  background-color: #fff7e7;
}
.lcello_even {
  background-color: #ffd7b5;
}
.dcello_odd {
  background-color: #fff7e7;
}
.dcello_even {
  background-color: #ffd7b5;
}


/*** 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;
}
