/****************************************************************************************************/
/***																								*/ 	
/***				ADRESSANGABEN																	*/
/***																								*/
/****************************************************************************************************/

/*------------------- Datensatzinhalte (Datenbankfelder) ------------------------------------------------*/
/*  Kopfzeile (A-Z/Werbepartner) /ok */
.kopfadressenliste {
	font-size: 0.9em; font-weight: bold; 
	display: block;
	background-color: #CCE7FF;
	border-top: 1px solid #003399;
	padding: 2px;
	color: #005BAC;
}

.adressenuebercontainer {

}

.adressenzeile {
	padding: 0 0 3px 0;
}

.adressenlabel {
	font-weight: bold; 
	color: #797979; 
	font-size: 0.7em;
	float: left; 
	width: 100px;
}


/*  Adressenbezeichnung der Adressenliste /ok */
.adressenueber{
	font-size: 0.75em; font-weight: bold; 
	float: left;
}

.adressencontent {
	clear: both; 
	padding-left: 25px;
	padding-top:3px; 
	
}

/*  Adressenanschrift der Adressenliste /ok */
.adressenanschrift {
	 font-size: 0.7em; font-weight: normal; 
}

.adressenbild {
	float:right; 
}


/*  Adressenstichworte der Adressenliste /ok */
.adressenstichwort {
    font-size: 0.7em;
	color: gray;
}

/*  Adresseninfotext der Adressenliste /ok */
.adresseninfo {
 	font-size: 0.7em;
}

.adresseninfo a {
	text-decoration: none;
}


/*  Adressenlink der Adressenliste /ok */
.adressenlink {
	font-size: 0.7em;
	color: #005BAC;
	
}

/*  Adressenrufnummer der Adressenliste /ok */
.adressenlrn {
    font-size: 0.7em; 
}

/*  Branche /ok */
.adressenbranche {
    font-size: 0.7em; 
}

/*  Marke /ok */
.adressennmarke {
    font-size: 0.7em; 
}


.adressendetaillink {
   font-size: 0.7em;  
   text-decoration: none;
   color: #005BAC;
   font-weight: bold;
   padding-bottom: 2px;
}

.kontakt_info_trennlinie {
	border-top: 4px solid #FFF5D6;
	margin: 5px 0 5px 0;
}

.funktionenpulldownmenu {
	padding: 5px;
	margin: 0; 
	background-color:#CCE7FF; 
	border-top: 1px solid #003399; 
}





.merkzettelhinweis {
	text-align:right; 
	vertical-align:middle; 
	padding-right:10px; 
	line-height:20px; 
	background-color: #FBD845; 
	border-top: 1px solid #FFFFFF;
	font-size: 0.75em;
}
.merkzettelhinweis a {
	color: #005BAC;
}


.clearleft { clear: left;}

.floatleft { float: left;}


.dsabschlusslinie {
	clear:left; 
	border-top: 1px dotted #949292;
}
