/*** algemeen ***/
body {
  margin: 0;
  padding: 0;
  position: relative;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
  color: #777;
}

#page {
  width: 980px;
  margin: 0 auto;
  background: url(gfx/page-bg.gif) 0 0 repeat-y;
  min-height: 600px;
}
* html #page {
  height: 600px;
}

#header {
  height: 20px;
  background: #555;
  border-bottom: 1px solid white;
  color: white;
}

#sitewide, #sitewide li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sitewide {
}
#sitewide li {
  float: right;
  padding: 0 10px 0 0;
}
#sitewide a {
  color: white;
  font-size: 10px;
  text-decoration: none;
  line-height: 20px;
  text-transform: lowercase;
}
#sitewide a:hover {
  text-decoration: underline;
}

#left {
  width: 190px;
  float: left;
  background: url(gfx/left-bg.gif) 0 0 no-repeat;
  padding-top: 230px;
  position: relative;
}
#groen #left {
  background: url(gfx/left-bg-groen.gif) 0 0 no-repeat;
}
#logo {
  position: absolute;
  left: 8px;
  top: 50px;
}
#logo img {
  width: 138px;
  height: 120px;
}
#left .logo {
  float: right;
  clear: both;
  margin: 10px 40px 0 0;
}

#menu {
  padding-bottom: 10px;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  text-align: right;
  width: 150px;
}
#menu a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 10px;
}
#menu ul ul a {
  color: #c3cce6;
}
#menu ul ul a:hover {
  color: #555;
  background: #c3cce6;
}

#right {
  float: left;
  width: 259px;
  background: url(gfx/right-bg.gif) 100% 0 no-repeat;
  height: 400px;
  position: relative;
  left: 3px;
}
#groen #right {
  background: url(gfx/right-bg-groen.gif) 100% 0 no-repeat;
}
#right img {
  position: absolute;
  left: 1px;
  top: -1px;
}

/*** div tekst ***/
#tekst {  
  float: left;
  padding: 30px 11px 10px 10px;
  width: 507px;
}

#tekst h1 {
  color: #c8c8c8;
  font-size: 24px;
  line-height: 0.9em;
}
#tekst h1 strong {
  color: #7c7c7c;
  font-size: 15px;
}
#groen #tekst h1 {
  color: #006666;
}
#tekst h2 {
  color: #7c7c7c;
  font-size: 15px;
  margin-bottom: 0;
}
#tekst h3 {
  font-size: 100%;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a {
  color: #848cbd;
}
#groen #tekst a {
  color: #006666;
}

/*** 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;
}
