body, html {
  margin: 0;
  font-family: Arial;
  text-align: center;
  color: #000080;
}

a:link, a:visited {
  text-decoration: underline;
  color: blue;
}


a:hover {
  text-decoration: none;
  color: red;
}

img {
 border: 0px;
}

div {
  float: left;
}

div#page {
  margin: auto;
  width: 900px;
  min-height: 500px;
  height:auto !important;
  height: 500px;
  float: none;
}

div#logo {
  width: 403px;
  height: 52px;
  background: url(images/logo.gif) no-repeat;
  cursor: pointer;
}

div#top-menu {
  width: 497px;
  height: 52px;
}

div#top-menu-spacer {
  width: 497px;
  height: 40px;
}

div#top-menu-left-spacer {
  width: 12px;
  height: 12px;
}

div.top-menu-item {
  width: 95px;
  height: 12px;
  border-left: 2px solid gray;
  border-right: 2px solid gray;
  margin-left: 2px;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

div#title {
  width: 900px;
  height: 20px;
  background: url(images/ban.gif) repeat-x;
  margin-top: 2px;
}

div#inner-title {
  height: 20px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-left: 175px;
}

div#ban {
  width: 900px;
  height: 7px;
  background: url(images/strip2.gif) repeat-x;
  font-size: 7px;
}

div#inner-ban {
  width: 600px;
  height: 7px;
  background: url(images/strip.gif) no-repeat;
}

div#left-menu {
  width: 170px;
  min-height: 280px;
  height:auto !important;
  height: 280px;
  background: url(images/greybg.gif) repeat-y;
}

div#left-menu-top {
  width: 170px;
  height: 37px;
  background: url(images/middle.gif) no-repeat;
}

div.left-menu-item {
  width: 126px;
  height: 30px;
  text-align: right;
  font-weight: bold;
  color: blue;
  font-size: 12px;
  cursor: pointer;
}

div#left-menu-bottom-spacer {
  width: 145px;
  height: 30px;
}


div#iDeal {
  width: 134px;
  height: 100px;
  padding: 2px;
  text-align: center;
}


div#left-menu-bottom {
  width: 145px;
  height: 30px;
  background: url(images/newsflashbg.gif) no-repeat;

  text-align: center;
  font-size: 10px;
}

div#inhoud {
  width: 900px;
  min-height: 400px;
  height:auto !important;
  height: 400px;
  background-color: green;
  background: url(images/redbg.gif) repeat-y;
}

div#tekst {
  width: 720px;
  min-height: 400px;
  height:auto !important;
  height: 400px;
  text-align: left;
}

div#footer-1 {
  width: 900px;
  height: 20px;
  background: url(images/botbluestrip.gif) repeat-x;
  padding-top: 2px;
  font-size: 11px;
  color: white;
  font-weight: bold;
}

div#footer-2 {
  width: 900px;
  height: 12px;
  font-size: 10px;
}


form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

label {
    float: left;
    width: 92px;

    margin-right: 15px;
}

input {
    background-color: #f5f5f5;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
}

select {
    width: 175px;
    font-size: x-small;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}