 /*
#-----------------------------------------------------------------------#
# Formularverwaltung                                                    #
# (c) 2003 by cycro-systems and lgs                                     #
#-----------------------------------------------------------------------#
# Version : 0.1 (09.10.2003)                                            #
# Programmierer : Dr.-Ing. A.Hofmann                                    #
#-----------------------------------------------------------------------#
# Globale Einstellungen fuer die Formulargestaltung:                    #
# - Standardformatierung fuer alle die HTML-Elemente des Formulars      #
# - formatiert werden die Elemente TD, INPUT, TEXTAREA, SELECT innerhalb#
#   des Formulars, Hintergrundfarbe wird in formular.lang.. definiert   #
# - Die Kennzeichnung von Pflichtfeldern (INPUT) erfolgt innerhalb der  #
#   Formularerstellung                                                  #
#-----------------------------------------------------------------------#
 */

 /**
  * Fuer alle Elemente wird die Texthoehe gleich festgelegt
  **/
 .formular { font-size:12;background-color: white;
 }

 /**
  * Spezielle Formatierungen fuer die einzelnen Element-Typen
  **/
 input.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	background-color: transparent;
}
 textarea.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	background-color: transparent;
}
 select.formular {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;
   background-color:transparent;
 }
 td.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	vertical-align:top;
	//background-color: transparent;
	color:black;background-color: white;
}
 h3.formular {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;
   font-size:14;
     margin-top:3;margin-bottom:10;margin-left:3;
 }
 /** Die vier Schrifttypen fuer Kommentare/Texte **/
 /** Farbsetzung analog haupt3 **/
 td.komm1 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:18;
	background-color: transparent;
	color:#000000;
}
 td.komm2 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:16;
	background-color: transparent;
	color:#000000;
}
 td.komm3 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:12;
	background-color: transparent;
	color:#000000;
}
 td.komm4 {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;
   font-size:9;background-color:#E6FA99;color:#000000;
 }
.haupt{
	font-family: verdana;
	font-size:12px;		
	color:#000000;
	background-color:white; /*Silver;*/
}
.haupt2
{
	font-family: verdana;
	font-size:12px;
	color:#000000;
	background-color:white; /*#ffffff;*/
}
.haupt3{
	font-family: verdana;
	font-size:12px;
	color:#000000;
	background-color: White;
}
 td.blue1 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 input.blue1 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 select.blue1 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 textarea.blue1 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}

 td.blue2 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 select.blue2 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 input.blue2 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 textarea.blue2 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }

 td.blue3 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 select.blue3 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 input.blue3 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 textarea.blue3 {
	font:Helvetica,Helv,Verdana;font-family:Helvetica,Helv,Verdana;font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }

 td.blue4 {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;font-size:9;background-color:#F0F8FF;color:#000000;
}
 input.blue4 {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;font-size:9;background-color:#F0F8FF;color:#000000;
}
 select.blue4 {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;font-size:9;background-color:#F0F8FF;color:#000000;
}
 textarea.blue4 {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;font-size:9;background-color:#F0F8FF;color:#000000;
}
/** Cybio **/
.12boldblack {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #000000;
	font-weight: bold;
}

.12boldblue {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #009CFF;
	font-weight: bold;
}

.12normalblack {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #000000;
	font-weight: normal;
}

.11normalblack {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #000000;
	font-weight: normal;
}

.11normalblue {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #009CFF;
	font-weight: normal;
}

.11boldblue {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #009CFF;
	font-weight: bold;
}

.10normalblack {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #000000;
	font-weight: normal;
}

.10boldblack {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;background-color: white;
	color: #000000;
	font-weight: bold;
}
/*** Ende Cybio ***/
