body {
    padding-left:5px;
    padding-right:30px;
    margin:0px;
}

h1 {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-style: bold;
}
h2 {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-style: bold;
}
h3 {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-style: bold;
    margin-top: 6px;
    padding-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p {
    font-family: Arial, Helvetica;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 4px;
}

p.tiny a {
  color: #303030;
  text-decoration: none;
}

img {
    border: 0px solid;
}

p.voorwaarden {
    font-family: Arial Narrow, Arial, Helvetica;
    font-size: 9px;
    margin-top: 3px;
    padding-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p.tiny {
    font-family: Arial;
    font-size: 8px;
}


p.small {
    font-family: Arial;
    font-size: 9px;
}

div.menu {
    background-image: url(pict/btn.jpg);
    background-size: 130px 40px;
    box-sizing: border-box;
    float: left;
    background-color: #e0e0e0;
    width: 120px;
    height: 40px;
    margin: 2px;
    padding-top: 7px;
    cursor: hand;
}
div.menu P {
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    padding-top: 5px;
    color: #902020;
}
div.nextmenu {
    clear: both;
}

div.submenu {
    background-image: url(pict/subbtn.jpg);
    background-size: 90px 26px;
    box-sizing: border-box;
    float: left;
    background-color: #e0e0e0;
    width: 90px;
    height: 26px;
    margin: 1px;
    padding-top: 4px;
    cursor: hand;
}
div.submenu P {
    text-align: center;
    font-size: 11px;
    font-weight:bold;
    padding-top: 3px;
    color: #902020;
}


div.main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 44px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #b02020;
}

div.contact {
    box-sizing: border-box;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: 2px;
    margin-bottom: 2px;
    clear: both;
}
div.nextcontact {
    clear: both;
}

div.body {
    max-width: 900px;
    margin-left: 6px;
}

ul {
    margin: 0px;
    margin-bottom: 6px;
}
li {
    margin: 0px;
}
li p {
    margin: 0px;
}

table.topborder tr td {
    border-top: solid gray 1px
}

table.bottomborder tr td {
    border-bottom: solid gray 1px
}
table.bottomborder tr td p {
    font-family: Arial;
    font-size: 8px;
}

table.topalign tr {
    vertical-align: top;
}

body.admin P {
    margin-bottom: 8px;
}
div.admin-inhoud {
    cursor: default;
}
div.admin-inhoud P {
    margin-top: 3px;
    margin-left: 10px;
}
div.admin-inhoud P A {
    text-decoration: none;
}
