

html, body {
    font-family: verdana, arial;
    height:100%;
    margin:0;
    padding:0;
    background-color: #6BA9FF;
  }


a {
    color: #2D7AFF;
  }


#container {
    background:#fff;
    /* dit is tevens het achtergrondkleur voor de inhoud */ border-width:0 1px;
    border-style:solid;
    border-color:#fff;
    position:relative;
    height:auto !important;
    height:100%;
    min-height:100%;
    width:900px;
    margin:0 auto;
  }


#header {
    background:#2D7AFF;
    background-image: url('../img/header.png');
    width:100%;
    height:80px;
    line-height: 80px;
  }

/* Menu */


#menu {
    background: #6BA9FF;
    width:100%;
    margin: 0;
    padding: 0;
    height:20px;
    line-height:20px;
    text-align: center;
  }


#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }


#menu ul li {
    display: inline;
    margin: 0;
    position: relative;
    float: left;
  }


#menu ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
  }


#menu ul li a:hover {
    background-color: #2D7AFF;
  }

/* /menu */


/* links */

#links {
    background:#eee;
    width:180px;
    position:absolute;
    top:100px;
    left:0;
    /* deze is voor IE, FF kan er zonder, maar IE natuurlijk weer niet */ bottom:0;
  }


#links h3 {
    font-size: 12px;
    text-align: center;
  }


#links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }


#links ul li h1 {
    font-size: 12px;
  }


#links ul li h1 a {
    text-decoration: none;
    display: block;
    color: #2D7AFF;
  }


#links ul li h1 a:hover {
    background: #fff;
  }

/* \links */


/* main */

#main {
    width:520px;
    padding:0 10px 20px 10px;
    /* bottom padding voor de footer */ margin:0 0 0 180px;
    color:#000;
    font-size: 12px;
  }


#main h1 {
    font-size: 20px;
  }

/* /main */

/* Rechts */

#rechts {
    background:#eee;
    text-align: center;
    width:180px;
    position:absolute;
    top:100px;
    bottom:0;
    right:0;
  }


#rechts h3 {
    font-size: 12px;
    text-align: center;
  }


#rechts #ad {
padding-top: 10px;
  }


#rechts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }


#rechts ul li {
    font-size: 12px;
  }


#rechts ul li a {
    text-decoration: none;
    display: block;
    color: #2D7AFF;
  }


#rechts ul li a:hover {
    background: #fff;
  }

/* /Rechts */



#footer {
    background:#2D7AFF;
    height:20px;
    line-height:20px;
    text-align: center;
    width:100%;
    position:absolute;
    bottom:0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }


#footer a {
    color: #fff;
  }


#aanmelden input {
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#aanmelden select {
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#aanmelden textarea {
    width: 300px;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#aanmelden input#button {
    width: 100px;
    background-color: #fff;
    font-weight: bold;
  }


#inlog {
    text-align: center;
    font-size: 11px;
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #2D7AFF;
    padding: 0 0 10px 0;
    margin-top: 30px;
  }


#inlog input {
    width: 150px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#inlog input#button {
    width: 100px;
    background-color: #fff;
    font-weight: bold;
  }


table#zoeken {
    padding: 10px;
    margin: 10px 0 10px 0;
    width: 500px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


table#zoeken td {
    text-align: left;
    vertical-align: top;
  }


table#zoekenconsoleoverzicht {
    width: 450px;
    line-height: 24px;
  }


#inlogpage {
    font-size: 11px;
    padding: 0 0 10px 0;
    margin-top: 30px;
  }


#inlogpage input {
    width: 200px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#inlogpage input#button {
    width: 100px;
    background-color: #fff;
    font-weight: bold;
  }


#contact input {
    width: 300px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#contact textarea {
    width: 300px;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #2D7AFF;
  }


#contact input#button {
    width: 100px;
    background-color: #fff;
    font-weight: bold;
  }


