html{
    padding:0;
    margin:0;
    }

body{
    background-color:#fff;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:16px;
    color:#333333;
    margin:0;
    padding:0;
    }
    
#banner{
    position:absolute;
    height:159px;
    width:100%;
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-position: center;
    }
    
#container{
    position:absolute;
    width:800px;
    left:50%;
    margin-left:-400px;
    }
    
#head{
    position:relative;
    width:800px;
    height:159px;
    }
    
#logo{
    position:absolute;
    width:268px;
    height:84px;
    left: 0px;
    top:18px;
    }
    
#flash{
    position:absolute;
    width:520px;
    height:122px;
    right:0px;
    margin-top:0px;
    }
    
#content{
    position:relative;
    width:800px;
    z-index:1;
    }
    
#container-left{
    position:relative;
    float:left;
    width:575px;
    }

#container-bg{
    position:absolute;
    width:200px;
    height:180px;
    top:0px;
    background-image:url(../images/bg-nieuws.jpg);
    z-index:-1;
    left:0px;
    }   
    
#container-right{
    position:relative;
    float:right;
    display:inline;
    width:200px;
    margin-top:-4px;
    text-align:right;
    background-image:url(../images/bg-nieuws-repeat.jpg);
    background-repeat:repeat-y;
    overflow:hidden;
    }
    
#container-bottom{
    position:relative;
    bottom:0px;
    width:200px;
    height:11px;
    float:right;
    background-image:url(../images/bg-nieuws-bottom.jpg);
    background-repeat:no-repeat;
    }
#footer-container{
    position:relative;
    float:left;
    display:inline;
    width:575px;
    height:32px;
    margin-top:15px;
    background-repeat:no-repeat;
    }
#footer{
    width:575px;
    height:32px;
    background-color: #EFEFEF;  
    height:15px;
    margin-top:6px;
    font-size:9px;
    color:#000000;
    text-align:center;       
    }
    
#tekst{
    position:relative;
    width:180px;
    margin-left:10px;
    margin-right:10px;
    }
    
input, textarea, select{
    background-image:url(../images/bg_input.gif);
    background-repeat:repeat-x;
    font-size:12px;
    width:160px;
    height:16px;
    border:1px #333333 solid;
   
    color:#666666;
    margin-top:5px;
}
#tekst1{
    position:relative;
    width:584px;
    padding-top:15px;
    padding-bottom:10px;
    float:left;
    }
       
#tekst2{
    position:relative;
    width:580px;
    padding-bottom:20px;
    float:left;
    }    

#tekst3{
    position:relative;
    width:580px;
    padding-bottom:20px;
    float:left;
    }
    
.tekst-titel{
    position:relative;
    width:580px;
    height:27px;
    background-image:url(../images/bg_titels.jpg);
    background-repeat:repeat-x;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:10px;
    color:#341864;
    font-size:12px;
	font-weight:bold;
    }
        
a:link.menu-item{
    color:#FFFFFF;
    text-decoration:none;
    font-size:12px;
}

a:visited.menu-item{
    color:#FFFFFF;
    text-decoration:none;
    font-size:12px;
}

a:hover.menu-item{
    color:#DABEFC;
    text-decoration:none;
    font-size:12px;
}

a:active.menu-item{
    color:#FFFFFF;
    text-decoration:none;
    font-size:12px;
}


a:link.zoeken{
    color:#FFFFFF;
    text-decoration:none;
}

a:visited.zoeken{
    color:#FFFFFF;
    text-decoration:none;
}

a:hover.zoeken{
    color:#FFFFFF;
    text-decoration:none;
}

a:active.zoeken{
    color:#FFFFFF;
    text-decoration:none;
}



a:link{
    color:#360554;
    text-decoration:none;
}

a:visited{
    color:#360554;
    text-decoration:none;    
}

a:hover{
    color:#DABEFC;
    text-decoration:none;    
}

a:active{
    color:#360554;
    text-decoration:none;    
}

.roodbold
{
    font-weight:bold;
    color:#FF0000;
}
.groenbold
{
    font-weight:bold;
    color:#00CC33;
}

h1{
    font-size:12px;
    color:#341864;
    font-weight:bold;
    display:inline;
    }

h2{
    position:relative;
    width:580px;
    height:27px;
    background-image:url(../images/bg_titels.jpg);
    background-repeat:repeat-x;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:5px;
    color:#341864;
    font-size:12px;
	font-weight:bold;
    }
    
    
<!-- MOET NOG WEG HIER!!! -->
#foto{
    position:relative;
    float:right;
    background-color:red;
    width:250px;
    height:161px;
    border:1px solid #341864;
    background-image:url(../afbeeldingen/voorbeeld-foto.jpg);
    margin-top:22px;
    margin-left:10px;
    }
    
#talen{
    position:relative;
    float:right;
    }    
       
.producten{
    position:relative;
    float:left;
    width:140px;
    margin-right:5px;
    font-size:10px;
    line-height:12px;
    }
    
#nieuws{
    position:relative;
    float:right;
    width:200px;
    padding-bottom:20px;
    }
    
#events{
    position:relative;
    float:right;
    width:200px;
    padding-bottom:20px;
    }
