/* 
Style sheet voor de ttf blokken (in site/ttf) 
*/
div.engelbier {
	position: relative;
	background-image: url(../img/content/bierkaartje.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 176px;
	height: 177px;
	padding: 10px;
}
div.engeltitle {
	position: relative;
	background-image: url(../img/content/top.gif);
	background-repeat: no-repeat;
	background-position: center middle;
	width: 393px;
	height: 20;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	padding-top: 5px;
}

