#nieuws {
     width: 828px;
     height: 210px;
     margin: 0px auto;
     margin-top: 10px;
     background: url(http://www.vdrbouwgroep.nl/simg/portaal/bg_nieuws.jpg) no-repeat;
     text-align: left;
}

#nieuws_container {
     margin-left: 10px;
}

#nieuws .nieuws_box {
     width: 270px;
     height: 190px;
     float: left;
     margin: 10px 0px 0px 0px;
}

#nieuws .nieuws_box a {
     color: #ff7302;
     font-size: 12px;
     text-decoration: none;
} 

#nieuws .title {
     margin: 14px 0px 0px 14px;
     font-size: 14px;
     font-weight: bold;
}

#nieuws .tekst {
     margin: 14px 0px 0px 14px;
}

#laatste_nieuws .title {
     color: #ff7302;
}
#nieuws_brief .title {
     color: #d30b27;
     margin-bottom: 40px;
}
#nieuws_brief .tekst {
     padding-right: 10px;
}

#nieuws_brief_afbeelding {
     position: absolute;
     margin: 15px 0px 0px 125px;
}

#nb_email {
     width: 175px;
     height: 18px;
     border: #afafaf 1px solid;  
     color: #818b9d;   
     margin: 8px; 
     font-size: 11px;
}
#nb_submit {
     width: 84px;
     height: 18px;
     border: none;
     background-color: transparent;
     background-image: url(http://www.vdrbouwgroep.nl/simg/portaal/nb_submit.jpg);  
     cursor: pointer;
}

#vacatures .title {
     color: #008430;
}
#vacatures .tekst {
     padding-left: 20px; 
     background: url(http://www.vdrbouwgroep.nl/simg/portaal/vacatures_bg.jpg) no-repeat;
     background-position: 0px 3px;
}
#vacatures .tekst a {
     text-decoration: none;
     color: #9b9b9b;   
}
#vacatures .tekst a:hover {
     text-decoration: none;
     color: #4a4a4a;   
}