  
	#KolomL #bericht{
	  width: 540px;
		height: 100%;
		
		background: #ededed; /* for non-css3 browsers */
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ededed'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ededed)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f9f9f9,  #ededed); /* for firefox 3.6+ */

		-moz-border-radius:    7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius:  7px;
    border-radius:         7px;
		
		color: #4a4a4a;
		cursor: default;
		
		padding: 10px;
		
		margin-bottom: 30px;
	}
	
	#KolomL #bericht .driehoekje{
	  margin-top: -21px;
		margin-left: 10px;
		position: absolute;
	}
	
	#KolomL #bericht #titelbalk{
	  width: 100%;
		height: 13px;
		
		background: none;
	}
	  
		#KolomL #bericht #titelbalk .titel{
		  color: #2554a0;
			font-weight: bold;
		}
		
		#KolomL #bericht #titelbalk .datum{
		  float: right;
			color: #2554a0;
		}
		
		#KolomL #bericht #titelbalk .streepje{
		  float: right;
			
			margin-left: 20px;
		  margin-right: 20px;
			
			color: #2554a0;
		}
		
		#KolomL #bericht #titelbalk .tijd{
		  float: right;
			
			color: #2554a0;
		}
		
	
	#KolomL #bericht #tussenlijn{
	  height: 1px;
		width: 100%;
		
		background: #8d8d8d;
		
		margin-top:    3px;
		margin-bottom: 5px;
	}
	
	#KolomL #bericht #hetbericht{
	  line-height: 11pt;
	}