

body {
    background-color: white;
    color: black;
    font-family: Verdana,Tahoma,Arial,Helvita;
    font-size: 12px;
  }


.maintable {
    border-left-color : #0099FF;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #0099FF;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #0099FF;
    border-top-style : solid;
    border-top-width : 1px;
    border-bottom-color : #0099FF;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }


.copyright {
    color: gray;
    font-size: 10px;
  }


.menutekst {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
  }


.menutekst a {
    color: white;
    text-decoration: none;
  }


.menutekst a:hover {
    color: white;
    text-decoration: underline;
  }


.menutekstonder {
    color: white;
    font-size: 11px;
    text-align: right;
  }


.menutekstonder a {
    color: white;
    text-decoration: none;
  }


.menutekstonder a:hover {
    color: white;
    text-decoration: underline;
  }


.linkonder {
    color: #FFFFFF;
    text-decoration: none;
		font-size: 11px;
  }


.kop {
    font-size: 22px;
    font-weight: bold;
    color: #0099FF;
    letter-spacing: 5px;
  }


.kopplaatje {
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
  }


h3 {
    color: #0099FF;
    font-size: 14px;
    letter-spacing: 2px;
  }


.menu_tussen {
    background-color:#FFFFFF;
    width: 1px;
    height: 20px;
  }


a.menu {
    color : #FFFFFF;
    display : table-cell;
    font-size : 11px;
    font-weight : bold;
    height : 20px;
    text-align : center;
    text-decoration : none;
    vertical-align : middle;
    width : 100px;
  }


a:hover.menu {
    color: #FFFFFF;
    background: #66CCFF;
  }


#bedankt {
    position: block;
    border-bottom-style: solid;
    border-bottom-color: #0099FF;
    border-bottom-width: 1px;
}

