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

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

.tt_address_vcard {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

div.dozseite {
	width: 525px;
	display: block;
	float: left;
}

.tt_address_vcard_photo {
	margin-bottom: 5px; /* entspricht dem eines p */
}

img.tt_address_vcard_photo {
	border: 1px solid;
}

.tt_address_vcard_left {
	float: left;
}

.tt_address_vcard_right {
	margin-left: 160px;
	clear: right;
}

.tt_address_vcard_right p {
	font-size: inherit;
}

.tt_address_vcard_right p a {
	font-size: 100% !important;
}

/* Ausnahme IHRF */
.tt_address_vcard_right_ihrf {
	margin-left: 120px;
}

.tt_address_vcard_right p{
	font-size: inherit;
}

.bildunpersoenlich {
	margin-left: 320px;
}

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

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

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

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