

/* 1. Farben für Bereiche in allen htm-files		*/	
/* Nr. 1 */		
body.corpus {
	background: #808080; 
}

/* id_anzeigebereich => oberste div, folgt direkt auf body */

/* Nr. 2 */		
div#id_anzeigebereich {
	background: #003399;
}

/* id_anzeigebereich enthaelt die divs "id_gesamtheader" (enthaelt das Titelbild) und "id_main" (enthaelt den Rest)
*  id_mainheaderfolie umschliesst die "id_mainheader", die die Menuebuttons enthaelt
*/
/* Nr. 3 */		
div#id_mainheaderfolie {
	background: #6A66D1;
}	
		
/* Nr. 4 */		
div#id_mainheader {
}

/* zweite div in "id_main", folgt auf "id_mainheaderfolie", enthaelt den restlichen Bereich*/
/* Nr. 5 */		
div#id_mainbody {
	background: #FFFFFF;
}

/* menue-divs in id-mainheader zum Umschliessen der Menuebuttons  */

/* Nr. 6 */		
div.menuebuttonbox {
}
/* Farbe inaktive Menuebuttons */
/* Nr. 7 */		
button.menuebutton {
	background: #A0A0A0;
}

/* Farbe aktive Menuebuttons */
/* Nr. 8 */		
button.menuebuttonaus {
	background: #FAEAF0;
}


/* !!!!  2. Farbverwaltung : nur Zytologieseminar    !!!!*/

/* Nr. 9 */		
button.buttonstartheader {
	background: #6A66D1;
	color: #FFFFFF;
}

/* in dieser div werden die ausgewählten Fälle angezeigt  */
/* Nr. 10 */		
div#id_fallbereich {
	background: #003399;
}

/* oberste div in id_fallbereich   */
/* Nr. 11 */		
div#id_fallinnen {
	background: #D0D0D0;
}

/* Farbe Fallkopf, Kopfbereich in id_fallinnen, enthaelt Ueberschrift und zurueck-button  */
/* Nr. 12 */		
div#id_kopfinnen {
	background: #6A66D1;
}
/* Nr. 13 */		
p#id_ueberschrift {
	color: #FFFFFF;
}

/* neben id_kopfinnen enthaelt die div id_fallinnen die div id_bodyinnen
*  dieser Bereich enthaelt als erste div "id_buttonleiste", die linke Spalte, die die Buttons enthaelt
*/
/* Nr. 14 */		
div#id_buttonleiste {
	background: #D0D0D0;
}

/* Hintergrund in Anamnese etc. zweite div in id_bodyinnen:  id_inhaltsfeld, in diesem Bereich werden die Texte, Tabellen und Bilder angezeigt */
/* Nr. 15 */		
div#id_inhaltsfeld {
	background: #C5C1C1;
}

/* Farbangaben für h4-Tags , werden eventuell nicht mehr verwendet	*/
/*
h4 {
	color: #FFFFFF;
}
h4.startheader {
	color: #FFFFFF;
}
*/

/* die folgenden Regeln beziehen sich auf divs , buttons und images im body der Startseite von zytologieseminar.de  */
			
/* Nr. 16 */		
div#tast1 {
	background: #808080;
}
/* Nr. 17 */		
button#button1 {
	background: #808080;
}
			
/* Nr. 18 */		
div#texte1 {
}
			
/* Nr. 19 */		
div#tast2 {
	background: #808080;
}

/* Nr. 20 */		
button#button2 {
	background: #808080;
}
			
/* Nr. 21 */		
div#texte2 {
}
			
			
/* Nr. 22 */		
div#tast3 {
	background: #808080;
}
/* Nr. 23 */		
button#button3 {
	background: #808080;
}
			
/* Nr. 24 */		
div#texte3 {
}

/* Regeln beziehen sich auf divs und inputs in der div "id_fuss", dem letzen Bereich innerhalb der div	"id_main"  */		
			
/* Nr. 25 */		
div#Fall {
	background-color: #FFFFFF;
}

/* Nr. 26 */		
button#Fallsuche {
}

/* Nr. 27 */		
input#Suchfeld {
	background-color: #FFFFFF;
	color: #000000;
}

/* Nr. 28 */		
button#suchfeld_x_button {
	background-color: #FFFFFF;
	color: #000000;
}


/* Nr. 29 */		
div#Auswahl {
}

/* in der div "id_main2" wird das Inhaltsverzeichnis für Studenten-Modus und interaktiven Modus aufgebaut
*  die erste enthaltene Div "id_mainheader2" enthaelt die Ueberschrift
*/
/* Nr. 30 */		
div#id_mainheader2 {
	background: #4A0079;
	border: 1px solid #ffffff;
}

/* Nr. 31 */		
form#id_mainbody2 {
	background-color: #ffffff;
	color: #000000;
}

/* Nr. 32 */		
div#id_bereich1 {
	background-color: #ffffff;
	color: #000000;
}
/* Nr. 33 */		
div#id_bereich11 {
	background-color: #ffffff;
	color: #000000;
}
/* Nr. 34 */		
div#id_bereich12 {
	background-color: #ffffff;
	color: #000000;
}


/* Nr. 35 */		
p#tabtext1 {
	background-color: #ffffff;
}



/* in der div "id_main3" wird die Dozentenseite aufgebaut
*  die darin enthltene Div "id_mainheader3" enthaelt den Ruecksprung - Button
*/

/* Nr. 36 */		
div#id_mainheader3 {
	background: #4A0079;
}
/* Nr. 37 */		
div#id_main3innen {
	background: #FFFFFF;
}
/* Nr. 38 */		
div#id_fallauswahl {
	background: #808080;
	color: #000000;
}
/* Nr. 39 */		
div#legendrahmen {
	background: #FFFFFF;
	color: #808080;
}

/* Regel für h4-tag innerhalb der Dozentenseite*/
/* kann entfallen da bereits in Nr. 38 definiert
h4#id_header03lu {
	color: #000000;
}
*/

/* Fallinhalsseite, linke Buttonspalte interaktive bzw. aktive Buttons innerhalb der linken Buttonspalte   */			
/* Nr. 40 */		
button.interaktiv {
	color: #444444;
	background: #FAEAF0;
}

/* Nr. 41 */		
button.aktiviert {
	color: #000000;
	background: #F9CADE;
}

/* neu aus zyto_m3.html, inline  */


/* Labortabellen, Immunphänotypisierung  */
/* Tabellenhintergrund      */
div#id_divtabrumpf {
	background: #D0D0D0;
}
/* Tabellen-Kopf  */
/* Nr. 42 */		
table#id_tabellenkopf {	
	background: #F4AACA;
	color: #000000;
}

/* Tabellenrumpf  */
/* Nr. 43 */		
table#id_werttabelle {
	background: #FAEAF0;
}

/* Schriftfarben für Laborzeilen etc.  */
/* Nr. 44 */		
tr.laborzeile_standard {
	color: #000000;
}
/* Nr. 45 */		
tr.laborzeile_hervorgehoben{
	color: #FF0000;
}

/* Nr. 46 */		
button#id_button_weiter {
	background-color: #6A66D1;
	color: #FFFFFF;
}
			
/* Nr. 47 */		
button#id_button_abbruch {
	background-color: #6A66D1;
	color: #FFFFFF;
}

/*			
div.tabellenspalte {
}
			
div#id_laborausgabe_tabellentitelzeile {
}
			
div#id_laborausgabe_tabellenkoerperdiv {
}
*/


/* Beurteilungsseite Pappenheim.....*/
/* Kopfreiter	: hintergrund- und Randfarben */
/* 1. eingeschalteter Reiter	*/
/* Nr. 48 */		
div.reiter_ein {
	background: #E6582B none repeat scroll 0% 0%;
	border-left: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}
/* Nr. 49 */		
div.reiter_aus {
	background: #FFBB77 none repeat scroll 0% 0%;
	border-left: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
}

/* Pappenheimtabelle, Kopfzeile	*/
/* Nr. 50 */		
table#id_pappenheimtabelle {
	background-color: #F2FDCC;
}

/* Nr. 51 */		
tr#id_pappenheimer_kopfzeile {
	background-color: #E4FC94;
}


/* Pappenheimtabelle: Tabellenzellen	*/
/* Nr. 52 */		
td.pappenheimzelle_aus {
	background-color: #F2FDCC;
}
/* Nr. 53 */		
td.pappenheimzelle_ein {
	background-color: #E65828;
}


/* Diagnostikseite		*/
/*===================   */

/* "id_suchfenster" = Kasten um "Suchen nach Diagnostik"		*/
/* Nr. 54 */		
div#id_suchfenster {
	background-color: #FAEAF0;
	color: #000000;
}
/* Feld zu Texterfassung */
/* Nr. 55 */		
input#id_diagnostiksuchfeld {
	background-color: #FAEAF0;
	color: #000000;
}
/* Feld mit loesch-x*/
/* Nr. 56 */		
button#id_suchexbutton {
	background-color: #FAEAF0;
	color: #000000;
}
/* Kasten für Schnelldiagnostik	*/
/* Nr. 57 */		
div#id_div_schnelldiagnostik{
	background-color: #F9CADE;
	color: #000000;
}
/* rechs neben "id_suchfenster" 								*/
/* Nr. 58 */		
div#id_areal_ausgabefeld{
	background-color: #FAEAF0;
	color: #000000;
}

td.diagnostikzelle__1 {
	/*background-color: #FFFFFF;*/
	background-color: #FAEAF0;
}
td.diagnostikzelle__1_wahr {
	background-color: #00FF00;
}
td.diagnostikzelle__1_falsch {
	background-color: #FF0000;
}


/* unter id_suchfenster und id_div_schnelldiagnose				*/
/* Nr. 59 */		
div#id_labor_ausgabefeld	{
	background-color: #FAEAF0;
	color: #000000;
}

/* Ende Diagnostikseite		*/
/* Diagnoseseite	*/
/* suchfeld	 + loesch-button "x"		*/
/* Nr. 60 */		
input#id_textfelddiagnosesuchen {
	background-color: #FFFFFF;
	color: #000000;
}
/* Nr. 61 */		
button#id_suchexbutton2 {
	background-color: #FFFFFF;
	color: #000000;
}

/* Auswahlbereich  */
/* Nr. 62 */		
div.auswahlbereich_standard{
	background-color: #FAEAF0;
}
/* Nr. 63 */		
div.auswahlbereich_gesperrt{
	background-color: #D0D0D0;
	color: #A0A0A0;
}

/* Pruefbereich  	*/
/* Nr. 64 */		
div#id_pruefbereich {
	background-color: #FAEAF0;
}

/* Zeilen im Auswahlbereich u. Pruefbereich	*/
/* Nr. 65 */		
td.diagnosezeile  {
	background-color: #FAEAF0;
}
/* Nr. 66 */		
td.diagnosezeile_markiert  {
	/*background-color: #E65828;*/
	background-color: #F9CADE;
}
/* Nr. 67*/
td.diagnosezeile_gesperrt  {
	background-color: #D0D0D0;
	color: #A0A0A0;
}

/* Nr. 68 */		
td.pruefungsz  {
	background-color: #FAEAF0;
}
/* Nr. 69 */		
td.pruefungsz_markiert  {
	/*background-color: #E65828;*/
	background-color: #F9CADE;
}


/* Nr. 70 */		
button#id_diagnoseauswahl {
}

/* Nr. 71 */		
button#id_diagnoseEntfernen {
}

/* Nr. 72 */		
button#id_kommentar {
}

/* Nr. 73 */		
button#id_Aufloesung {
}

/* Ende Diagnoseseite	*/


/* login-Seiten         */
button.login_button {
	background-color: #6A66D1;
	color: #FFFFFF;
}
button.zurueck1_button {
	background-color: #6A66D1;
	color: #FFFFFF;
}

button.account1_buttonfeld  {
	background-color: #6A66D1;
	color: #FFFFFF;
}

button.account2_button  {
	background-color: #6A66D1;
	color: #FFFFFF;
}

button.pwdbutton {
	background-color: #6A66D1;
	color: #FFFFFF;
}

div#id_auswahlsortierer_div {
}

