/* 
Style sheet voor de ttf blokken (in site/ttf) 
*/
div.blockimage {
	position: relative;
	float:right;
	margin:0px 0px 10px 10px;
}
div.blockimage div.blockmiddle {
	width: 150px;
}
div.blockimage div.blockbottom {
	white-space: normal;
	background-color:#bbc42f;
	color:#ffffff;
	padding: 2px;
}
div.blockbottom a{
	color:#ffffff;
}

div.audiocontent {
	position: relative;
	font-size: 12px;
	color: #3d4c1b;
	width: 250px;
	white-space: nowrap;
	padding:4px 0px 4px 22px;
	background-image: url(../img/sound_content.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div.audiocontent a{
	color: #3d4c1b;
	white-space: nowrap;
	text-decoration:none;
}
div.audiolinks {
	position: relative;
	font-size: 12px;
	text-align:right;
	color: #3d4c1b;
	width: 142px;
	padding:4px 22px 4px 0px;
	white-space: nowrap;
	background-image: url(../img/sound.gif);
	background-repeat: no-repeat;
	background-position: 148px center;
}
div.audiolinks a{
	color: #3d4c1b;
	white-space: nowrap;
	text-decoration:none;
}


div.externallinks {
	position: relative;
	font-size: 12px;
	text-align:right;
	color: #3d4c1b;
	width: 142px;
	padding:4px 22px 4px 0px;
	white-space: nowrap;
	background-image: url(../img/extern_link.gif);
	background-repeat: no-repeat;
	background-position: 147px center;
}
div.externallinks a{
	color: #3d4c1b;
	white-space: nowrap;
	text-decoration:none;
}