﻿*
{
    padding: 0px;
    margin: 0px;
}
body 
{
    background: #210e05 url(../images/achtergrond-chocolate-shooter.jpg) repeat-x;
    font-size: 1em;
    font-family: Arial;
    color: #ffffff;
}
#container
{
    margin: 0 auto;
    width: 960px;
}
#header
{
    margin-top: 173px;
}
#taalkeuze
{
    position: relative;
    float: right;
    margin-top: -70px;
    margin-right: 25px;
}
#taalkeuze img
{
    padding: 5px;
    border: none;
}
#koepel
{
}
#leftie
{
    float: left;
}
#rightie
{
    float: left;
}
#content
{
    font-size: 0.70em;
    padding-left: 10px;
    line-height: 1.5em;
    width: 455px;
}
#content h1
{
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 25px;
}
#footer
{
    margin-top: 40px;
    color: #655751;
    font-size: 0.70em;
    text-align: right;
    padding-right: 15px;
}
#footer a
{
    color: #655751;
    text-decoration: none;
}
#footer a:hover
{
    color: #655751;
    text-decoration: underline;
}