body{
    margin: 0;
    background-color: #e2e2e2;
    font-family: arial;
    font-size: 11px;
}
img{
    border: 0;
}
p{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    
}
a{
    color: black;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
p a{
    text-decoration: none;
}
p a:hover{
    text-decoration: underline;
}
h2, h3, h4, h5{
    color: #45ABDC;
}
h2 a, h3 a, h4 a, h5 a{
    color: #45ABDC;
    text-decoration: none;
}
#border{
    position: absolute;
    width: 1024px;
    min-height: 100%;
    background-image: url('http://www.bouwbedrijfbroekman.nl/images/border.png');
    left: 50%;
    margin-left: -512px;
}
#container{
    width: 955px;
    margin-left: 34px;
}
#header{
    width: 955px;
    height: 260px;
    background-image: url('http://www.bouwbedrijfbroekman.nl/images/header.jpg');
}
#logo{
    float: left;
    margin-left: 53px;
    margin-top: 5px;
}
#menu{
    float: right;
    text-align: right;
    margin-top: 50px;
    margin-right: 53px;
    
    font-size: 20px;
    font-family: arial;
    word-spacing: 30px;
}
#menu a{
    color: white;
    text-decoration: none;
}
#menu a:hover{
    color: #2F2F2F;
}
#content{
    width: 850px;
    margin-left: 54px;
    padding-bottom: 50px;
    float: left;
}
.project_image{
    padding: 4px;
    border: 1px solid silver;
    background-color: white;
    margin-right: 0px;
    margin-bottom: 2px;
}
#pagetitle{
    height: 57px;
    padding-top: 20px;
    
}
#content_bottom{
    clear: both;
    width: 850px;
    height: 10px;
}
.content_left{
    float: left;
    width: 550px;
}
.content_right{
    float: right;
    width: 260px;
}
.content_right img{
    padding: 5px;
    border: 1px solid silver;
    background-color: white;
    margin-bottom: 20px;
}
#footer{
   background-image: url('http://www.bouwbedrijfbroekman.nl/images/footer.gif'); 
   height: 25px;
   width: 847px;
   position: absolute;
   bottom: 0px;
   color: white;
   padding-top: 15px;
   padding-left: 54px;
   padding-right: 54px;
   clear: both;

}
#footer a{
   color: white;
   text-decoration: none;
}
#footer a:hover{
   text-decoration: underline;
}
#copyright{
    float: left;
}
#ontwikkeld_door{
    float: right;
}

.project_holder{
    width: 540px;
    padding: 5px;
    padding-bottom: 4px;
    background-color: white;
    border: 1px solid silver;
    float: left;
    margin-bottom: 20px;
    clear: both;
}
.project_holder img{
    float: left;
    margin-right: 5px;
}
.project_tekst{
    float: right;
    width: 210px;
}
.poject_actueel_holder{
    margin-top: 30px;
}
.project_actueel{
    width: 250px;
    float: left;
    margin-right: 10px;
}
.project_actueel img{
    border: 1px solid silver;
    padding : 5px;
    background-color: white;
}
.nieuwsbericht{
    clear: both;
    height: 150px;
}
.nieuwsbericht img{
    float: left;
    border: 1px solid silver;
    padding : 5px;
    background-color: white;
    margin-right: 10px;
}
.nieuwsbericht a{
    text-decoration: underline;
}.nieuwsbericht a:hover{
    text-decoration: none;
}
