body {
    margin:0;
    padding:25px 0 0 0;
    font-family:verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#353535;
    background-color:#E6E6E6;
    text-align:center;
    }
#page-container {
    width: 960px;
    margin: 5px;
    background: white;
    margin-left: auto;
    margin-right: auto;

}
#header1 {

    background-color:#353535;

}

#header2 {
        height: 100px;
    background:#E6E6E6 url(images/background_up1.gif) repeat-x top left;
}

#content {
    width: 940px;
    height: 600px;
    margin: auto;
    color:#3D4617;
    background: white;
    text-align:left;

}
#contentscrollable {
    width: 940px;
    height: 600px;
    margin: auto;
    color:#3D4617;
    background: white;
    text-align:left;
    overflow: auto;

}

#footer {
        height: 52px;
    background:#E6E6E6 url(images/background_down.gif) repeat-x bottom left;
}

#showpartijdiv
{
    font-family:verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    width: 850px;
    height: 150px;
    color:#353535;

    background: white;
    text-align:left;
    border-width:1px;
    border-color:#353535;
    border-style: double;
    margin:10;

}
table
{

    font-family:verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #404040;

}






