.nieuws-blok-home{
    position: relative;
    float: left;
    display: inline;
    height: 39px;
    width: 486px;
}

.nieuws-blok-home-link{
    position: relative;
    float: left;
    display: inline;
    height: 43px;
    width: 466px;
    padding-right: 20px;
    text-align: right;
    color: #fff!important;
    text-decoration: none;
    line-height: 40px!important;
    background-image: url(../images/bg-nieuws.gif);
    background-repeat: no-repeat;
    background-position: top;
}

.nieuws-blok-home-link:hover{
    background-position: bottom;
}

.nieuws-blok-datum1{
    position: relative;
    float: left;
    display: inline;
    width: 130px;
    height: 38px;
    line-height: 35px;
    padding-left: 15px;
    color: #d80007!important;
    font-weight: bold!important;
    text-decoration: none!important;
    background-color: #f7bebf;
    border-bottom: 1px solid #fcdfe1;
    overflow: hidden;
}

.nieuws-blok-home:hover  .nieuws-blok-datum1{
    background-color: #d80007!important;
    color: #fff!important;
}

.nieuws-blok-titel1{
    position: relative;
    float: left;
    display: inline;
    width: 326px;
    height: 38px;
    line-height: 35px;
    padding-left: 15px;
    color: #d80007!important;
    font-weight: normal!important;
    text-decoration: none!important;
    background-color: #fad3d5;
    border-bottom: 1px solid #fef6f6;
    overflow: hidden;
}

.nieuws-blok-home:hover  .nieuws-blok-titel1{
    background-color: #d80007!important;
    color: #fff!important;
}

.nieuws-blok-datum2{
    position: relative;
    float: left;
    display: inline;
    width: 130px;
    height: 38px;
    line-height: 35px;
    padding-left: 15px;
    color: #d80007!important;
    font-weight: bold!important;
    text-decoration: none!important;
    background-color: #f9cfd0;
    border-bottom: 1px solid #fcdfe1;
    overflow: hidden;
}

.nieuws-blok-home:hover  .nieuws-blok-datum2{
    background-color: #d80007!important;
    color: #fff!important;
}

.nieuws-blok-titel2{
    position: relative;
    float: left;
    display: inline;
    width: 326px;
    height: 38px;
    line-height: 35px;
    padding-left: 15px;
    color: #d80007!important;
    font-weight: normal!important;
    text-decoration: none!important;
    background-color: #fce9ea;
    border-bottom: 1px solid #fef6f6;
    overflow: hidden;
}

.nieuws-blok-home:hover  .nieuws-blok-titel2{
    background-color: #d80007!important;
    color: #fff!important;
}

.nieuwsitem-container{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    margin: 15px 0px 20px 0px;
}

.nieuwsitem-container h2{
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 14px;
}

.nieuwsitem-container-left{
    position: relative;
    float: left;
    display: inline;
    width: 130px;
}

.nieuwsitem-container-right{
    position: relative;
    float: left;
    display: inline;
    width: 560px;
}

.nieuwsitem-container-split{
    position: relative;
    float: left;
    display: inline;
    width: 100%;
    height: 2px;
    background-image: url(../images/nieuws-split.jpg);
    background-repeat: no-repeat;
}

.nieuwsitem-container-txt{
    position: relative;
    float: left;
    display: inline;
    width: 550px;
    min-height: 120px;
    margin-bottom: 20px;
}

.nieuwsitem-container-img{    
    position: relative;
    float: left;
    display: inline;
    width: 130px;
    min-height: 120px;
}

.nieuwsitem-container-img img{    
    margin: 0px 10px 10px 0px;
    position: relative;
    float: left;
    display: inline;
}

.nieuwsitem-container-bijlage{
    position: absolute;
    top: 10px;
    right: 0px;
    width: 40px;
    height: 20px;
    background-image: url(../images/nieuws-bijlage.jpg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
    
}
.nieuwsitem-container-bijlage a{   
    text-decoration: none!important;   
}

.nieuwsitem-container-bijlage a:hover{   
    text-decoration: underline!important;  
    color: white; 
}
