body,table,tr,td {
    color: #DDEEFF;
    font-family: Verdana;
    font-size: 12px;
    margin: 0px;
}
.header1 {
    color: #FF9933;
    background: #004080;
    text-align: center;
    height: 80px;
}
.header2 {
    color: #003575;
    background: #FFAA33;
    border-top: 1px solid #002575;
    border-bottom: 1px solid #002575;
    text-align: center;
    height: 24px;
}
.menu {
    color: #DDEEFF;
    background: #306090;
    border-right: 1px solid #002575;
    vertical-align: top;
    height: 100%;
    margin-top: 10px;
}
.menu2 {
    color: #DDEEFF;
    background: #306090;
    vertical-align: top;
}
.menulink {
    color: #DDEEFF;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.kopje {
    color: #003575;
    background: #EFD565;
    border-top: 1px solid #002575;
    border-bottom: 1px solid #002575;
    text-align: center;
    height: 20px;
}
.main {
    color: #DDEEFF;
    background: #5588AA;
    vertical-align: top;
    height: 100%;
}
.footer {
    color: #004080;
    background: #FFAA33;
    border-top: 1px solid #002575;
    border-bottom: 1px solid #002575;
    text-align: center;
    height: 24px;
}

h1 {
    color: #FFAA33;
    font-size: 20px;
}
h2 {
    color: #EFD565;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

p {
    margin-top: 0px;
}
ul {
    margin-top: 10px;
}

a {
    color: #DDEEFF;
    font-size: 11px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.linkmenu:hover {
    text-decoration: none;
}

input,select,textarea {
    color: #333333;
    background: #DFDFDF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    border: 2px inset #DADADA;
}
input.radio,input.checkbox {
    border: 2px inset #DADADA;
    margin: 1px;
}
input.submit {
    color: #333333;
    background: #DFDFDF;
    font-weight: bold;
    border: 2px outset #EFEFEF;
}
input:focus {
    background-color: transparent;
}
