*{
    margin:0;
    padding:0;
}

body{
    background: url(../images/bg.png) repeat-x top left;
    font-family: "Verdana";
    font-size:10pt;
    color: #000;
}

h1{
    font-size: 14pt;
}

h2{
    font-size: 12pt;   
}

img{
       border:none;
}

ul{
    margin: 0 0 0 15px;
}


#container{
    width: 915px;
    height: 796px;
    margin: 37px auto 0 auto;
    background: url(../images/home-pic.jpg) no-repeat;
    line-height: 1.5; 
}

#container-info{
    width: 915px;
    height: 1036px;
    margin: 37px auto 0 auto;
    background: url(../images/info-pic.jpg) no-repeat;
    line-height: 1.5; 
}

#knop{
    width: 158px;
    height: 49px;    
    margin: 0 0 0 48px;      
}
#knop a{
    width: 158px;
    height: 49px;
    display:block;
}
 
#content-right{
    width: 200px;
    padding: 8px;
    float: left;
    margin: 511px 0 0 0;

}
#content-left{
    float:left;
    width: 570px;
    margin: 511px 35px 0 0;
    padding: 8px 8px 8px 50px;    
}

#footer{
    margin: 0 auto 0 auto;    
    width: 845px;
    color: white;
    font-size: 8pt;
    padding: 4px;
}
#footer a{
    color: white;
    text-decoration:none;
}

#footer a:hover{
    text-decoration:underline;
}


.clear-both{
    clear:both;
}    