#Gastenboek {
 width: 473px;
}
#Gastenboek .Entry {
 border-style: solid;
 border-color: black;
 border-width: 0px;
 margin-bottom: 15px;
 width: 470px;
}

#Gastenboek .GastenboekTeken {
 width: 470px;
 height: 20px;
 cursor:pointer;
}

#Gastenboek .HeaderGastenboek {
 width: 470px;
 line-height: 20px;
 background-image: url(../gfx/Background_gradient.jpg);
 background-repeat: repeat-x;	
 /* background-color: #bb9d49; */
 color: #FFFFFF;
 float: left;
 margin-bottom: 7px;
}

#Gastenboek .Datum {
 float: left;
 font-weight: bold;
 font-size: 11px;
 color: #FFFFFF;
 width: 160px;
	text-align:right;
}

#Gastenboek .Naam {
 float: left;
 font-size: 13px;
 font-weight: bold;

 width: 300px;
 float: left;
 overflow: hidden;
 margin-left: 8px;
}

#Gastenboek .Ingave {
 width: 470px;
 margin-bottom: 10px;
}

.Column1{
	width: 150px;
	float: left;
	margin-left: 8px;
}

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