body { background: url('../images/flesback.jpg') fixed }
#container
{
    margin: 0 auto;
    padding: 0;
    width: 800px;
    background-color: transparent;
    background-image: url('../images/backweb4.png');
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: black; /*#446E26;*/
    font-family: verdana, sans-serif;
    font-size: 13px;
}

#header
{
    padding: 20px;
    border-bottom: #D77510 2px solid;

}
#header h1 { margin: 0; }

#navigation
{
    float: left;
    width: auto;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 5px 10px;
    color:#fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    background: #D77510;
}

#navigation li a:hover { background:#383; }

#quote
{
    float:left;
    width: 250px;
    height: auto;
    margin-top: 90px;
    margin-left: 10px;
    color: /*black;*/ #446E26;
}

#content
{
    background: url('../images/wit.png');
    clear: left;
    padding: 20px;
    min-height: 280px;
    border: #D77510 2px solid;
    position: relative;
}
#content a:link { color: #446E26 }
#content a:visited { color: #446E26 }
#content a:hover { color: #D77510 }
#content a:active { color: #D77510 }

#content .showslink a
{
    text-decoration: none;
    border-bottom: 1px solid #BBB;
}
#content .showslink a:link { color: black; }
#content .showslink a:visited { color: black; }
#content .showslink a:hover
{
    color: #D77510;
    border-bottom: 1px solid #D77510;
}
#content .showslink a:active { color: #D77510 }

#content h1 {
    color: #D77510;
    border-bottom: #D77510 1px solid;
    font-size: 180%;
    margin: 0 0 .5em;
}
#content h2
{
    color: #D77510;/*#446E26;*/
    font-size: 140%;
    margin: 0 0 .5em;
}

#paging {
    bottom: 10px;
    position: absolute;
}

#footer
{
    text-align: right;
    padding: 20px;
    height: 1%;

}
#footer a:link { color: #446E26 }
#footer a:visited { color: #446E26 }
#footer a:hover { color: #D77510 }
#footer a:active { color: #D77510 }
#footertext { background: url('../images/wit.png') }
img { border: 0 }
.rood {
    color: red;
}
.p {
    color: #D77510;
}
.auteur {
    font-size: 0.75em;
    color: #D77510;
}
pre { font-family: verdana, sans-serif; }
.meer { margin-left: 25px; }
img.links {
    float: left;
    padding: 5px;
}
img.rechts {
    float: right;
    padding: 5px;
}
fieldset { width: auto; }
