body {
    background-color: #f0f0f0;
    color: black;
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 14px;
}

a:link, a:visited {
    color: black;
}

img { border: 0px; }

div#wrapper {
    background-color: white;
    position: relative;
    width: 900px;
    margin: 0px auto;
    border-style: solid;
    border-color: gray;
    border-width: 0 1px 1px 1px;
}

div.clear {
    clear: both;
}

div#header {
    height: 125px;
}

img#gslogo {
    margin-top: 8px;
}

div#naam {
    position: absolute;
    left: 160px;
    top: 15px;
}

div#talen {
    position: absolute;
    left: 780px;
    top: 20px;
}

div#talen img {
    margin-left: 8px;
}

div#menu {
    position: absolute;
    left: 140px;
    top: 71px;
    width: 760px;
    background-image: url('/assets/images/balk.gif');
}

div#menu img#plaatbtn {
    float: right;
}

div#bar {
    width: 900px;
    height: 150px;
}

div#bar div#titel {
    width: 600px;
    padding-top: 30px;
    padding-left: 35px;
}

div#bar div#titel span#pagetitle {
    font-size: 1.8em;
}

div#content {
    padding: 20px;
}

p#adres {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.center {
    text-align: center;
}
