html
{
  height: 100%;
  overflow: -moz-scrollbars-vertical;
}

body
{
  background-color: #C0C0C0;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin: 35px auto 0px auto;
  font-size: 12px;
  font-family: Helvetica, Verdana, Arial;
  color: #404040;
  height:100%;
}

a
{
  text-decoration: none;
  color: #666666;
}

h1{
  color: #003e76;
}

img
{
  border: none;
}

.clear
{
  clear: both;
  float: left;
}

#page
{
  width: 930px;
  margin: auto;
  padding: 10px;
  text-align: center;
  background-color: #FFFFFF;
}

#headermain
{
  width: 950px;
  height: 126px;
  text-align: left;
}

#logo
{
  float: left;
  padding-left: 20px;
  height: 100px;
  width: 261px;
}

#hoofdmenu
{
  list-style: none;
  float: left;
  padding:0px;
  margin: 0px;
}

#hoofdmenu li
{
  float: left;
  margin-right: 8px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #67a8d7;
  height: 100px;
  width: 90px;
  display: block;
  padding-left: 10px;
}

#hoofdmenu li a
{
  color: #FFFFFF;
}

#hoofdmenu li h1
{
  color: #FFFFFF;
}

#hoofdmenu li:hover
{
  cursor: pointer;
}

#hoofdmenu li a:hover, #hoofdmenu li a.active, #hoofdmenu li.active, #hoofdmenu li:hover
{
  background-color: #0056a3;
}

#main
{
  width: 930px;
  padding-right: 10px;
  min-height: 300px;
  padding-bottom: 100px;
  height: auto!important;
  height: 400px;
  text-align: left;
  background: url(../images/background.png) no-repeat bottom right;
}

#h1bar
{
  text-align: left;
  height: 13px;
  background-color: #0056a3;
  text-align: center;
  width: 890px;
  padding-left: 40px;
}

#h1bar h1
{
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  height: 13px;
  line-height: 13px;
  width: 410px;
  background-color: white;
}

#footer
{
  float: left;
  clear: both;
  height: 32px;
  width: 898px;
  padding-left: 52px;
  padding-right: 0px;
  margin: 0px;
  position: relative;
  left: -10px;
  background-color: #0056a3;
  border-right: 0px solid white;
  text-align: left;
}

#footer img
{
  border: 2px solid #FFFFFF;
  position: relative;
  top: -82px;
}

#footer .spacer
{
  width: 10px;
  display: inline;
  
}

#maincontent
{
  padding-top: 30px;
  width: 640px;
  line-height: 18px;
  padding-left: 50px;
}

#mainright
{
  width: 188px;
  top: -190px;
  position: relative;
  float: right;
  line-height: 20px;
}

#mainright a
{
  color: #00549D;
}

#images
{
  float: left;
  margin-right: 10px;
}

#quote
{
  position: relative;
  top: -40px;
  color: #00549D;
  float: left;
}
