/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
  background: #182E43 url(gfx/body-bg.jpg) 0 0 no-repeat;
}
body {
  position: relative;
}
body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  color: white;
}
#tekstedit {
  color:black;
} 
#page {
  width: 965px;
  min-height: 700px;
  position: relative;
}
* html #page {
  height: 700px;
}

#slideshow {
  position: absolute;
  left: 594px;
  top: 179px;
  width: 358px;
  height: 358px;
}
* html #slideshow {
  top: 182px;
}

#menu {
  position: absolute;
  left: 45px;
  top: 104px;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  padding-right: 2px;
  background: url(gfx/menu-div.gif) 100% 8px no-repeat;
}
#menu li.li-last {
  background: none;
}
#menu a {
  line-height: 27px;
  color: white;
  display: block;
  padding: 0 9px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu a:hover, #menu a.current {
  color: #01A6DC;
}

#menu .submenu {
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 11px;
  width: 900px;
}
#menu .submenu li {
  background: url(gfx/submenu-div.gif) 100% 9px no-repeat;
}
#menu .submenu li.li-last {
  background: none;
}
#menu .submenu a {
  color: #01A6DC;
  padding: 0 8px;
}
#menu .submenu a:hover, #menu .submenu a.current {
  color: white;
}

#left {
  position: absolute;
  left: 37px;
  top: 592px;
  width: 550px;
  height: 107px;
  overflow: hidden;
  background: url(/gfx/trans.gif) 432px 0 no-repeat;
}
#left ul, #left li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left ul {
  width: 212px;
  float: left;
}
#left .links li {
  float: left;
}
#left .links a {
  color: #01A6DC;
  text-decoration: none;
  font-size: 80%;
  white-space: nowrap;
  display: block;
  width: 70px;
  line-height: 2.2em;
}
#left .links a:hover {
  color: white;
  /*text-decoration: underline;*/
}

#right {
  position: absolute;
  left: 595px;
  top: 592px;
  width: 370px;
  height: 107px;
  font-weight: bold;
}
#right .white {
  color: white;
}
#right .blue {
  color: #01A6DC;
}
#right a {
  color: #01A6DC;
  text-decoration: none;
}
#right a:hover {
  color: white;
  /*text-decoration: underline;*/
}

address {
  position: absolute;
  left: 44px;
  top: 14px;
  font-style: normal;
  font-size: 80%;
}

#sitewide {
  position: absolute;
  right: 1px;
  top: 19px;
}
#sitewide, #sitewide li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sitewide li {
  float: left;
}
#sitewide a {
  color: white;
  text-decoration: none;
  display: block;
  border-left: 1px solid white;
  padding: 0 5px;
  font-size: 80%;
  line-height: 1em;
}
#sitewide a:hover {
  color: #01A6DC; 
  /*text-decoration: underline;*/
}
#sitewide .first {
  border: none;
}

/*** div tekst ***/
#tekst {
  position: absolute;
  left: 40px;
  top: 196px;
  width: 520px;
  height: 320px;
  padding: 20px 10px 20px;
  overflow: auto;
  scrollbar-base-color: #435363;
}

#tekst h1 {
  background: #01A6DC;
  font-size: 140%;
  padding: 6px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
html>/**/body #tekst h1 {
  margin-right: 0; /* only seen by ff */
}
#tekst h2 {
  font-size: 120%;
  margin-bottom: 0;
}
#tekst h3 {
  font-size: 100%;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a {
  color: #01A6DC;
  text-decoration: none;
}
#tekst a:hover {
  /*text-decoration: underline;*/
}

.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;
}

