#Agenda {
 width: 480px;
}
#Agenda .AgendaItem{
 border-style: solid;
 border-color: black;
 border-width: 0px;
 margin-bottom: 15px;
 width: 480px;
}
#Agenda .HeaderAgenda {
 width: 472px;
 line-height: 22px;
 background-image: url(../gfx/Background_gradient.jpg);
 background-repeat: repeat-x;	
 /* background-color: #bb9d49; */
 /* color: #1c3c6e; */
 color: #FFFFFF;
 float: left;
 margin-bottom: 7px;
 padding-left: 8px;
}
#Agenda .Ingave{
	width: 480px;
	float: left;
	margin-bottom: 12px;
}

.Naam{
	line-height: 15px;
	font-weight: bold;
}

.Column1{
  	width: 150px;
	float: left;
 color: #1c3c6e;	
}

.Column2{
	width: 330px;
	float:left;
}
 
