@media screen 	
{
	a				
	{ 
		font-family: Arial; 
	  	font-size: 10pt; 
	  	text-decoration: none;   
	  	color: black;
	}
	a:link			
	{ 
	}
	a:visited       
	{ 
	}
	address
	{ 
	  	font-family: Arial; 
	}
	body
	{
		font-family: Arial; 
		background-color: #E6E6E6;

		margin-top: 5pt;
		margin-left: 5pt;
		margin-right: 5pt;
		margin-bottom: 5pt;  
	}
	button 
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		cursor: pointer;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font: normal medium/normal Arial, Helvetica, sans-serif;
		-o-text-overflow: clip;
		text-overflow: clip;
		-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		color: rgba(0,0,0,1);
	}
	button:hover 
	{
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		background: -webkit-linear-gradient(-90deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: -moz-linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
	}
	fieldset        
	{ 
	  	font-family: Arial; 
	}
	h1
	{ 
		font-family: Arial;
		font-weight: bold;
		font-size: 18pt;
		text-align: center;
		color: white;
		background-color: LimeGreen;
	}
	h2				
	{ 
	  	font-family: Arial; 
	  	font-size: 16pt;
	}
	h3
	{ 
	  	font-family: Arial; 
	  	font-size: 14pt;
	}
	h4              
	{ 
	  	font-family: Arial; 
	  	font-size: 12pt;
	}
	h5              
	{ 
	  	font-family: Arial; 
	}
 	h6				
	{ 
	  	font-family: Arial; 
	}
	hr
	{ 
		font-family: Arial;
/*		noshade: noschade;*/
		color: #000000;   
	}
	html            
	{ 
	  	font-family: Arial; 
	}
	input 
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font: normal medium/normal Arial, Helvetica, sans-serif;
		-o-text-overflow: clip;
		text-overflow: clip;
		-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		color: rgba(0,0,0,1);
	}
	legend			
	{ 
	  	font-family: Arial; 
	}
	li              
	{ 
	  	font-family: Arial; 
	}
	ol              
	{ 
	  	font-family: Arial; 
	}
	option          
	{ 
	  	font-family: Arial; 
	}
	p				
	{ 
	  	font-family: Arial; 
	  	font-size: 10pt;
	}
	pre             
	{ 
	  	font-family: Arial; 
	}
	select 
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px; 
		font: normal medium/normal Arial, Helvetica, sans-serif;
		-o-text-overflow: clip;
		text-overflow: clip;
		-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		color: rgba(0,0,0,1);
	}	
	table	           
	{ 
	  	font-family: Arial;
	  	border-collapse: collapse;
	  	border-color: #111111;   
	}
	td
	{ 
	  	font-family: Arial; 
	  	font-size: 10pt;
	  	border-color: #111111;   
	}
	textarea        
	{ 
	  	font-family: Arial; 
	}
	th              
	{ 
	  	font-family: Arial;
	  	border-color: #111111;   
	}
	tr              
	{ 
	  	font-family: Arial; 
	}

	ul              
	{ 
	  	font-family: Arial; 
	}
	.status_1           
	{ 
	  	background-color: PaleGreen;
	  	font-size: 8pt; 
	}
	.status_2           
	{ 
	  	background-color: LimeGreen;
	  	font-size: 8pt; 
	}
	.status_3           
	{ 
	  	background-color: DarkOrange;
	  	font-size: 8pt; 
	}
	.status_4           
	{ 
	  	background-color: OrangeRed;
	  	font-size: 8pt; 
	}
	.status_5           
	{ 
	  	background-color: DarkTurquoise;
	  	font-size: 8pt; 
	}
	.status_6           
	{ 
		background-color: Silver;
		font-size: 8pt; 
	}
	.status_7           
	{ 
		background-color: Violet;
		font-size: 8pt; 
	}
	.status_8           
	{ 
		background-color: MediumVioletRed;
		font-size: 8pt; 
	}
	.status_9           
	{ 
		background-color: DarkKhaki;
		font-size: 8pt; 
	}
	.status_0           
	{
 		font-size: 8pt;
 		font-weight: bold;
		background-color: yellow;
 		color: red;
 
 		animation: blink 1s linear 0s infinite normal ;
		}
		@keyframes blink {  
		 	 0% { color: red; }
		  	30% { color: black; }
			60% { color: red; }
		}
		@-webkit-keyframes blink {
		 	 0% { color: red; }
		  	30% { color: black; }
			60% { color: red; }
		}
		.blink {
		  -webkit-animation: blink 1s linear infinite;
		  -moz-animation: blink 1s linear infinite;
		  animation: blink 1s linear infinite;
		} 
	}
	.status_10           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
	}
	.status_12           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
	}
	.status_99
	{ 
 		font-size: 8pt;
 		font-weight: bold;
		background-color: #ffffff;
 		color: red;
 
 		animation: blink 1s linear 0s infinite normal ;
		}
		@keyframes blink {  
		 	 0% { color: red; }
		  	30% { color: black; }
			60% { color: red; }
		}
		@-webkit-keyframes blink {
		 	 0% { color: red; }
		  	30% { color: black; }
			60% { color: red; }
		}
		.blink {
		  -webkit-animation: blink 1s linear infinite;
		  -moz-animation: blink 1s linear infinite;
		  animation: blink 1s linear infinite;
		} 		
	}	
	.status_none           
	{ 
		font-size: 8pt; 
	}
	.dispo_4m           
	{ 
	  	background-color: #ffff80;
	}
	.dispo_4m_header    
	{ 
	  	background-color: #008000;
	}
	.navigation			
	{
		border-spacing: 4px;
		border-collapse: separate;
	}
	.userwechsel		
	{
	  	background-color: #FF9900;
	  	font-weight: bold;
	}
	.userwechsel_uhr		
	{
	  	background-color:  #FF9900;
		font-size: 7pt;
		cursor: pointer;
	}
	.stammdaten			
	{
	  	background-color: #FF66FF;
	  	font-weight: bold;
	}
	.abschnitte			
	{
	  	background-color: #FFCC00;
	  	font-weight: bold;
	}
	.datenbank			
	{
	  	background-color: #99FFCC;
	  	color: black;
	  	font-weight: bold;
	}
	.dispo				
	{
	  	background-color: LimeGreen;
	  	font-weight: bold;
	}
	.dispo_kanal				
	{
	  	font-size: 18px;
	  	font-weight: normal;
	}
	.dispo_table		
	{
	  	border: none;
		padding-top: 2px;
		padding-bottom: 2px;
		
		border-color: #ECF0AF;
		/*border-color: #FFFF66;*/
		
		border-right-style: hidden;
		border-left-style: hidden;
		
		border-top-style: solid;
		border-top-width: 2px;
		
		border-bottom-style: solid;
		border-bottom-width: 2px;
		
		/*	border-width: none;
	     border-top-color: #303030; 
	  	border-collapse: collapse;*/
	
	}
	.dispo_table_auswahl		
	{
	  	font-size: 16px;
	  /*	border: none;*/
	    border-style: solid none;
	 	border-width: none;
	  	border-color: #E6E6E6; 
	  	border-collapse: collapse;
	
	}
	.dispo_table_head	
	{
	  	background-color: #B0B0B0;
	  	border: none;
	/*
	  	border-width: none;
	  	border-collapse: collapse;
	*/
	}
	.schaden_table
	{
		border-style: none none none none;
	 	border-width: none;
	  	border-color: #000000; 
	  	border-collapse: collapse;
	}
	.schaden_table_head_left
	{
		border-style: none solid solid none;
	 	border-width: 3px;
	  	border-color: #000000; 
	  	background-color: #FF0000;
	}
	.schaden_table_head_right
	{
		border-style: none none solid solid;
	 	border-width: 3px;
	  	border-color: #000000; 
	  	background-color: #00FF00;
	}
	.schaden_table_body_left
	{
		border-style: none solid none none;
	 	border-width: 3px;
	  	border-color: #000000;
		text-align: center;
	}
	.schaden_table_body_right
	{
		border-style: none none none solid;
	 	border-width: 3px;
	  	border-color: #000000; 
		text-align: center;
	}
	.schaden_table_patientenzahl
	{
		font-size: 8pt; 
	}
	.lagemeldung_table
	{
		font-size: 8pt; 
	}
	.auftraege			
	{
	  	background-color: #FF3300;
	  	font-weight: bold;
	}
	.auftraege_table
	{
		font-size: 18pt;
	}
	.auftraege_table_seperator
	{
		background-color: #E6E6E6;
	}
	.patienten			
	{
	  	background-color: #3399FF;
	  	font-weight: bold;
	}
	.einsatzkraefte		
	{
	  	background-color: #CC0000;
	  	font-weight: bold;
	}
	.berichte			
	{
	  	background-color: #FFFF66;
	  	color: black;
	  	font-weight: bold;
	}
	.lage				
	{
	  	background-color: #99FF99;
	  	font-weight: bold;
    }
	.button_nav_small 
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		cursor: pointer;
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 5px;
		padding-right: 5px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		font: normal smallest/normal Arial, Helvetica, sans-serif;
		-o-text-overflow: clip;
		text-overflow: clip;
		-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2) ;
		box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2) ;
		color: rgba(0,0,0,1);
	}
	.button_nav_small:hover 
	{
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		background: -webkit-linear-gradient(-90deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: -moz-linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
	}
	.button_nav 
	{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		cursor: pointer;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font: normal medium/normal Arial, Helvetica, sans-serif;
		-o-text-overflow: clip;
		text-overflow: clip;
		-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
		color: rgba(0,0,0,1);
	}
	.button_nav:hover 
	{
		background-position: 50% 50%;
		-webkit-background-origin: padding-box;
		background-origin: padding-box;
		-webkit-background-clip: border-box;
		background-clip: border-box;
		-webkit-background-size: auto auto;
		background-size: auto auto;
		background: -webkit-linear-gradient(-90deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: -moz-linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		background: linear-gradient(180deg, rgba(140,140,140,1) 0, rgba(122,122,122,1) 100%);
		
	}
	.lage_ea_symbol
	{
	   	background-color: #FFCC00;	/*none; */
	  	font-size: 10pt;
	   	font-weight: bold;
	}	
	.lage_ea /*Text: EAL und COM*/ 
	{
	   	background-color: #FFCC00;	
	  	font-size: 7pt;
	   	font-weight: bold;
		padding-top: 4px;
		padding-bottom: 4px;
		
	}
	.lage_ea_com /*Buttons Kommunikationsdoku + FuG Hinzf.*/ 
	{
	   	background-color: white;
		font-size: 8pt;
		
	}
	.lage_ea_nummer /*Nummer des Abschnitts*/
	{
	   	background-color: #FFCC00;	
	  	font-size: 11pt;
	   	font-weight: bold;
		-moz-border-radius: 0px 0px 10px 0px ;
		-webkit-border-radius: 0px 0px 10px 0px ;
		border-radius: 10px 0px 0px 0px ;
	}
/*		.lage_ea_medium {
		border-style: solid solid solid solid;
	  	border-collapse: collapse;
	 	border-width: 1px;
	   	background-color: #FFCC00;	
	  	font-size: 8pt;
	   	font-weight: bold;
	}
*/	.lage_ea_small			
	{
		border-style: solid solid solid solid;
	  	border-collapse: collapse;
	 	border-width: 1px;
	   	background-color: #FFCC00;	/*none; */
	  	font-size: 6pt;
	   	font-weight: bold;
	}
	.lage_ea_table_bg	/*Hintergrund Abschnitt*/	
	{
	  	background-color: #ECF0AF;
	  	font-size: 8pt;
	  	font-weight: normal;
		margin-bottom: 5px;
		-moz-border-radius: 10px 10px 10px 10px ;
		-webkit-border-radius: 10px 10px 10px 10px ;
		border-radius: 10px 10px 10px 10px ;
		-moz-box-shadow: 1px 1px 1px #000000;
		-webkit-box-shadow: 1px 1px 1px #000000;
		box-shadow: 1px 1px 1px #000000;

	}
	.lage_ea_table		
	{
	  	/*background-color: #FFFF66;*/
	  	font-size: 8pt;
	  	font-weight: normal;
		
	}	
	.lage_ea_table_head /*EA Zeile 1: Abschnitt Name*/	
	{
	  	background-color: #FFCC00;
	  	font-size: 12pt;
	  	font-weight: normal;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-right: 4px;
		-moz-border-radius: 0px 0px 0px 0px ;
		-webkit-border-radius: 0px 0px 10px 0px ;
		border-radius: 0px 10px 0px 0px ;
	}
	.lage_ea_table_bemerkung /*EA Zeile 2: Bemerkung*/	
	{
	  	font-size: 8pt;
	  	font-weight: normal;
		text-align: center;
		padding-top: 4px;
		padding-bottom: 4px;		
		padding-left: 2px;
		padding-right: 2px;
		
	}
	.lage_ea_table_head_small	
	{
	  	background-color: #FFFF66;
	  	font-weight: normal;
		font-size: 8pt;
	}
	.lagekarte_marker {
		background: #FFCC00;
		border-radius: 14px 14px 14px 0px;
		width: 25px;
		height: 25px;
		border: 1px solid black;
		transform: rotate(-45deg);
		box-shadow: 0px 0px 3px grey;
		cursor: pointer;
	}
	.lagekarte_marker_text {
		transform: rotate(45deg);
		align: center;
		padding-top: 2px;
	    cursor: pointer;

	}
	.notfall_offen  	
	{
	  	background-color: #FF3300;
	}
	.notfall_dispo  	
	{
	  	background-color: #FF9900;
	}
	.ktp_offen  		
	{
	  	background-color: #33CC33;
	}
	.ktp_dispo  		
	{
	  	background-color: #99FF99;
	}
	.link  				
	{
	  	cursor:pointer;  
	}
	.kat_t1				
	{
	  	background-color: #FF3300;
	}
	.kat_t2				
	{
	  	background-color: #FFCC00;
	}
	.kat_t3				
	{
	  	background-color: #33CC33;
	}
	.kat_t4				
	{
	  	background-color: #3399FF;
	}
	.kat_t5				
	{
	  	background-color: #ffffff;
	}
	.kat_t6				
	{
	  	background-color: #000000;
	  	color: #ffffff;
	}
	.kat_sk1				
	{
	  	background-color: #FF3300;
	}
	.kat_sk2				
	{
	  	background-color: #FFCC00;
	}
	.kat_sk3				
	{
	  	background-color: #33CC33;
	}
	.kat_sk4				
	{
	  	background-color: #3399FF;
	}
	.kat_sk5				
	{
	  	background-color: #ffffff;
	}
	.kat_sk6				
	{
	  	background-color: #000000;
	  	color: #ffffff;
	}
	.uhr				
	{
	  	background-color: #FFFF80;
	}
	.fug				
	{
	  	background-color: #CCCCCC;
	}
	.adressen_person				
	{
	  	background-color: #CCCCCC;
	}
	.adressen_einrichtung				
	{
	}
	.combobox			
	{
	  	background-color: #FFCC00;
	}


}
.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}


@media print 	
{
	a				
	{ 
		font-family: Arial; 
	  	font-size: 10pt; 
	  	text-decoration: none;   
	  	color: black;
	}
	a:link			
	{ 
	}
	a:visited       
	{ 
	}
	address
	{ 
	  	font-family: Arial; 
	}
	body
	{
		font-family: Arial; 
		background-color: #FFFFFF;
		margin-top: 5pt;
		margin-left: 5pt;
		margin-right: 5pt;
		margin-bottom: 5pt;  
	}
	button          
	{ 
	  	font-family: Arial; 
	}
	fieldset        
	{ 
	  	font-family: Arial; 
	}
	h1
	{ 
		font-family: Arial;
		font-weight: bold;
		font-size: 18pt;
		text-align: center;
		color: white;
/*		background-color: #008000; */
	}
	h2				
	{ 
	  	font-family: Arial; 
	  	font-size: 16pt;
	}
	h3
	{ 
	  	font-family: Arial; 
	  	font-size: 14pt;
	}
	h4              
	{ 
	  	font-family: Arial; 
	  	font-size: 12pt;
	}
	h5              { 
	  	font-family: Arial; 
	}
 	h6				{ 
	  	font-family: Arial; 
	}

	hr
	{ 
		font-family: Arial;
/*		noshade: noschade;*/
		color: #000000;   
	}
	html            
	{ 
	  	font-family: Arial; 
	}

	input
	{ 
	  	font-family: Arial; 
	}
	legend			
	{ 
	  	font-family: Arial; 
	}
	li              
	{ 
	  	font-family: Arial; 
	}
	ol              
	{ 
	  	font-family: Arial; 
	}
	option          
	{ 
	  	font-family: Arial; 
	}
	p				
	{ 
	  	font-family: Arial; 
	  	font-size: 10pt;
	}
	pre             
	{ 
	  	font-family: Arial; 
	}
	select          
	{ 
	  	font-family: Arial; 
	}
	table           
	{ 
	  	font-family: Arial;
/*	  	cellpadding: 0; 
	  	cellspacing: 0; */
	  	border-collapse: collapse;
	  	border-color: #111111;   
	}

	td
	{ 
	  	font-family: Arial; 
	  	font-size: 10pt;
	  	border-color: #111111;   
	}
	textarea        
	{ 
	  	font-family: Arial; 
	}
	th              
	{ 
	  	font-family: Arial; 
	  	border-color: #111111;   
	}
	tr              
	{ 
	  	font-family: Arial; 
	}

	ul              
	{ 
	  	font-family: Arial; 
	}
	.status_1           
	{ 
	  	background-color: #ffffff;
	  	font-size: 8pt; 
	}
	.status_2           
	{ 
	  	background-color: #ffffff;
	  	font-size: 8pt; 
	}
	.status_3           
	{ 
	  	background-color: #ffffff;
	  	font-size: 8pt; 
	}
	.status_4           
	{ 
	  	background-color: #ffffff;
	  	font-size: 8pt; 
	}
	.status_5           
	{ 
	  	background-color: #ffffff;
	  	color: #ffffff;
	  	font-size: 8pt; 
	}
	.status_6           
	{ 
		background-color: #ffffff;
		font-size: 8pt; 
	}
	.status_7           
	{ 
		background-color: #ffffff;
		font-size: 8pt; 
	}
	.status_8           
	{ 
		background-color: #ffffff;
		font-size: 8pt; 
	}
	.status_9           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
	}
	.status_10           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
	}
	.status_0           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
	}
	.status_12           
	{ 
		background-color: #ffffff;
		color: #000000;
		font-size: 8pt; 
}
	.dispo_4m           
	{ 
/*	  	background-color: #ffff80;*/
	}
	.dispo_4m_header    
	{ 
/*	  	background-color: #008000; */
	}
	.userwechsel		
	{
/*	  	background-color: #FF9900;*/
	  	font-weight: bold;
	}
	.stammdaten			
	{
/*	  	background-color: #FF66FF;*/
	  	font-weight: bold;
	}
	.abschnitte			
	{
/*	  	background-color: #FFCC00; */
	  	font-weight: bold;
	}
	.datenbank			
	{
/*	  	background-color: #99FFCC;*/
	  	font-weight: bold;
	}
	.dispo				
	{
/*	  	background-color: #33CC33;*/
	  	font-weight: bold;
	}
	.dispo_table		
	{
	  	border: none;
	/*  border-style: solid;
		border-width: none;
	  	border-color: #303030; 
	  	border-collapse: collapse;
	*/
	}
	.dispo_table_head	
	{
/*	  	background-color: #B0B0B0;*/
	  	border: none;
	/*
	  	border-width: none;
	  	border-collapse: collapse;
	*/
	}
	.auftraege			
	{
/*	  	background-color: #FF3300;*/
	  	font-weight: bold;
	}
	.patienten			
	{
/*	  	background-color: #3399FF;*/
	  	font-weight: bold;
	}
	.einsatzkraefte		
	{
/*	  	background-color: #CC0000;*/
	  	font-weight: bold;
	}
	.berichte			
	{
/*	  	background-color: #FFFF66;*/
	  	color: black;
	  	font-weight: bold;
	}
	.lage				
	{
/*	  	background-color: #99FF99;*/
	  	font-weight: bold;
	}
	.lage_ea			
	{
	   	background-color: #FFFFFF;
	   	font-weight: bold;
	}
	.lage_ea_table		
	{
	  	background-color: #ffffff;
	  	font-weight: normal;
	}
	.lage_ea_table_bg		
	{
	  	background-color: #FFFF66;
	  	font-size: 8pt;
	  	font-weight: normal;
		
		-moz-box-shadow: 1px 1px 1px #000000;
		-webkit-box-shadow: 1px 1px 1px #000000;
		box-shadow: 1px 1px 1px #000000;
	
	}
	.lage_ea_table_head	
	{
	  	background-color: #ffffff;
	  	font-weight: normal;
	}
	.lage_ea_table_head_small	
	{
	  	background-color: #FFFFFF;
	  	font-weight: normal;
		font-size: 8pt;
	}
	.notfall_offen  	
	{
/*	  	background-color: #FF3300;*/
	}
	.notfall_dispo  	
	{
/*	  	background-color: #FF9900;*/
	}
	.ktp_offen  		
	{
/*	  	background-color: #33CC33;*/
	}
	.ktp_dispo  		
	{
/*	  	background-color: #99FF99;*/
	}
	.link  				
	{
	  	cursor:pointer;  
	}
	.kat_t1				
	{
/*	  	background-color: #FF3300;*/
	}
	.kat_t2				
	{
/*	  	background-color: #FFCC00;*/
	}
	.kat_t3				
	{
/*	  	background-color: #33CC33;*/
	}
	.kat_t4				
	{
/*	  	background-color: #3399FF;*/
	}
	.kat_t5				
	{
/*	  	background-color: #ffffff;*/
	}
	.kat_t6				
	{
/*	  	background-color: #000000;*/
	  	color: #ffffff;
	}
	.uhr				
	{
/*	  	background-color: #FFFF80;*/
	}
	.fug				
	{
/*	  	background-color: #CCCCCC;*/
	}
	.adressen_person				
	{
/*	  	background-color: #CCCCCC;*/
	}
	.adressen_einrichtung				
	{
	}

}
.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	white-space: nowrap;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.tree a {
	color: #000;
	text-decoration: none;
}
.tree a:hover {
	color: #345373;
}
.lage_ea_table {
}
