﻿html, body, form { height: 100%; }

Body {
  margin: 0;
  padding: 0;
  background: White url(/Images/achterg.png) center 5px repeat;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

iframe {
  width: 100%;
  min-height: 100%;
}

#Container {
  background: White url(/Images/Container/achterg.png) center 0 repeat-y;
  width: 838px;
  min-height: 100%;
  _height: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

#SubContainer {
  width: 816px;
  margin: 0 auto;
  min-height: 100%;
  _height: 100%;
}

#Header {
  background: White url(/Images/Header/achterg.png) 0 0 repeat-x;
  height: 110px;
}

#Logo {
  background: transparent url(/Images/Header/Logo/achterg.png) 0 1px no-repeat;
  width: 255px;
  height: 110px;
  float: left;
}

#Logo h1 {
  display: none;
}

#Menu {
  float: left;
  margin: 0;
  padding: 0;
  padding-top: 46px;
  list-style: none;
  background: transparent url(/Images/Header/Menu/achterg.png) right 10px no-repeat;
  width: 561px;
}

#Menu li {
  background: transparent url(/Images/Header/Menu/spacer.png) right 0 no-repeat;
  float: left;
  cursor: default;
  padding: 0;
  margin: 0;
}

#Menu a {
  color: White;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  text-decoration: none;
  display: block;
  padding: 7px 8px 8px 6px;
}

#Menu a:hover, #Menu a.selected {
  color: #80bed8;
}

#Menu li:hover .ToolTip {
  display: block;
}

/* Sub menu */

#Menu li ul {
  list-style: none;
  position: absolute;
  background: #2e9cbc url(/Images/Header/Menu/SubAchterg.gif) 0 bottom no-repeat;
  margin: 28px 0 0 0;
  padding: 0 0 17px 0;
  width: 200px;
  border-top: solid 2px #267e97;
  display: none;
  z-index: 999;
}

#Menu li ul li {
  float: none;
  background: none;
}

#Menu li ul li a {
  margin: 0;
  padding: 10px 0 0 10px;
}

/* End Sub menu */

#Footer {
  position: fixed;
  bottom: 0;
  background: #d2e6ef;
  width: 100%;
  padding: 10px;
  width: 796px;
  font-size: 9px;
  color: #044d89;
  height: 13px;
  left: 50%;
  margin-left: -408px;
  }

#Footer a {
  text-decoration: none;
  color: #044d89;
}

#Footer a:hover {
  color: #75aad6;
}

#RedBike {
  margin-top: -3px;
  display: block;
  width: 25px;
  height: 20px;
  float: right;
  background: transparent url(/Images/Footer/Redbike.gif) no-repeat right 0;
}

#RedBike:hover {
  width: 63px;
}

.Cb, .Cb input {
  border: none;
}

.HelpInfo {
  background: White url(/Images/Icon/help.png) 5px center no-repeat;
  border: 1px solid #bcdce9;
  padding: 5px;
  padding-left: 27px;
  display: block;
  margin-bottom: 10px;
  width: 85px;
  color: #0988af;
}