/* -- Adress - DB -- Ausgabe */

.pluginAddressCard{
font-family: Verdana, Helvetica, sons-serif;
font-size: 11px;
color: #223C64;
padding: 10px;
width: 475px;
border: thin solid #223C64;
border-width: 1px;
margin-bottom: 10px;
}

.pluginAddressCard span{
width: auto;
height: auto;
border:0;
/*padding:0;*/
margin:0;
}

.pi3_name{
font-weight: bold;
font-size: 12px;
}

.pi3_first_name, .pi3_middle_name, .pi3_last_name{
display: none;
visibility: hidden;
}

.pi3_zip{
float:left;
}

.pi3_city{
padding-left: 5px;
}

/* -- Einmal formatieren, bitte... --*/
.block_image{
float:right;
width: auto;
height: 100%;
border: thin dotted #223C64; 
border-width: 0 0 0 1px;
padding: 0 0 0 5px;
cursor:pointer;
}


.block_address, .block_contact{
padding-top: 10px;
}



/* -- ein- und ausblenden der einzelnen Elemente -- */

.pi3_mobile, .pi3_building, .pi3_room, .pi3_company, .pi3_region, .pi3_country{
display: none;
}





/* -- vcard - Das normale Adress-Plugin -- */

.tx-ttaddress-pi1{
width: 100%;
padding-bottom: 20px;
}

.vcard{
font-family: Verdana, Helvetica, sons-serif;
font-size: 11px;
color: #223C64;
}

.vcard div{
padding-top: 10px;
}
.vcard span{
display: block;
}

.vcard span.zip{
float: left;
}

.vcard span.city{
width: 200px;
}


/* -- vcard_personen - Das normale Adress-Plugin - Personenausgabe -- */

.tx-ttaddress-pi1{
width: 100%;
}

.vcard_personen{
font-family: Verdana, Helvetica, sons-serif;
font-size: 11px;
color: #223C64;
padding-bottom: 10px;
}

.vcard_personen div{
padding-top: 10px;
}
.vcard_personen span{
display: block;
}

.adr span.zip{
float: left;
}

.vcard_personen span.first_name, .vcard_personen span.middle_name, .vcard_personen span.last_name{
float: left;
font-weight: bold;
}

span.description{
clear: left;
width: 200px;
}


