/* algemeen ***/
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background: #D7CDCB url(gfx/body-bg.gif) 50% 0 no-repeat;
  position: relative;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  color: black;
}

#page {
  width: 980px;
  margin: 0 auto;
  min-height: 100%;
  background: url(gfx/page-bg.gif) 0 0 repeat-y;
  position: relative;
}
* html #page {
  height: 100%;
}
#home #page {
  background-image: url(gfx/homepage-bg.gif);
}

#worldmapselector {
  position: absolute;
  left: 690px;
  top: 180px;
}
#worldmapselector #normal {
  display: block;
}
#worldmapselector #hover {
  display: none;
}
#worldmapselector:hover #hover {
  display: block;
}
#worldmapselector:hover #normal {
  display: none;
}


#header {
  height: 385px;
  background: white url(gfx/header-bg.gif) 0 0 no-repeat;
}
#home #header {
  background-image: url(gfx/homeheader-bg.gif);
}
#header #bg {
  position: absolute;
  left: 60px;
  top: 24px;
  width: 861px;
  height: 281px;
}
#preloads img {
  display: none;
}
#preloads ul {
  display: none;
  position: absolute;
  width: 100px;
  background: #FDFDFF;
  border: 1px solid #ADADAD;
}
#preloads ul li {
  padding: 0px 4px;
}
#preloads .title {
  color: #003365;
  font-weight: bold;
}
#preloads ul a {
  color: #98999B;
  text-decoration: none;
}
#preloads ul a:hover {
  color: #003365;
}
#asia_menu {
  left: 735px;
  top: 124px;
}
#africa_menu {
  left: 596px;
  top: 184px;
}
#europe_menu {
  left: 582px;
  top: 99px;
}
#australia_menu {
  left: 760px;
  top: 194px;
}
#south_menu {
  left: 360px;
  top: 192px;
}
#north_menu {
  left: 366px;
  top: 88px;
}

#slideshow {
  position: absolute;
  left: 60px;
  top: 24px;
  width: 861px;
  height: 281px;
}
#canvas0, #canvas1 {
  width: 861px;
  height: 281px;
}

#header #logo {
  position: absolute;
  left: 90px;
  top: 54px;
  z-index: 1000;
}
#header #logo img {
  width: 155px;
  height: 90px;
}
#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header #countries, #header #common {
  position: absolute;
  left: 90px;
  top: 168px;
  z-index: 1000;
}
#countries a, #common a {
  color: white;
  font-size: 11px;
  line-height: 1.2em;
  text-decoration: none;
}
#countries a:hover, #common a:hover {
  text-decoration: underline;
}
#header #common {
  left: 260px;
  top: 280px;
  width: 659px;
}
#common li {
  float: right;
  padding: 0 10px 0 0;
}
#common a {
  display: block;
  padding: 7px 0 0;
}
#common input {
  background: none;
  border: 1px solid white;
  color: white;
  width: 73px;
  padding: 0 0 2px 2px;
  font-size: 11px;
}
#common #zoekbutton {
  background: #009AC8;
  width: 22px;
  height: 18px;
  text-align: right;
  padding: 2px 4px 0 0;
  margin: 4px 0 0;
  line-height: 5px;
  font-size: 11px;
  border-left: 0;
}
html>/**/body #common #zoekbutton {
  padding: 0 0 0 2px;
  text-align: left;
}
html>/**/body #common input {
  padding: 2px 0 0 2px;
}

#languages {
  position: absolute;
  left: 870px;
  top: 310px;
}
#languages li {
  padding: 0 4px 0 0;
  float: left;
}

#breadcrumbs {
  position: absolute;
  left: 285px;
  top: 360px;
  color: black;
  font-weight: bold;
}
#breadcrumbs a {
  font-weight: normal;
  color: black;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

#mail {
  position: absolute;
  left: 848px;
  top: 366px;
}
#print {
  position: absolute;
  left: 868px;
  top: 364px;
}
#home #mail {
  left: 222px;
}
#home #print {
  left: 242px;
}

#menu {
  position: absolute;
  left: 90px;
  top: 307px;
  z-index: 1000;
}
#menu li {
  float: left;
}
#menu a {
  color: #00C5FF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  padding: 3px 10px;
}
#menu li:hover a, #menu a:hover, #menu a.current {
  background: white;
}

#page #menu ul ul {
  position: absolute;
  display: none;
  background: #ebebeb;
  border: 1px solid #C4C3C1;
  min-width: 150px;
}
* html #menu ul ul {
  width: 150px;
}
#page #menu ul li:hover ul {
  display: block;
}
#page #menu li:hover ul a, {
  background: #ebebeb;
}
#page #menu ul ul li {
  float: none;
  width: 150px;
  display: block;
  background: #ebebeb;
}
#page #menu ul ul li.li-current {
  background: #ebebeb;
}
#page #menu ul ul a {
  display: block;
  padding-bottom: 0;
  text-transform: none;  
  color: black;
  background: #ebebeb;
}
#page #menu ul ul a:hover, #page #menu ul ul a.current {
  background: white;
  color: #00C5FF;
}
#page #menu ul ul ul {
  display: none;
}

#left {
  float: left;
  min-width: 190px;
  min-height: 20px;
  padding: 0 0 0 75px;
}
* html #left {
  width: 190px;
  height: 20px;
}
#left img {
  background: url(/gfx/trans.gif) 9px 9px no-repeat;
  margin-bottom: 0;
}
#left img.link {
  cursor: pointer;
}
#left p {
  margin: 0 20px 0 8px;
  padding: 0;
  font-size: 11px;
  color: #7a7a7a;
}
#left a {
  color: #7a7a7a;
}
#left p.link {
  margin: 0 20px 10px 8px;
}
#left hr {
  width: 160px;
  position: relative;
  left: -8px;
}

hr {
  height: 1px;
  border: 0;
  background: #c2c2c2;
  color: #c2c2c2;
}

#right {
  float: left;
  width: 173px;
  border-top: 5px solid white;
  padding: 20px 12px;
  background: #e9e8e6;
}
#right p {
  margin: 0;
}
#right p.source {
  color: #373737;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
#right .title a {
  color: #373737;
  font-weight: bold;
  text-decoration: none;
}
#right .title a:hover {
  text-decoration: underline;
}
#right a.link {
  display: block;
  padding-bottom: 10px;
  color: #009BC9;
}
#right a.link:hover {
  color: #7a7a7a;
}

#hint {
  position: absolute;
  left: 720px;
top: 30px;
margin: 0;
color: white;
font-size: 12px;
}

/*** div tekst ***/
#tekst {
  float: left;
  width: 595px;
  /*color: #7a7a7a;*/
  color: black;
  padding: 20px 40px 20px 20px;
}
#tekst table {
  color: #7a7a7a;
  /*color: black;*/
}

#home #tekst {
  float: left;
  padding: 20px 15px;
  width: 387px;
}

#home #tekst table {
}
#home #tekst td {
  border: 1px solid #c7c7c7;
  border-width: 1px 0;
  margin-bottom: 6px;
}

#tekst a {
  color: #009BC9;
}
#tekst a:hover {
  /*color: #7a7a7a;*/
  color: black;
}
#tekst a.bgp1 {
  /*color: #7a7a7a;*/
  color: black;
}
#tekst a.bgp1:hover {
  color: #009BC9;
}

#tekst img.bgp1 {
  border: 1px solid #ccc;
}

#tekst .bgp1,
#tekst table .bgp1 {
  color: black;
}
#tekst .bgp2,
#tekst table .bgp2 {
  color: #7a7a7a;
}
#tekst .bgp3,
#tekst table .bgp3 {
  color: #003366;
}
#tekst .bgp4,
#tekst table .bgp4 {
  color: #009BC9;
}

#tekst h1 {
  font-size: 120%;
  color: #003366;
}
#tekst h2 {
  font-size: 110%;
  margin-bottom: 0;
  color: #009BC9;
}
#tekst h3 {
  font-size: 100%;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}

#tekst h1.bgp1,
#tekst h2.bgp1,
#tekst h3.bgp1 {
  padding-top: 5px;
  border-top: 1px solid #c2c2c2;
}

.hcell, .lcell, .dcell {
}
.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;
}

/*** shop ***/
/*** shop ***/
.shoptitle {
  background-color: #e9e8e6;
  color: black;
}
.shopdelcol {
  background-color: white;
}
#tekst .shoptable .shopbottom {
  background-color: #e9e8e6;
}
#tekst .shoptable .shoptotalline {
  border-top: 1px solid #e9e8e6;
}
.shopadresheader {
  border-bottom: 1px solid #e9e8e6;
}
.shopbottomproduct {
  border-top: 1px solid #e9e8e6;
  border-bottom: 1px solid #e9e8e6;
}

