/**********************************************************************************************************/
/*** CSS-File für die Anzeige der Nachrichten 
/**********************************************************************************************************/

/*****************************************************************************************************************/
/** DIV für Anzeigen
/*****************************************************************************************************************/

#anzeigen_liste { }
#anzeigen_liste .header { 
	background:url('/images/design/back_weiss_grau_hoch.png'); background-position: top; background-repeat: repeat-x; 
	border-bottom:1px solid #808080;

	border-top:1px solid #808080; border-left:1px solid #808080; border-right:1px solid #808080;


	font:#000; font-size:14px; font-weight:bold;
	padding:4px 0px 4px 5px;
}

#anzeigen_liste table { margin-bottom:10px; padding:0px; }
#anzeigen_liste .td_image { width:100px; }



#anzeigen_liste .inserat_image { min-height:50px; padding:2px 5px 2px 2px; }
#anzeigen_liste .standard { border-left:1px solid #808080; border-right:1px solid #808080; border-bottom:1px solid #808080;  }
#anzeigen_liste .premium { border-left:1px solid #1a4e95; border-right:1px solid #1a4e95; border-bottom:1px solid #1a4e95; background:#EFF2F8; }
#anzeigen_liste .inserat_link { margin-left:5px; font-site:12px; font-weight:bold; text-align:right; padding:0px 5px 5px 0px; }
#anzeigen_liste .inserat_link a { font-size:11px; font-weight:bold; }
#anzeigen_liste .inserat_text { margin-left:5px; margin-right:5px; margin-top:3px; font-size:10px; line-height:140%; min-height:80px; }



#anzeigen_detail { }
#anzeigen_detail .td_image { width:200px; text-align:center; }
#anzeigen_detail .details { border-top:2px solid #808080; border-bottom:2px solid #808080; margin-top:10px; background:#EFF2F8; padding:3px; }
#anzeigen_detail .inserat_text { margin-top:0px; margin-left:10px; font-size:12px; line-height:120%; }



#anzeigen_detail .inserat_hinweis { line-height:140%; }
#anzeigen_detail .inserat_preis { line-height:140%; margin-top:10px; }


#anzeigen_detail .linkleiste { margin-top:15px; }
#anzeigen_detail .linkleiste a { margin:2px 20px 2px 0px;
	padding:3px 10px 3px 10px;

	background:url("/images/design/button_back.png");	
	border: 3px double #1a4e95; border-left-color: #1a4e95; border-top-color: #1a4e95;
	color: #000066; font-weight:bold; text-decoration:none;
}

#anzeigen_detail .linkleiste a:hover { text-decoration:underline; }

#anzeigen_hinzufuegen_hinweis { margin:10px 0px 10px 0px; background:url('/images/design/back_weiss_grau_hoch.png'); background-position: top; background-repeat: repeat-x; border: 1px dotted #630000; padding:5px; line-height:140%; }
#anzeigen_hinzufuegen_hinweis a { color:#630000; }

#keine_anzeigen_gefunden { margin:10px 0px 10px 0px;  border: 1px dotted #630000; padding:5px; line-height:140%; background:#EEEEEE; }


.option_beschreibung { font-weight:bold; color:#630000; margin-top:20px; padding:5px; margin-bottom:5px; border-bottom:1px solid #808080;
background:url('/images/design/back_weiss_grau_hoch.png'); background-position: top; background-repeat: repeat-x;
}
.option_inhalt  { margin-bottom:10px:  }


/*****************************************************************************************************/
/* DIV für Member Bereich KONTAKTE - VORSCHAU Bereich
/*****************************************************************************************************/
#member_kontakte_oeffnungszeiten { margin:10px; border:1px solid #E4E4E4; }
#member_kontakte_oeffnungszeiten .inhalt { margin:10px 5px 5px 10px; }

#member_kontakte_oeffnungszeiten .header { border-bottom:1px solid #E4E4E4; padding:5px; background:#E4EAF1; }

#member_kontakte_oeffnungszeiten .td_time { text-align:left; font-size:10px; border-bottom:1px solid #7392B7; padding:2px 0px 2px 3px; border-left:1px solid #E4E4E4;}
#member_kontakte_oeffnungszeiten .td_tag { text-align:center; font-size:11px; border-right:1px solid #7392B7; padding-right:3px; width:20px; border-bottom:1px solid #E4E4E4; }

#member_kontakte_oeffnungszeiten .td_nix	{ background:#F5F5F5; border-left:1px solid #E4E4E4; border-bottom:1px solid #E4E4E4; width:10px; }
#member_kontakte_oeffnungszeiten .td_offen	{ background:#7DB674; border-left:1px solid #B0D3AB; border-bottom:1px solid #B0D3AB; width:10px; }
#member_kontakte_oeffnungszeiten .td_verkauf{ background:#7392B7; border-left:1px solid #95ACC8; border-bottom:1px solid #95ACC8; width:10px; }

#member_kontakte_oeffnungszeiten .td_beschreibung { font-size:10px; padding:3px; border-top:1px solid #7392B7; }

