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

@media all
{
 /*------------------------------------------------------------------------------------------------------*/
  
  /**
  * @section Edith-Terminkalender (Kopfdarstellung)
  * 
  * 
  */
  
  /* Kalender-Darstellung */
  .ter_kalender_kopf {
   width: 100%;
    overflow:hidden;}
	
   /* Kalender */
   #ter_kalender {}
   #ter_kalender table {border-left:1px solid #ccc;}
   #ter_kalender th,
   #ter_kalender td {border-bottom: 1px solid;border-right: 1px solid; border-color:#ccc;
   	padding:0.3em;
	text-align:center;}
  
   #ter_kalender .ter_datum { }
   #ter_kalender .ter_sonntag { background-color:#eee; }
   
   /* Suchauswahl */
   #ter_kalender_suche { width:20em;}
   
   #ter_kalender_suche .formTextareaLabel {padding:0em;}
   #ter_kalender_suche .formTextareaField {padding:0em;display:block;}
   #ter_kalender_suche .formTextareaField input {width:95%;}
   
   #ter_kalender_suche .formLabel {width:5em;float:left;padding:0.1em;display:block;}
   #ter_kalender_suche .formField {margin-left:5.5em;display:block;}
   #ter_kalender_suche .formField select{width:98%;}/*98% wegen IE 6*/
   
   /**
  * @section Edith-Terminkalender (Termindarstellung)
  * 
  * 
  */
   
   /* Terminauswahl */
   #ter_termine {}
   #ter_termine table {border-left:1px solid #ccc;}
   #ter_termine th,
   #ter_termine td {border-bottom: 1px solid;border-right: 1px solid; border-color:#ccc;}
	
  /* Einzelne Termindarstellung */
  #ter_termindarstellung {}
	/*Adress Darstellung */
  #ter_termindarstellung address{ line-height:1.7em;}	
	/*für Foto Darstellung*/
   #ter_foto {float:right; display:inline; margin:0.5em;}
   #ter_foto dd {margin:0; line-height:0;}
   #ter_foto dt{ float:none;}
   
   /*Empfehlungsfunktion */
   #ter_mail {width:32em;}

	
	/**
  * @section Edith-Terminkalender (Veranstalteranmeldung)
  * 
  * 
  */
	/* Veranstalteranmeldung */
	#ter_veranstalter {}
	
	#ter_veranstalter #ter_ident {
		height:100px; 
		width:90%; 
		overflow:auto;
		border-width:1px; 
		border-style:solid;
		padding:3px; 
		border-color:#cccccc;}
	
	/**
  * @section Edith-Terminkalender (Sonstiges)
  * 
  * 
  */
	/* Passwort vergessen */
	#ter_passwort {}
	
	/* Kontaktformular */
	#ter_kontakt {}
	
	
	/* Terminanmeldung */
	#ter_anmeldung {}
	#ter_anmeldung fieldset legend{ display:none;}
}

