﻿body 
{
    background: #D3E6D3 url(../images/quercus_logo_bg.gif) no-repeat;
}
h1
{
    font-size: 1.5em;
    color: #334B32;
    text-align: center;
    margin: 20px 0px 0px 0px;
}
h2
{
    font-size: 2.0em;
    color: #334B32;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
h3
{
    font-size: 1.5em;
    color: #334B32;
    font-style: italic;
    margin: 20px 0px 0px 0px;
}
p
{
    font-size: 1.1em;
    line-height: 150%;
    color: #334B32;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
a
{
    font-size: 0.9em;
}
img.padding
{
    padding: 20px;
}
.tekst
{
    font-size: 1.1em;
    line-height: 150%;
    color: #334B32;
    font-weight: bold;
}
.tekstcursief
{
    font-size: 1.0em;
    line-height: 150%;
    color: #334B32;
    font-weight: bold;
    font-style: italic;
}
.imageomschrijving
{
    font-size: 16px;
    color: #334B32;
    font-weight: normal;
    font-style: italic;
	padding: 0px 20px 0px 20px;
}
.adres
{
    font-size: 1.3em;
    color: #334B32;
    font-weight: normal;
}
.small
{
    font-size: 0.8em;
}
.extrasmall
{
    font-size: 0.7em;
}
.centreer
{
    text-align: center;
}
.rechtsuitlijnen
{
    text-align: right;
}
.linksuitlijnen
{
    text-align: left;
}
.rechts
{
    float: right;
}
.links
{
    float: left;
}
.menu 
{
    position: absolute;
    left: 0px;
    top: 190px;
    width: 215px;
}
.content
{
    position: absolute;
    left: 225px;
    top: 0px;
    padding: 0px 20px 50px 0px;
}

.menuitem
{
    margin-left: 0px;
    padding-left: 50px;
}

div.menuitem a {
    display: block;
    width:100px;
    background: #D3E6D3 url(../images/menuitem_bg.jpg) no-repeat;
    font-family: Verdana;
    font-size: 11px;
    color: #333;
    text-decoration: none;
    padding: 4px 0px 5px 0px;
    font-weight: bold;
	text-align: center;
}

div.menuitem a:hover {
    width:100px;
    background: #D3E6D3 url(../images/menuitem_ho_bg.jpg) no-repeat;
}

div.menuinformatie
{
	text-align: center;
}

div.menuinformatie a
{
    font-weight: bold;
}