/*
# Microformats 
*/

/* vCard */
div.vcard {
	font:			normal 0.7em arial, sans-serif;
	color:			#443320;
	line-height:	1.8em;
}
.vcard a:link {
	font:			normal 1.0em arial, sans-serif;
}
.fn {}
.org {}

div.adr {}
.street-address {}
.postal-code {}
.locality {}
.country-name {}

div.tel {}

/* vCalendar */
p.vevent {
	padding:		5px 0 5px 45px;
	background:	url(../images/kreuz.jpg) 10px 1.2em no-repeat;
}

