@charset "UTF-8";
/* CSS Document */

body
{
    margin: 0;
    background: #456a3d no-repeat url('../images/background.jpg') center top;
    color: #263a6e;
    font-size: medium;
    font-family: Arial;
}

.maincontainer
{
    width: 990px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.header
{
    width: 990px;
    height: 200px;
    left: 0;
    top: 0px;
    position: absolute;
    background-image: url('../images/header.png');
}

.MenuContainer
{
    width: 200px;
    position: absolute;
    left: 0px;
    top: 215px;
}

.MenuTop
{
    width: 200px;
    height: 20px;
    background-image: url('../images/menu_top.png');
    background-repeat: no-repeat;
}

.MenuMiddle
{
    width: 200px;
    background-image: url('../images/menu_middle.png');
    background-repeat: repeat-y;
}

.MenuBottom
{
    width: 200px;
    height: 127px;
    background-image: url('../images/menu_bottomgrass.png');
    background-repeat: no-repeat;
}

.ContentContainer
{
    width: 775px;
    left: 215px;
    top: 215px;
    position: absolute; 
 }
 
.ContentTop
{
    width: 775px;
    height: 20px;
    background-image: url('../images/content_top.png');
    background-repeat: no-repeat;
 }
 
.ContentMiddle
{
    width: 775px;
    background-image: url('../images/content_middle.png');
    background-repeat: repeat-y;
 }
 
.Content
{
    margin-left: 10px;
    margin-right:20px;
    width: 755px;
    overflow: auto;    
}

.menu
{
    margin-left: 10px;
    width: 180px;
    overflow: auto;
}

.ContentBottom
{
    width: 775px;
    height: 20px;
    background-image: url('../images/content_bottom.png');
    background-repeat: no-repeat;
}

.ExtraBlock
{
    width: 292px;
    height: 187px;
    left: 720px;
    top: 710px;
    position: absolute;
    background-image: url('../images/speelweide2.png');
    background-repeat: no-repeat;
 }    
 
 .eyebrows
{
    float: right; 
    width: 65px; 
    height: 7px; 
    text-align: right; 
    margin-top: 10px;
    margin-right: 10px;
}

.copyright
{
    margin-left: 10px;
    font-size: 10px;
}


