@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_kopf #ter_kalender {padding-bottom: 10px}
   #ter_kalender {}
   #ter_kalender table {border-left:0px solid #ccc;
   max-width:255px;}
   #ter_kalender th,
   #ter_kalender td {border-bottom: 0px solid;border-right: 0px solid; border-color:#ccc;
   	padding:0.4em;
	text-align:center;}
	
   @media (max-width: 1199px) { 
	 #ter_kalender td {	padding:0.4em 0.2em;}
   }
  
   #ter_kalender .ter_datum { }
   #ter_kalender .ter_sonntag {  }
   
   #ter_kalender a {color: #fff; background:#314C59; border-radius:50%; border: 1px solid transparent; display: block; line-height: 1;
    padding: 3px 6px;}
  
   
   #ter_kalender a:focus, #ter_kalender a:hover {color:white; background:#957A32; text-decoration:none;}

   /**
  * @section Edith-Terminkalender (Termindarstellung)
  * 
  * 
  */
   
   /* Terminauswahl */
   #ter_termine {}
   #ter_termine table {/*border-left:0px solid #ccc;*/}
   #ter_termine th,
   #ter_termine td {/*border-bottom: 0px solid;border-right: 0px 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 {}
   
   

	
	/**
  * @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;}
		
	#ter_veranstalter input#va_ort,
	#ter_veranstalter select#va_ort {
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	}
		
	#ter_veranstalter .error,
	#ter_passwort .error,
	#ter_kontakt .error,
	#ter_mail .error   { color: #a94442;}
	
	/**
  * @section Edith-Terminkalender (Sonstiges)
  * 
  * 
  */
	/* Passwort vergessen */
	#ter_passwort {}
	
	/* Kontaktformular */
	#ter_kontakt {}
	
	
	/* Terminanmeldung */
	#ter_anmeldung {}
	#ter_anmeldung fieldset legend{ display:none;}
}

