﻿*
{
    margin: 0px;
    padding: 0px;
}
html, body
{
    width: 100%;
    height: 100%;
    font-family: Tahoma,Verdana,Arial;
    font-size: 11px;

    background: url('images/body_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #000;
}
a img
{
    
    border: 0px;
}
a
{
    
    color: #004499;
    text-decoration: underline;
}
a:hover
{
    
    color: #990000;
}
a:active
{
    
    color: #004499;
}
h1, h2, h6
{
    color: #004499;
    font-size: 14px;
    font-weight: bold;
}
h2
{
    font-size: 13px;
    margin-top: 15px;
}
#divmain ul
{
    padding: 15px;
    padding-left: 25px;
    list-style-type: disc;
}
#divmain ol
{
    padding: 15px;
    padding-left: 25px;
}
#divubercontainer
{
    position: relative !important;
    margin: 0px auto;
    margin-bottom: 10px;
    width: 820px;
}
#divcontainer
{
    
    overflow: auto;
}
#divtop
{
    
    background: url('images/top_bg.gif');
    height: 79px;
    width: 818px;
    float: left;
    z-index: 100;
    border: 1px solid #000;
    border-top: 0px;
}
#divmain
{
    margin-top: 300px;
    _margin-top: 224px;
    overflow: auto;
    _height: 100%;
    border: 1px solid #000;
    background: url('images/content_bg.png');
}
#divcontent
{
    float: left;
    width: 560px;
    overflow: auto;
    padding: 5px;
    padding-right: 10px;
}
#divcontent img
{
    margin: 10px;
}
#divsidecontent
{
    float: left;
    overflow: auto;
    padding-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
#divfooter
{
    text-align: center;
    color: #666;
    margin-top: 5px;
}
#divfooter a
{
    color: #666;
}
#divsilhouette
{
    position: absolute;
    right: -145px;
    top: 175px;
    z-index: 75;
    
    _display: none; /* Niet tonen in IE6, want die kan er niet mee omgaan */
}
div.preloadimages
{
    
    visibility: hidden;
    width: 1px;
    height: 1px;
    margin: 0px auto;
    overflow: hidden;
}
#advert
{
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}


fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #333;
}
fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}
legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 5px 4px;
    color: #333;
}
input, textarea
{
    font-size: 11px;
    font-family: Verdana;
    padding: 3px;
    line-height: 17px;
}
input[type="text"], input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
    color: #333;
}
textarea
{
    width: 350px;
    height: 100px;
    border: 1px solid #CCC;
}
.field-validation-error
{
    color: #990000;
}
input.input-validation-error, textarea.input-validation-error
{
    border: 1px solid #990000;
    color: #000;
}
ul.validation-summary-errors
{
    font-weight: bold;
    color: #990000;
    padding-left: 15px;
    list-style-type: disc;
}
table.centercells tr td
{
    text-align: center;
}