 /*
#-----------------------------------------------------------------------#
# 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 "language-files" 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; }
 .formularT { font-size:12;background-color: transparent; }
 td.formularBL {background-color:black;color:"#E7CD18";}

 /**
  * Spezielle Formatierungen fuer die einzelnen Element-Typen
  **/
 input.formular {
	font-family:  Arial, sans-serif;
	background-color: transparent;
}
 textarea.formular {
	font-family:  Arial, sans-serif;
	background-color: transparent;
}
 select.formular {
	font-family:  Arial, sans-serif;
   background-color:transparent;
 }
 td.formular {
	font-family:  Arial, sans-serif;
	vertical-align:top;
	//background-color: transparent;
	color:black;background-color: white;
}
 h3.formular {
 	font-family:  Arial, sans-serif;
 	font-size:14;
     margin-top:3;margin-bottom:10;margin-left:3;
 }
 /****************  BASTELSTUNDE  *****************/
 td.selectdesign {
  padding:5px;margin:0px;
  background-color:transparent;
  border:1px solid darkgray;
  vertical-align:top;
  -moz-border-radius-topleft:7px;
 }
 .selectdesign td {
  padding:1px;padding-top:3px;margin:0px;
  border: 0px;font-size:12px;
  vertical-align:center;
  background-color:transparent;
 }
 .selectdesign input { border:0px;border-bottom:1px solid grey;background-color:79CDCD; }
 .selectdesign a { font-weight:bold;text-decoration:none; }
 .selectdesign select { background-color:transparent;border-bottom: 1px solid grey; }
 .selectdesign select option { background-color:79CDCD; }
 
 .buttondesign { padding:3px; }
 .buttondesign input {
  border-left:solid 3px grey;
  border-top:solid 3px grey;
  border-bottom:solid 3px black;
  border-right:solid 3px black;
  font-size:13px;font-weight:bold;
}

.kommentar { background-color:#D6DBDE;font-size:12px;padding:5px;padding-left:2px; }
.kommueber1{ background-color:#D6DBDE;font-size:14px;font-weight:bold;padding:5px;padding-left:2px; }

 /*** Ende der Bastelstunde **/
 
 /** Die vier Schrifttypen fuer Kommentare/Texte **/
 /** Farbsetzung analog haupt3 **/
 td.komm1 {
	font-family:  Arial, sans-serif;
	font-size:18;
	background-color: transparent;
	color:#000000;
}
 td.komm2 {
	font-family: Arial, sans-serif;
	font-size:16;
	background-color: transparent;
	color:#000000;
}
 td.komm3 {
	font-family:  Arial, sans-serif;
	font-size:12;
	background-color: transparent;
	color:#000000;
}
 td.komm4 {
   font-family:  Arial, sans-serif;
   font-size:9;background-color:#E6FA99;color:#000000;
 }
.haupt{
	font-family:   Arial, sans-serif;
	font-size:12px;		
	color:#000000;
	background-color:white; /*Silver;*/
}
.haupt2
{
	font-family:   Arial, sans-serif;;
	font-size:12px;
	color:#000000;
	background-color:white; /*#ffffff;*/
}
.haupt3{
	font-family:   Arial, sans-serif;;
	font-size:12px;
	color:#000000;
	background-color: White;
}
 td.blue1 {
	font-family:  Arial, sans-serif;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 input.blue1 {
	font-family:  Arial, sans-serif;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 select.blue1 {
	font-family:  Arial, sans-serif;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}
 textarea.blue1 {
	font-family:  Arial, sans-serif;
	font-size:18;
	background-color: #1E90FF; /*transparent;*/
	color:#000000;
}

 td.blue2 {
	font-family:  Arial, sans-serif;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 select.blue2 {
	font-family:  Arial, sans-serif;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 input.blue2 {
	font-family:  Arial, sans-serif;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }
 textarea.blue2 {
	font-family:  Arial, sans-serif;
	font-size:16;background-color: #00BFFF; /*#transparent;*/ color:#000000; }

 td.blue3 {
	font-family:  Arial, sans-serif;
	font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 select.blue3 {
	font-family:  Arial, sans-serif;
	font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 input.blue3 {
	font-family:  Arial, sans-serif;
	font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }
 textarea.blue3 {
	font-family:  Arial, sans-serif;
	font-size:12;
	background-color: #00FFFF; /*transparent;*/color:#000000; }

 td.blue4 {
	font-family:  Arial, sans-serif;font-size:9;background-color:#F0F8FF;color:#000000;
}
 input.blue4 {
	font-family:  Arial, sans-serif;font-size:9;background-color:#F0F8FF;color:#000000;
}
 select.blue4 {
	font-family:  Arial, sans-serif;font-size:9;background-color:#F0F8FF;color:#000000;
}
 textarea.blue4 {
	font-family:  Arial, sans-serif;font-size:9;background-color:#F0F8FF;color:#000000;
}


/*******************************************************************
 *
 * Formatierung der submit2-Tabelle "Formular versendet/gespeichert"
 *
 ******************************************************************/
 
 table.redirect {
 	background-color:#EFEFEF;border:0px solid #000000;padding:4px;
	font-family:  Arial, sans-serif;
	font-size:12px;
	color:#000000;
 }