.content_container_left{
  float: left;
  width: 273px; /* 311 - Pleft & Pright */
  
  padding-top: 20px;
  padding-right:19px;
  padding-bottom:18px;
  padding-left: 19px;
}
.content_container_right{
  float: left;
  width: 621px; /* 657 - Pleft & Pright */
  
  padding-top: 20px;
  padding-right: 18px;
  padding-bottom: 18x;
  padding-left: 18px;
}

.actueel_03{
  background-image:url(../images/content/actueel_03.png);
  width:  269px; 
  height: 488px; 
}
  
.actueel_03 #content{  
  width:  269px; /* 269 - Pleft - Pright */
  height: 438px; /* 488 - Ptop - Pbottom - 20px*/
  
  padding-top: 30px;
  
  padding-bottom: 0px;
  

  overflow: hidden;
}

.actueel_05{
  background-image:url(../images/content/actueel_05.png);
  width:  623px; 
  height: 488px; 
}
  
.actueel_05 #content{  
  width:  578px; /* 276 - Pleft - Pright */
  height: 478px; /* 488 - Ptop - Pbottom */
  
  padding-top: 10px;
  padding-right: 26px;
  padding-bottom: 0px;
  padding-left: 19px;
   
  overflow: hidden;
}


.newsList{
	width: 275px; 
	text-align: center;
	}

.newsRow{
	min-height: 40px;
	height: 40px;
	}

.newsDate {
	width: 60px; 
	font-weight: bold; 
	padding-top: 5px; 
	padding-bottom: 5px;	
	}

.newsDate a{
  text-decoration: none;
  color: #000000;
 }
 
.newsTitle{
	width: 135px; 
	height: 30px;
	font-weight: bold; 
	text-align: left; 
	padding-top: 5px; 
	padding-bottom: 5px;
	}	

.newsTitle a{
  text-decoration: none;
  color: #000000;
 } 

.newsPic{
	text-align: center;
  width: 100px;
}

.newsPic img{
	  border: none;
}

.newsRow:hover{
	background-color: #999186;
	cursor: pointer;
	color: #ffffff;
  height: 40px;
}

.newsRow:hover a{
  background-color: #999186;
  cursor: pointer;
  color: #ffffff;
}

.itemTitle {
	float: left;
	font-size: medium;
	padding-bottom: 10px;
}

.itemDate{
	float: right;
  padding: 10px;
}

.itemIntro{
	clear: both;
  font-weight: bold;
  padding-bottom: 10px;
}