textarea {
   font-family: inherit;
   font-size: inherit;
}

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

.headline
{
	/* 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #666;
	text-decoration: none;
	 */
	font-weight: bold;
}
.stornoheadline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

/* 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; }

.transparent_button { color: inherit; font-family: inherit; line-height: inherit; font-size: inherit; font-weight: inherit; border: none; background-color: transparent; cursor: pointer; width: 100%;} 
.transparent_button_normal_width { color: inherit; font-family: inherit; line-height: inherit; font-size: inherit; font-weight: inherit; border: none; background-color: transparent; cursor: pointer; } 

TABLE { border-collapse: collapse; }
fieldset { border: 0; margin: 0; padding: 2px; }

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

#container { }

#inputcontrolscontainer { }

.inputBox
{
	/* height: 24px; */
	font-size: 12pt;
	line-height: 12px;
	border: 1px solid #bbb;
	margin:0;
	background-color: #fff;
}
#tbNotiz { height: 60px; }

.standardselect { font-size: 12pt; }


#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; }
.selecteditem { background-color: #7FC241; color: #FFF; font-weight: bold;} /* ausgewählter Menüpunkt */
#progress_bar th:hover {	background:#7FC241; }
.resource_list  { list-style: none; margin: 0;  padding: 0; }
.resource_list li { border: 0; margin: 0 10px 3px 0; padding: 5px; text-align:left; cursor: pointer; }
.resource_list_item { background-color: #ddd; }
.resource_list_item:hover { background:#7FC241; }
.resource_list_selecteditem { background-color: #7FC241; color: #FFF; font-weight: bold; }
.resource_list_emptyitem { background-color: #FFF; }
.resource_list_headeritem { width:100%; background-color: #FFF; padding: 3px; font-weight: bold; text-align:left; }
.resource_list_picture_item { background-color: #ddd; margin-right: 10px; padding: 10px; text-align:center; cursor: pointer; }
.resource_list_selected_picture_item { background-color: #990000; color: #FFF; margin-right: 10px; padding: 10px; text-align:center; cursor: pointer; }
.resource_list img { height: 150px; }

#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:30px; border: 1px solid #ddd; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
.termintable th { height:15px; line-height: 15px; border: 0;  background-color: #7FC241; 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 { } /* Termintabelle Header erste Zeile */
.th2 { } /* Termintabelle Header zweite Zeile */
.month_step_button { } /* Termintabelle Header Monats-Navigation */
.sc { background-color: #e4e2d8; color: #fff;} /* Termintabelle Tage außerhalb des aktuellen Monats */
.availableday { background-color: #7FC241; color: #FFF; cursor: pointer;} /* verfügbarer Tag mit freien Terminen */
.availabletime { background-color: #7FC241; color: #FFF; font-weight: bold; padding: 5px; white-space: nowrap; } /* 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;}

