  /*
   * Tags
   *
   */

html, body {
  font-family: verdana;
  background-color: white;
  margin: 0px;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-3dlight-color:#cdcdcd;
  scrollbar-darkshadow-color:#bababa;
  scrollbar-shadow-color:#ffffff;
  scrollbar-arrow-color:#444444;
  scrollbar-track-color: none;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
}

h1 {
  font-family: Arial;
  color: #888888;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin: 0px;
}

h2 {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  line-height: 20px;
}

p {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}

a {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
  border: none;
}

a:hover {
  color: #888888;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 20px;
  border: none;
}

  /*
   * Classes
   *
   */

.language {
  position: relative;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  border: none;
  overflow: visible;
}

.language:hover {
  position: relative;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  border: none;
  overflow: visible;
}

.language-selected {
  position: relative;
  color: #888888;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  border: none;
  overflow: visible;
}

.language-selected:hover {
  position: relative;
  color: #888888;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  border: none;
  overflow: visible;
}

.menu {
  float: right;
  width: 150px;
  height: 30px;
  background-color: #ffffff;
  border-bottom: 1px solid #bababa;
  line-height: 30px;
  z-index: 3;
}

.menu:hover {
  float: right;
  width: 150px;
  height: 30px;
  background-color: #dedede;
  background-image: url(../images/menubox-hover-bg.png);
  border-bottom: 1px solid #bababa;
  line-height: 30px;
  z-index: 3;
}

.menu-selected {
  float: right;
  width: 150px;
  height: 30px;
  background-color: #efefef;
  background-image: url(../images/menubox-selected-bg.png);
  border-bottom: 1px solid #bababa;
  line-height: 30px;
  z-index: 3;
}

.menu-selected:hover {
  float: right;
  width: 150px;
  height: 30px;
  background-color: #cdcdcd;
  background-image: url(../images/menubox-selected-hover-bg.png);
  border-bottom: 1px solid #bababa;
  line-height: 30px;
  z-index: 3;
}

a.menu_txt {
  margin-left: 10px;
  color: #444444;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
}

a.menu_txt:hover {
  margin-left: 10px;
  color: #444444;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 30px;
  text-decoration: underline;
}

.linkBox {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: top;
  width: 240px;
  height: 30px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.thumbBox {
  background-color: #ffffff;
  background-image: url(../images/thumb_box_shadow.png);
  background-repeat: repeat-x;
  background-position: top;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #bababa;
  text-align: center;
  width: 240px;
  height: 70px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}
.thumbBox:hover {
  background-color: #dedede;
  background-image: url(../images/thumb_box_shadow-hover.png);
  background-repeat: repeat-x;
  background-position: top;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #bababa;
  text-align: center;
  width: 240px;
  height: 70px;
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

  /*
   * ID's
   *
   */

#logo {
  position: absolute;
  margin-left: 50%;
  width: 400px;
  height: 100px;
  left: 60px;
  top: 5px;
  background: none;
  z-index: 1;
}

#languageContainer {
  position: absolute;
  margin-left: 50%;
  width: 920px;
  height: 40px;
  left: -460px;
  top: 105px;
  border-top: 1px solid #a8a8a8;
  background-image: url(../images/header_shadow.png);
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}

#NL-selected {
  position: absolute;
  left: 20px;
  top: -22px;
  width: 80px;
  height: 20px;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-top: 1px solid #bababa;
  border-bottom: none;
  background: #efefef;
  text-align: center;
  overflow: visible;
  z-index: 3;
}

#NL {
  position: absolute;
  left: 20px;
  top: -22px;
  width: 80px;
  height: 20px;
  border-left: 1px solid #bababa;
  border-right: none;
  border-top: 1px solid #bababa;
  border-bottom: none;
  background: none;
  text-align: center;
  overflow: visible;
  z-index: 2;
}

#EN-selected {
  position: absolute;
  left: 100px;
  top: -22px;
  width: 80px;
  height: 20px;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-top: 1px solid #bababa;
  border-bottom: none;
  background: #efefef;
  text-align: center;
  overflow: visible;
  z-index: 3;
}

#EN {
  position: absolute;
  left: 100px;
  top: -22px;
  width: 80px;
  height: 20px;
  border-left: none;
  border-right: 1px solid #bababa;
  border-top: 1px solid #bababa;
  border-bottom: none;
  background: none;
  text-align: center;
  overflow: visible;
  z-index: 2;
}
