body {
  background-image: url('Images/header_bg.jpg');
  background-repeat: repeat-x;
  background-color: #e90000;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: smaller;
  margin: 0px;
  padding: 30px 0px 10px 20px;
  text-align: center;
}

* {
  color: #000;
}

div#Wrapper {
}

form {
  position: relative;
  margin:0px auto 0px auto;
  width: 1010px;
  text-align: left;
}

div#Header {
  padding: 0px 40px 0px 40px;
  background: #e90000 url('Images/content_header_bg.jpg') no-repeat center bottom;
  height: 100px;
}

a#Logo {
  text-indent: -1000px;
  background-image: url('Images/header.gif');
  display: block;
  float: left;
  height: 43px;
  width: 414px;
}

ul#TopLinks {
  float:right;
  padding: 0px;
  padding-right: 5px;
  margin: 0px;
  margin-top: 15px;
  width: 400px;
  vertical-align: top;
  list-style-type: none;
  border-right: 2px solid #f04d4d;
}

ul#TopLinks li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

ul#TopLinks li a {
  font-weight: bold;
  border-left: 2px solid #f04d4d;
  color: #fdd;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 5px 2px;
  padding-left: 30px;
  padding-right: 5px;
}

ul#TopLinks li a:hover {
  text-decoration: underline;
}

div#MainContent {
  clear: both;
  background: #fff url('Images/main_bg.gif') repeat-y;
}

div#LeftMenu {
  margin: 0px 0px 0px 40px;
  width: 175px;
  float: left;
}

ul.structuur {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  list-style-type: none;
}

ul.structuur li {
  margin: 0px;
  padding: 0px;
  padding-top: 2px;
}

ul.structuur li a {
  display: block;
  background: #ddd;
  padding: 5px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-right: 4px solid #ddd;
}

ul.structuur li a:hover,
ul.structuur li a.selected {
  border-right: 4px solid #e90000;
  color: #e90000;
}

ul.structuur li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.structuur li ul li {
  padding: 0px;
}

ul.structuur li ul li a {
  font-weight: normal;
  background: #ddd url('Images/menu_bullet.png') no-repeat 5px 5px;
  padding: 2px 5px 2px 20px;
}

ul.structuur li ul li a:hover {
  background-position: 8px 5px;
}

div#LeftMenu label {
  display: block;
  font-weight: bold;
  margin: 10px 0px 5px 5px;
}

div#ZoekForm {
  background-color: #ddd;
  padding: 10px;
}

div#ZoekForm input.text {
  width: 150px;
  border: 1px solid #999;
}

div#LeftMenu .banners {
  margin-top: 20px;
  text-align: center;
}

div#LeftMenu .banners a {
  display: block;
  margin-top: 20px;
}

div#Content {
  margin: 0px 40px 10px 0px;
  width: 728px;
  float: right;
}

div#Content a {
  color: #e90000;
  text-decoration: none;
}

div#Content a:hover {
  color: #900;
  text-decoration: underline;
}

div#Sitepad {
  font-size: smaller;
}

div#Leaderboard img,
div#Leaderboard object {
  margin-bottom: 20px;
}

div#Skyscraper {
  clear: right;
  float: right;
  padding-left: 10px;
  width: 120px;
  overflow: hidden;
}

h1 {
  margin: 0px;
}

div#Footer {
  padding: 20px 40px 10px 40px;
  clear:both;
  background: #e90000 url('Images/content_footer_bg.jpg') no-repeat center top;
}

div#Footer a:hover {
  color: #fdd;
}

div#Footer ul {
  margin: 0px;
  padding: 0px;
  float: left;
}

div#Footer ul li {
  display: inline;
}

div#Footer address {
  display: block;
  text-align: right;
}

address#PrintAddress {
  display: none;
}

div#__asptrace {
  background-color: #fff;
  padding: 10px;
}

img {
  border: none;
}
#Content a, #Content a:link {
  color: #e90000;
  text-decoration: none;
}
#Content a:hover, #Content a:active {
  color: #900;
  text-decoration: underline;
}
#Content table caption {
  display: none;
}

#Content #Tools a {
  color: #000;
}

#InnerContent {
  width: 595px;
}

@media print {
  body {
    text-align: left;
    background: none;
  }
  #Header,
  #LeftMenu,
  #Skyscraper,
  #Footer,
  #Tools,
  .homeheader {
    display: none;
  }
  form, #Content, #MainContent, #InnerContent {
    position: static;
    width: auto;
    margin: 0px;
    padding: 0px;
    background: none !important;
    float: none;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  address#PrintAddress {
    display: block;
  }
}
