
.news_resultaten_container {
 /* width:700px;  */
  width:100%; 
}

.news_resultaten_titel {
  padding-bottom:5px;
}
.news_resultaten_niet_gevonden_label, .news_resultaten_gevonden_label{
    
}
.news_resultaten_gevonden {
    
}
.news_resultaten_niet_gevonden {
   margin-top:15px;
   font-style: italic; 
}

/* colommen */
.news_left_container {
    float:left;
    width:440px;
}

.news_right_container {
    float:left;
    width:240px;
    width:315px;
    margin-left:20px;
}



/* items */
.news_item_left h1, .news_item_left1 h1, .news_item_right h1 {  
    font-size:15px;
    padding-bottom:0px;
}

.news_item_left h2, .news_item_left1 h2, .news_item_right h2 {  
    color:black;
    font-size:15px;
    padding-bottom:0px;
    font-weight:normal;
    font-style: italic;
}

.news_item_left1, .news_item_left, .news_item_right {
    margin-bottom:30px;
    font-size:15px;   
}


.news_item_left1 img, .news_item_left img, .news_item_right img {
    padding-right:10px;
    padding-bottom:5px;
    margin-top:2px;
}
.news_item_left1 img {
    float:left;
    width:300px;
}

.news_item_left img {
    float:left;
    width:150px;
}
.news_item_right img {
    float:left;
    width:80px;
    padding-right:10px;
}

.news_item_right {
   float:left;    
}
.news_item_right img {
   float:left;    
}

.meer_container {
   display:inline-table; 
   margin-top:-1px;
}
.meer, .meer a {
   background-color:#00513F;
   color:white;
   font-size:12px;
   padding-right:4px;
   position:relative;
   margin-left:4px;
   margin-top:1px;
   text-decoration: none;
}

