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

@media all
{
 /*------------------------------------------------------------------------------------------------------*/
  
  /**
  * @section Edith-Terminkalender
  * 
  */
  /* Kalender-Darstellung */
  .ter_kalender_kopf {
   width: 100%;
    overflow:hidden;}
	
   /* Kalender */
   #ter_kalender { width:195px; border:1px solid white; }
   #ter_kalender table { border:1px solid #ccc; }
   table th,
   table td { font-size:0.75em;
   	border:1px solid;
	border-color:#ccc;
   	padding:0.3em;
	text-align:center;}
	 
   #ter_kalender .ter_sonntag { background-color:#eee; }
   
   /* Suchauswahl */
   #ter_kalender_suche { width:300px; }
   * html #ter_kalender_suche { width:290px; }
   
   #ter_kalender_suche .formTextareaLabel {padding:0em;}
   #ter_kalender_suche .formTextareaField {padding:0em;display:block;}
   #ter_kalender_suche .formTextareaField input {width:285px;}
   
   #ter_kalender_suche .formLabel {width:5em;float:left;padding:0.1em;display:block;}
   #ter_kalender_suche .formField {margin-left:5.5em;display:block;width:285px;}
   * html #ter_kalender_suche .formField {width:215px;}
   * html #ter_kalender_suche #cal_suche {width:215px;}
   #ter_kalender_suche .formField select { width:215px;}
   
   /* 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;}
   
   .seitenauswahl { font-size:0.8em; }
   .seitenauswahl strong { font-size:0.9em; }
   .seitenauswahl .s_subcr, .seitenauswahl .s_subcl { font-size:0.8em; }
	
  /* Einzlen Termindarstellung */
  #ter_termindarstellung {}
	/*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;}
   
   dl dt, 
   dl dd,
   address { font-size:0.8em; }
   
   /*Empfehlungsfunktion */
   #ter_mail {width:32em;}

	/* Veranstalteranmeldung */
	#ter_veranstalter {}
	
	#ter_veranstalter #ter_ident {
		height:100px; 
		width:90%; 
		overflow:auto;
		border-width:1px; 
		border-style:solid;
		padding:3px; 
		border-color:#cccccc;}
	
	/* Passwort vergessen */
	#ter_passwort {}
	
	/* Kontaktformular */
	#ter_kontakt {}
	
	/* Terminanmeldung */
	#ter_anmeldung {}
	
	/* Anmeldeformular Veranstalter */
	fieldset { border:0; font-weight:bold; font-size:0.9em; padding:0; position:relative; margin-bottom:50px; }
	legend { padding:0; }
	form#veranstalterdaten span.formField, form#kontaktdaten span.formField { position:absolute; left:100px; }
	form#passwortzusendung { margin-bottom:50px; }
	form#kontaktdaten p.formHandle { clear:both;position:relative;top:90px;margin-bottom:100px;}
}


