<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">textarea {
   font-family: inherit;
   font-size: inherit;
}

td, th,p,div,li, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.headline
{
	/* 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #666;
	text-decoration: none;
	 */
	font-weight: bold;
	padding: 13px;
	display: block;
}
.stornoheadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	margin: 5%;
}

/* Meldungsfenster in Fenstermitte */
#meldung {
	font-size: 24pt;
	opacity: 0.8;
	background-color: #E0E0E0;	
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100%;
	top:0;
	height: 100%;
	padding: 100px;
	display:none;
	}


a { text-decoration: none; }
a:link, a:visited { color: #333; }
a:hover, a:active { color: #999; }

TABLE { border-collapse: collapse; }
fieldset { border: 0; padding: 0; }

body
{
	color: #333;
	background-color: #fff;
	margin: 0;
}

#inputcontrolscontainer { }

.inputBox
{
	width: 99%;
	height: 36px;
	font-size: 10pt;
	line-height: 16px;
	border: 1px solid #bbb;
	background-color: #fff;
}
#tbNotiz { height: 80px; }

.standardselect { font-size: 16pt; }


#progress_bar_table { width:100%; } /* z.B. {width:100%;} */
.progress_bar { background-color: #ddd; } /* Hintergrundfarbe der Fortschrittsanzeige */
.progress_bar td, th { padding: 5px; }
.progress_bar_2nd_row td { vertical-align: text-top; padding: 13px!important; background: #ffaa00; font-weight: bold; }

.resource_list  { list-style: none; margin: 0;  padding: 0; }
.resource_list li { width:100%; border: 0; margin: 0 0 3px 0; padding: 13px; text-align:left; cursor: pointer; font-weight: bold;}
			/* wenn Fotos der Ärzte verwendet werden und diese nicht untereinander, sondern nebeneinander erscheinen sollen, dann im .resource_list li   float:left;   hinzufügen. */
.resource_list_item { background-color: #ddd; }
.resource_list_selecteditem { background-color: #ffaa00; font-weight: bold; }
.resource_list img { max-width: 100%; }

#singleresourceheader { }

.termintable { background-color: #fff; width:100%; }
/* .termintable th { height:15px; border: 1px solid #ddd;  font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
.termintable td { width:40px; height:40px; border: 1px solid #ddd; text-align:center; cursor: pointer;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
.termintable td:hover {font-weight: bold; font-size: 13px;

}
.termintable th { height:15px; line-height: 30px; border: 0;  background-color: #734f1f; color: #fff; font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
.termintable a { font-weight: bold; color: #fff;}
.th1 { background-color: #e4e2d8; } /* Termintabelle Header erste Zeile */
.th2 { background-color: #e4e2d8; } /* Termintabelle Header zweite Zeile */
.month_step_button { } /* Termintabelle Header Monats-Navigation */
.sc { background-color: #e4e2d8; color: #fff;} /* Termintabelle Tage außerhalb des aktuellen Monats */
.ec{ background-color: #fff; } /* ec = EmptyCell = normale Tage des Monats */
.selecteditem{ background-color: #ffaa00; font-weight: bold;} /* ausgewählter Menüpunkt */
.availableday { background-color: #44ff22; cursor: pointer;} /* verfügbarer Tag mit freien Terminen */
.availabletime { background-color: #ffaa00; font-weight: bold; line-height: 40px; padding: 5px; white-space: nowrap; cursor: pointer;} /* verfügbare Uhrzeiten am ausgewählten Tag */
#selectedday { outline: 3px solid red; font-weight: bold;} /* ausgewählter Tag im Kalender */


.footer { color:#A0A0A0; font-size: 6pt;}

</pre></body></html>