HTML
{
    scrollbar-base-color: #FFF;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #CCCCCC;
    scrollbar-shadow-color: #FFF;
}

BODY
{
    background-color: #D9E8C9;
    font: normal 12px Arial;
}

A
{
    color: #000;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

DIV.outsidecontainer
{
    position: absolute;
    width: 831px;
    /*height: 531px;*/
    height: 468px;
    border: 4px solid #000;
    background-image: url('images/back-4-12.jpg');
    top: 50%;
    left: 50%;
    margin: -195px 0 0 -415px;
}

DIV.footer
{
    position: absolute;
    width: 831px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin: 280px 0 0 -415px;
    /*text-align: center;*/
}

DIV.footer A
{
    color: #0072BB;
}

DIV.menu
{
    position: absolute;
    width: 831px;
    height: 65px;
    top: 50%;
    left: 50%;
    margin: -280px 0 0 -415px;
    /*border: 1px solid red;*/
}

DIV.menuitem
{
    float: left;
    text-align: center;
    font: normal 10px Arial;
}

DIV.contentcontainer
{
    position: absolute;
    width: 831px;
    height: 531px;
    border: 4px solid #000;
    /*background-image: url('images/back_content_0-2.jpg');*/
    background-image: url('images/back_0-2.jpg');
    top: 50%;
    left: 50%;
    margin: -265px 0 0 -415px;
    filter: progid:DXImageTransform.Microsoft.Fade(Duration=1);
}

DIV.transparent
{
    width: 831px;
    height: 4px;
    background-color: #FFF;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    font-size: 0px;
}

DIV.menucontent
{
    width: 831px;
    height: 22px;
    background-color: #0072BB;
    border-top: 1px solid #8BB6E0;
    border-bottom: 1px solid #000;
    padding-left: 20px;
}

DIV.seperator
{
    float: left;
    color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
}

DIV.content
{
    width: 591px;
    height: 424px;
    margin-top: 20px;
    margin-left: 200px;
    /*border: 1px solid red;*/
    background-image: url('/images/tekstballon.gif');
}

DIV.contentdata
{
    width: 460px;
    height: 390px;
    /*border: 1px solid red;*/
    margin-left: 120px;
    margin-top: 20px;
    overflow: auto;
}

DIV.contentdata A
{
    color: #0072BB;
}

H1
{
    color: #F8941A;
    font: bold 14px Verdana;
}

H2
{
    color: #0072BB;
    font: bold 13px Verdana;
    margin-bottom: 10px;
}

P, LI
{
    font: normal 12px Verdana;
    line-height: 18px;
    margin-right: 10px;
    margin-top: 0px;
}

UL.breakList LI
{
    list-style-type: square;
    margin-bottom: 20px;
}