/*** algemeen ***/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background: #dcdfec;
  position: relative;
}

body, input, table, textarea, select, pre, button {
  font: 13px/1.5em Arial, Verdana, Helvetica, sans-serif;
  color: #8c8c8c;
}

#page {
  width: 940px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  background: scroll url(gfx/page-bg.gif) 0 0 repeat-y;
  position: relative;
}
* html #page {
  height: 100%;
}

#header {
  background: url(gfx/header-bg.gif) 0 0 no-repeat;
  height: 223px;
  width: 100%;
}

#headerimg {
  position: absolute;
  top: 37px;
  right: 6px;
  width: 900px;
  height: 181px;
  background: url(gfx/headerimg.jpg) 100% 0 no-repeat;
}

#logo {
  position: absolute;
  left: 27px;
  top: 137px;
}

#menu {
  float: left;
  width: 155px;
  padding: 36px 12px 0 30px;
}

#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul {
  border-top: 1px solid #b3b3b3;
}

#menu li {
  border-bottom: 1px solid #b3b3b3;
}

#menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #8c8c8c;
  font-weight: bold;
  line-height: 23px;
}

#menu a:hover, #menu a.current {
  color: #f60;
}

#menu .submenu li {
  border: 0;
}

#menu .submenu a {
  text-transform: none;
  font-style: italic;
}

#right {
  float: left;
  width: 300px;
}
#right p {
  margin: 0 12px 0 97px;
  font-size: 12px;
}

#slideshow {
  background: url(gfx/frame.gif) 0 0 no-repeat;
  width: 250px;
  height: 200px;
  margin: 20px 0 0 52px;
}
#canvas0, #canvas1 {
  left: 11px;
  top: 10px;
}

address {
  font-style: normal;
  position: absolute;
  left: 30px;
  bottom: 25px;
}

/*** div tekst ***/
#tekst {
  float: left;
  width: 391px;
  padding: 32px 15px 30px;
}

#tekst h1 {
  font-size: 100%;
  color: #f60;
}
#tekst h2 {
  font-size: 100%;
}
#tekst h3 {
  font-size: 100%;
}

#tekst a {
  color: #f60;
}
#tekst a:visited {
  color: #8c8c8c;
}

.hcell, .lcell, .dcell {
}
.hcellc, .lcellc {
  background: #ccc;
}
.hcellc, .dcellc {
}
.dcellc {
  background: #eee;
}

/*** search pages ***/
#sq {
  text-align: center;
}
#sq #q {
  width: 120px;
}

.searchquery {
  width: 382px;
  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;
}

#thumbs
{
position: relative;
float: left;
width: 700px;
padding: 35px 0px 0px 6px;
}

html>/**/body #thumbs
{
float: left;
} 

* html #thumbs
{
width: 730px;
float: left;
}

#thumbs b
{
color: #e40580;
font-weight: normal;
font-size: 9pt;
}

#thumbs ul#thumbnails
{
list-style: none;
margin: 0;
padding: 0;
width: 700px;
margin-top: 6px;
}

* html #thumbs ul#thumbnails
{
width: 730px;
}

#thumbs ul#thumbnails p
{
margin-left: 6px;
margin-top: 2px;
float: left;

}

#thumbs ul#thumbnails li
{
float: left;
padding-bottom: 26px;
margin-left: 20px;
}

#thumbs #thumbnails li a
{
display: block;
width: 207px;
height: 158px;
background: #FFF;
}


#thumbs #thumbnails li a img
{
width: 199px;
height: 150px;
padding: 4px;
border: solid 1px #888888;
}