@charset "UTF-8";
/**
 * Arztdatenbank
 *
 *
 * @copyright       Copyright 2008, Dirk Meinke
 * @package         edith
 * @version         1.0
 * @revision        -
 * @lastmodified    $Date: 2008-07-01 $
 */

@media all
{
	/*------------------------------------------------------------------------------------------------------*/
	
	/**
	* @section Edith-Fundsachen (Startauswahl)
	* 
	* 
	*/
	
	/* Start-Darstellung */
	#arzt_startauswahl {} 
	
	/**
	* @section Edith-Fundsachen (Startauswahl)
	* 
	* 
	*/
	
	/* Suche-Darstellung */
	#arzt_sucheingabe {}
	
	#arzt_sucheingabe .formLabel {}
	#arzt_sucheingabe .formField {}
	
	#arzt_sucheingabe .fus_checkboxauswahl {width:11em;display:block;float:left;}
  
	/* Sucheauswahl */
	#arzt_sucheauswahl {}
	#arzt_sucheauswahl table { width:100%; border-bottom:1px dotted #ccc;}
	#arzt_sucheauswahl th,
	#arzt_sucheauswahl td {}
	
	#arzt_sucheauswahl dd { margin:0 0 0.5em 6em;}
	
	#arzt_sucheauswahl .arzt_ul { width:100%; overflow:hidden;}
	#arzt_sucheauswahl .arzt_ul ul { 
		width:100%; 
		float:left; 
		display:inline; 
		list-style:none; 
		list-style-image:none;
		list-style-position:outside;}
	#arzt_sucheauswahl .arzt_ul ul li{ float:left; display:inline; margin:0; padding:0;}
	#arzt_sucheauswahl .arzt_ul ul li a { padding:0.5em;}
	
	/*Unterscheidung Standard und Premium */
	#arzt_sucheauswahl .arzt_premium {}
	#arzt_sucheauswahl .arzt_standard {}
	
	/*Fotos */
	#arzt_sucheauswahl .arzt_premium .arzt_fotos img{}
	/*Fotos */
	.arzt_foto_bilder { float:left; display:inline;}
    #arzt_sucheauswahl .arzt_foto_bilder dd,
	.arzt_foto_bilder dd {margin:0; line-height:0;}
    .arzt_foto_bilder dt{ float:none;}
	
	/* Zeilenweise andere Optionen für die Tabelle */
	#arzt_sucheauswahl tr.fus_ungerade {}
	#arzt_sucheauswahl tr.fus_gerade {}
	
	/* Arzt Eintrag */
	#arzt_eintrag {}
	#arzt_eintrag .formHandle input{float:right; display:inline;margin-left:5px;}
	
	/* Arzt Abbruch */
	#arzt_abbruch {}
	
	/* Arzt Passwort */
	#arzt_passswort {}
	#arzt_passwort .formHandle input{float:right; display:inline;margin-left:5px;}
	
	/* Advertise in der Suchauswahl */
	.arzt_advertise { width:100%; overflow:hidden; padding:1em 0; text-align:center;}
	
	
}

