/**
 * Stylesheets zu den EBH-Terminen 
 */

/**
 * Stylesheets zu  
 * den EBH-Termin
 */

 
 
#contentTermin 
{
	width:302px;
}


/** padding left 10 u. top 3
 * ->ebh_termin_draw (div kein termin gefunden)
 */
.notermin 
{
	margin: 3px 0 20px 10px;
}

/**
 * Style-Formatierungen 
 * zum Inputfeld Termin 
 * ->ebh_termin_openform
 */
#Termin 
{
	width: 295px; 
	margin-bottom: 10px;	
}

/**
 * Style-Formatierungen 
 * zum Inputfeld URL 
 * ->ebh_termin_openform
 */
#URL 
{
	width: 295px; 
	margin-bottom: 10px;	
}

/**
 * Style-Formatierungen 
 * zum Inputfeld DatumAnfang 
 * ->ebh_termin_openform
 */
#DatumAnfang
{
	width: 150px; 
	margin-bottom: 10px;	
}

/**
 * Style-Formatierungen 
 * zum Inputfeld DatumEnde  
 * ->ebh_termin_openform
 */
#DatumEnde 
{
	width: 150px; 
	margin-bottom: 10px;	
}

/**
 * Style-Formatierungen 
 * zum Inputfeld Beschreibung   
 * ->ebh_termin_openform
 */
#Beschreibung 
{
	height:40px;
	width:295px;	
}

/**
 * Style-Formatierungen 
 * zum Submit-Button Speichern   
 * ->ebh_termin_openform
 */
#tsave 
{
	margin-left: 20px; 
	margin-bottom: 6px;	
}


/**
 * Style-Formatierungen 
 * zum Button Beenden   
 * ->ebh_termin_openform
 */
#tclose
{
	margin-left: 10px; 
	margin-bottom: 6px;	
}

/**
 * stylesheet mit 
 * float (Textfluss) = links
 */
div.float_left
{
	float:left;
} 

/**
 * stylesheet mit 
 * float (Textfluss) = rechts
 */
div.float_right
{
	float:right;
} 


/**
  * div editTermin
  */
 #editTermin
 {
	cursor: pointer; 	
 }
 
 /**
  * Termin datum 
  * 
  */
 #date 
 {
	position: absolute; 
	visibility: hidden; 
	background-color: white; 
	layer-background-color: white; 	
 }


