/*** Standaard stylen ***/
*{margin:0;padding:0;}
body{
    font-size:12px;
    font-family:"lucida sans unicode";
    text-align:center;
    color:#3b3b3b;
}
a{
   color:#3b3b3b; 
}
p{
    margin-bottom:10px;
}
img{
    border:0;
}
.clear{
    clear:both;
}
#content ul{margin-left:25px;}
/*** Standaard stylen eind ***/
#top, #content{
    width:867px;
    margin:auto;
}
#top{
    margin-top:12px;
}
#logo{
    float:left;
}
#menu{
    float:right;
    margin-top:40px;   
}
#menu *{
    font-family:Georgia;
    font-size:12px;
    letter-spacing:0.2em;
    text-decoration:none;
}
#menu ul li{
    list-style:none;
	float:left;
	display:inline;
	margin-left:7px;
	margin-right:7px;
}
#menu ul li a:hover{
    text-decoration:underline;
}
#banner{
    background:url(../images/repeat_top.png) repeat-x bottom;
    height:310px;
    width:100%;
    text-align:center;
}
#banner_img{
    width:1024px;
    height:319px;
    background:url(../images/top.png) no-repeat;
    margin:auto;
}
#content{
    text-align:left;
    margin-top:15px;
    margin-bottom:15px;
    min-height:200px;
}
#content h1{
    font-family:Georgia;
    margin-bottom:7px;
}
#footer{
    background:url(../images/repeat_bottom.png) repeat-x top;
    height:216px;
    width:100%;
    text-align:center;
    margin-bottom:50px;
}
#footer_content{
    width:867px;
    margin:auto;
    height:100%;
}
#copyright{
    float:left;
    margin-top:213px;
}
#copyright *{
    color:#555;
    letter-spacing:0.2em;
    font-family:Georgia;
    font-size:0.9em;
    
}
#copyright a{
    text-decoration:underline;
}
#recent{
    float:right;
    width:244px;
    height:186px;
    background:url(../images/recent.png) no-repeat top;
    margin-top:10px;
    padding-top:30px;
    padding-left:90px;
    text-align:left;
}
#recent h1{
    font-family: Georgia;
}
.nieuwsdatum{
    font-size:9px;
    margin-left:15px;
}
.nieuwsitem{
    margin-bottom:5px;
    margin-top:5px;
}
.sterretje{
    color:#f00;
    margin-left:5px;
}
.melding{
    width:450px;
    margin:auto;
    text-align:center;
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    border:solid 1px #b64e00;
    background:#eee;
}
#contactgegevens{
    padding:8px;
    background: #eee;
    width:200px;
    margin-bottom:10px;
}

/*** Portfolio ***/
.portfolio_item{
    background:url(../images/portfolio_bg.png) no-repeat;
    width:266px;
    height:315px;
    margin:11px;
    padding-top:25px;
    text-align:center;
    float:left;
}
.portfolio_item_tekst{
    font-size:11px;
    text-align:left;
    margin:22px;
}
.portfolio_item_tekst span{
    font-size:15px;
    font-weight:bold;
    margin-bottom:4px;
}