﻿body 
{
   font-family:Courier New;
   font-size:14px;
   line-height:17.33pt;
   
}

#bgdiv
{
   
   background-image:url('../images/backgrounds/home.gif');
   background-repeat:repeat;
   background-position:center top;
   position:fixed;
   _height:100%;
   min-height: 100%;
   overflow: visible;
   width:100%;
   /*border:solid 5px red;*/
   /*margin-left:-5px;*/
   z-index:0;
    
}

.witvlak /*nodig voor < IE6*/
{
        
        background: #fff;
        display: block;
        position: absolute;
        width: 669px;
        _height: 100%;
        min-height: 100%;
        overflow: hidden;
        left: 50%;
        margin-left: -490px;
        z-index:2;
        
} 

#container
{
    /*background-color:#fff;*/
    height:auto;
    left:50%;
    margin-left:-490px;
    position:absolute;
    /* margin-top:-292px; */
    /* top:50%; */
    width:984px;
    float:left;
    top: 0px;
    z-index:10;
    padding: 0px 0px 0px 0px;
    border:0px;
}

#menu
{
    width: 157px;
    float: left;
    border: 0px;
    position:fixed;
    top:0px;
    height:100%;
    background-color:#fff;
    z-index:10;
    
}

#LanguageSelection
{   
    float:left;
    height:25px;
    position:absolute;
    margin-top:-50px;
    top:100%;
    vertical-align:text-bottom;
    margin-left:17px;
    z-index:10;
    width: 140px;
    /*border: solid 1px yellow;*/
}

#content
{
    width:464px;        /*520-58=472px*/
    margin-left:157px; 
    float:left;
    text-align:left;
    /*border: solid 1px blue;*/
    background-color:#fff;
    height:100%;
    overflow:visible;
    z-index:10;
    padding: 0px 48px 0px 0px;
    
    
}

#logo
{
    
    float:left;
    /* border: solid 1px yellow;*/ 
    background-color:#fff;
    background-image:url('../images/logos/home.gif');
    position:fixed;
    margin-left:-8px;
    width:328px;
    height:60px;   
    z-index:10; 
}

a 
{
    color:Black; 
    text-decoration:underline;   
        
}

a:hover
{
    text-decoration:underline;
    color:rgb(146,160,181);
}
