body
{
    margin: 0;
    background-color: #FFF6DB;
}
div.logo
{
    height: 111px;
    text-align: center;
}
img.logo
{
    position: relative;
    top: 12px;
}
div.zijbalk
{
    width: 20%;
    float: left;
    text-align: center;
}
img.lijn
{
    position: fixed;
    top: 0px;
    left: 20%;
    height: 100%;
    width: 1px;
}
div.inhoud
{
    width: 80%;
    float: left;
    margin-bottom: 20px;
}
h1
{
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Arial";
    font-size: 37px;
    text-shadow: #3c3c3c 2px 2px 5px;
}
h3
{
    font-family: "Verdana";
    margin-bottom: 0;
}
p
{
    margin-left: 20px;
    margin-right: 20px;
    font-family: "Verdana";
    font-size: 15px;
    margin-bottom: 0;
}
img.voorbeeld
{
    margin-top: 2px;
}
img.mail
{
    border: none;
}
ul
{
    margin-top: 0;
    font-family: "Verdana";
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 60px;
}
ul.nav
{
    padding: 0;
    list-style-type: none;
}
a
{
    text-decoration: none;
}
ul.nav li
{
    background-image: url("img/Amsa_buttons.png");
    color: black;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.nav a
{
    color: black;
}
p.login
{
    margin-bottom: 20px;
    padding-top: 20px;
}
div.zijbalk p
{
    margin-top: 0;
}