/* CSS Document */
#agendaIE{
	position: absolute;
	left:25%;
	top:60%;
	margin-left:-202px;
	height:232px;
	width:202px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.shoox.nl/thement/gfx/Agenda.png', sizingMethod='scale');
	background-repeat:no-repeat;
	z-index:12;
	/*border: 1px solid #CCCCCC;*/
}
#agendaFF{
	position: absolute;
	left:25%;
	top:60%;
	margin-left:-202px;
	height:232px;
	width:202px;
	background-image:url(../gfx/Agenda.png);
	background-repeat:no-repeat;
	z-index:12;
	/*border: 1px solid #CCCCCC;*/
}
#agendaFirstItem{
	font-size: 10px;
	color: #000000;
	margin-left:25px;
	margin-top:80px;
}
#agendaSecondItem{
	font-size: 10px;
	color: #000000;
	margin-left:30px;
	margin-top:10px;
}
#agendaThirdItem{
	font-size: 10px;
	color: #000000;
	margin-left:35px;
	margin-top:10px;
}
