/* Neue Styles */

@import url(http://www.xn--praxis-fr-innere-medizin-2sc.de/import/praxis/css/bootstrap.css);

/* Neue styles ENDE */

td,p,div,li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

a { text-decoration: none; }
a:link, a:visited { color: #333; }
a:hover, a:active { color: #999; }

TABLE { border-collapse: collapse; }

body
{
	color: #333;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.inputBox
{
	font-size: 12pt;
	line-height: 16px;
	border: 1px solid #bbb;
	background-color: #fff;
	width:100%;
}

input[name="tbNotiz"] { width: 420px; }

.resource_bar  { background-color: #ddd; }
.resource_bar td { border: 1px solid black; text-align:left;}
.progress_bar { background-color: #ddd; } /* Hintergrundfarbe der Fortschrittsanzeige */

table.termintable { background-color: #fff; }
/* table.termintable th { height:15px; border: 1px solid #ddd;  font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
table.termintable td { width:40px; height:40px; border: 1px solid #ddd; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
table.termintable th { height:15px; border: 0;  background-color: #3355aa; color: #fff; font-weight: bold; text-align:center;} /* Standardfarbe, die meisten Zellen, können nicht gebucht werden */
table.termintable a { font-weight: bold; color: #fff;}
.sc { background-color: #e4e2d8; } /* sc = StandardCell = Grundfarbe der Termintabelle Header und linke Spalte */
.hc { background-color: #bfbeb6; } /* hc = FullHourCell = Farbe für "volle Stunden" (z.B. 08:00) in der linken Spalte */
.oc { background-color: #999; } /* oc = OccupiedCell = Zellen, die von Besuchern gebucht wurden */
.ec{ background-color: #fff; } /* ec = EmptyCell = freie Zellen */
.availableday { background-color: #44ff22; cursor: pointer;} /* verfügbarer Tag mit freien Terminen */
.selecteditem{ background-color: #ffaa00; font-weight: bold;} /* ausgewählter Menüpunkt */
.selectedday { border: 3px solid red; font-weight: bold;} /* ausgewählter Tag im Kalender */
.availabletime { background-color: #ffaa00; font-weight: bold; padding: 5px; cursor: pointer;} /* verfügbare Uhrzeiten am ausgewählten Tag */



/* Neue Styles */

body { margin: 0; }

td,p,div,li {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
}

.selecteditem{      background-color: #9d2531;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
}
	
p[style^="color:"] {
	    color: #A0A0A0;
	    font-size: 12px;
	    line-height: 17px;
	}

/* Neue styles ENDE */