@CHARSET "ISO-8859-1";

#gastenboek {
		
}

#gastenboek .bericht {
	margin-bottom: 20px;
}


#gastenboek .bericht p {
	
	 font-size: 10px;
}

#gastenboek .bericht .berichtHeader {
	font-size: 10px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #CB0131;
	color: #FFFFFF;
}

#gastenboek .bericht .berichtContent {
	padding: 5px;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}