 /*
#-----------------------------------------------------------------------#
# 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;
 }

 /**
  * Spezielle Formatierungen fuer die einzelnen Element-Typen
  **/
 input.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	background-color: #ffffff;
}
 textarea.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	background-color: #ffffff;
}
 select.formular {
   font:Helvetica,Helv,Verdana; font-family:Helvetica,Helv,Verdana;
   background-color:#ffffff;
 }
 td.formular {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	vertical-align:top;
	background-color: #ffffff;
	color:black;
}
 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: #ffffff;
	color:#000000;
}
 td.komm2 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:16;
	background-color: #ffffff;
	color:#000000;
}
 td.komm3 {
	font:Helvetica,Helv,Verdana;
	font-family:Helvetica,Helv,Verdana;
	font-size:12;
	background-color: #ffffff;
	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:#ffffff;
}
.haupt2
{
	font-family: verdana;
	font-size:12px;
	color:#000000;
	background-color: #ffffff;
}
.haupt3{
	font-family: verdana;
	font-size:12px;
	color:#000000;
	background-color: White;
}