@charset "utf-8";
/* CSS Document */

.tx-ttaddress-pi1 {
	font-size: 90%;
}

.tt_address_vcard {
	display: block;
	clear: both;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}
/*
.csc-header h2, .csc-header h3 {
	border-bottom:dashed 1px #ccc;
	clear:both;
	margin-top:2em;
	padding-bottom:0.5em;
}
*/
.tt_address_vcard_photo {
	margin-right: 50px;
	margin-bottom: 5px; /* entspricht dem eines p */
}


img.tt_address_vcard_photo {
	border: 1px solid;
	margin-right:30px;
	clear:both;
}

.tt_address_vcard_left {
	float: left;
	
}

.tt_address_vcard_right {
	clear: right;
	/* display:table stellt kompakten textblock sicher */
	display:table;
}

#content .tel {
	background: url('../icons/tel.gif') no-repeat left;
	padding-left: 15px;
	margin-right:10px;
	white-space: nowrap;
}

#content .mail { margin-right: 10px;}

#content .mobile {
	background: url('../icons/mob.gif') no-repeat left;
	padding-left: 15px;
}

#content .fax {
	background: url('../icons/fax.gif') no-repeat left;
	padding-left: 15px;
}

.addressclearer {
	clear: both;
	height: 0;
	visibility: hidden;
}

