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

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

#page {
  position: relative;
  background: url(gfx/page-bg.gif) 0 0 repeat-y;
  width: 100%;
  height: 100%;
}

#header {
  height: 200px;
  background: url(gfx/page-bg.gif) 0 0 repeat-y;
  width: 100%;
}
#kleur_xcms_list_1 #header {
  background-color: #CC0000;
}
#kleur_xcms_list_2 #header {
  background-color: #993300;
}
#kleur_xcms_list_3 #header {  
  background-color: #426D25;
}
#kleur_xcms_list_4 #header {  
  background-color: #FFC703;
}
#kleur_xcms_list_5 #header {  
  background-color: #336666;
}
#kleur_xcms_list_6 #header {
  background-color: #000;
}

#topmenu {
  background: #003466;
  line-height: 18px;
  border: 1px solid #003466;
  border-width: 1px 0;
  font-size: 10px;
  color: #fff;
  padding: 0 0 0 12px;
}
#kleur_xcms_list_1 #topmenu {
  border-color: #CC0000;
}
#kleur_xcms_list_2 #topmenu {
  border-color: #993300;
}
#kleur_xcms_list_3 #topmenu {  
  border-color: #426D25;
}
#kleur_xcms_list_4 #topmenu {  
  border-color: #FFC703;
}
#kleur_xcms_list_5 #topmenu {  
  border-color: #336666;
}
#kleur_xcms_list_6 #topmenu {
  border-color: #000;
}

#sitewide {
  position: absolute;
  right: 50px;
  top: 1px;
}
#sitewide, #sitewide li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sitewide li {
  float: left;
  padding: 0 0 0 12px;
}
#sitewide a {
  text-decoration: none;
  text-transform: lowercase;
  color: #FFF;
  font-size: 11px;
}
#sitewide a:hover {
  text-decoration: underline;
}

#logo {
  position: absolute;
  left: 15px;
  top: 33px;
  width: 144px;
  height: 179px;
}

address {
  position: absolute;
  left: 0px;
  top: 106px;
  width: 140px;
  padding: 10px 15px 10px 15px;
  font-size: 9px;
  line-height: 1.2em;
  color: #fff;
  font-style: normal;
}

#fotoheader {
  position: absolute;
  left: 145px;
  top: 20px;
  width: 800px;
  height: 164px;
  background: url(/gfx/trans.gif) 0 0 no-repeat;
}

blockquote {
  position: absolute;
  left: 927px;
  top: 30px;
  width: 200px;
  height: 200px;
  padding: 25px 15px 15px 15px;
  font-size: 13px;
  color: #fff;
}
blockquote a {
  color: #fff;
}

#menu {
  position: relative;
  width: 125px;
  padding: 0 0 0 10px;
}
#menu ul, menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li a {
  line-height: 1.8em;
  width: 125px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
#menu a:hover {
  font-weight: bold;
}
#menu a.current,
#home #topmenu1 {
  color: #FFF;
}
#topmenu1 {border-bottom: 2px solid #CC0000;}
#topmenu1:hover {color: #CC0000;}
#topmenu2 {border-bottom: 2px solid #993300;}
#topmenu2:hover {color: #993300;}
#topmenu3 {border-bottom: 2px solid #426D25;}
#topmenu3:hover {color: #426D25;}
#topmenu4 {border-bottom: 2px solid #FFC703;}
#topmenu4:hover {color: #FFC703;}
#topmenu5 {border-bottom: 2px solid #336666;}
#topmenu5:hover {color: #336666;}
#topmenu6 {border-bottom: 2px solid #000;}
#topmenu6:hover {color: #000;}

#menu .submenu {
  position: absolute;
  left: 144px;
  top: 20px;
  width: 100px;
  padding: 0 0 0 10px;
}
#menu .submenu li a {
  font-size: 10px;
  line-height: 1.3em;
  width: 100px;
  display: block;
  color: #030468;
  border-bottom: 1px dotted #030468;
}
#menu .submenu a:hover,
#menu .submenu a.current {
  color: #82C4FE;
  font-weight: bold;
}
#menu a.current,
#home #topmenu1 {
  color: #030468;
}

#banner {
  width: 120px;
  padding: 30px 10px 0;
  color: white;
}
#banner a {
  color: white;
}
#banner img {
  margin: 1em 0 0;
}

#breadcrumbs {
  position: absolute;
  left: 150px;
  top: 182px;
  width: 600px;
  font-size: 13px;
  color: #fff;
}
#breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

#left {
  position: relative;
  float: left;
  width: 144px;
  padding: 0 0 1em 0;
  border-right: 1px solid white;
}
#kleur_xcms_list_1 #left {
  border-color: #CC0000; 
}
#kleur_xcms_list_2 #left {
  border-color: #993300;
}
#kleur_xcms_list_3 #left {
  border-color: #426D25;
}
#kleur_xcms_list_4 #left {
  border-color: #FFC703;
}
#kleur_xcms_list_5 #left {
  border-color: #336666;
}
#kleur_xcms_list_6 #left {
  border-color: #000;
}

#right {
  float: left;
  width: 190px;
  border-left: 1px dotted #030468;
  padding: 0 5px 30px;
  margin-top: 20px;
  margin-left: -1px;
}
#kleur_xcms_list_1 #right {
  color: #CC0000;
}
#kleur_xcms_list_2 #right {
  color: #993300;
}
#kleur_xcms_list_3 #right {
  color:  #426D25;
}
#kleur_xcms_list_4 #right {
  color: #FFC703;
}
#kleur_xcms_list_5 #right {
  color: #336666;
}
#kleur_xcms_list_6 #right  {
  color: #000;
}
#search_form {
  width: 180px;
  margin: 0;
  padding: 0;
}
#search_form p {
  margin: 0;
}
#hq {
  float: left;
  width: 70px;
  font-size: 11px;
  margin: 0 0 0 10px;
}
#search_button {
  width: 50px;
  float: left;
  background: none;
  border: 0;
  color: #000;
  text-transform: lowercase;
  cursor: pointer;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

/*** div tekst ***/
#tekst {
  float: left;
  border-left: 1px solid white;
  border-right: 1px dotted #030468;
  margin-left: -1px;
  padding: 0 20px 20px;
  margin-top: 20px;
}
#tekst.hassub {
  padding-left: 120px;
}
#kleur_xcms_list_1 #tekst {
  border-color-left: #CC0000; 
}
#kleur_xcms_list_2 #tekst {
  border-color-left: #993300;
}
#kleur_xcms_list_3 #tekst {
  border-color-left: #426D25;
}
#kleur_xcms_list_4 #tekst {
  border-color-left: #FFC703;
}
#kleur_xcms_list_5 #tekst {
  border-color-left: #336666;
}
#kleur_xcms_list_6 #tekst {
  border-color-left: #000;
}

#tekst h1 {
  font-size: 120%;
  margin-bottom: 0.3em;
}

#kleur_xcms_list_1 #tekst h1 {
  color: #CC0000;
}

#kleur_xcms_list_2 #tekst h1 {
  color: #993300;
}

#kleur_xcms_list_3 #tekst h1 {
  color:  #426D25;
}

#kleur_xcms_list_4 #tekst h1 {
  color: #FFC703;
}

#kleur_xcms_list_5 #tekst h1 {
  color: #336666;}

#kleur_xcms_list_6 #tekst h1 {
  color: #000;
}

#tekst h2 {
  font-size: 120%;
  margin-bottom: 0;
}
#tekst h3 {
  font-size: 100%;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}

#tekst .newsitem {
  border-bottom: 1px dotted #030468;
}

/*** 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 ***/
.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

