 /*
#-----------------------------------------------------------------------#
# 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: transparent; }

 /**
  * Spezielle Formatierungen fuer die einzelnen Element-Typen
  **/
.formular input{
   border-top:1px solid #000000; 
   border-right:1px solid #ccc; 
   border-bottom:1px solid #ccc; 
   border-left:1px solid #000000; 
	font:normal 11px arial,sans-serif;
	background-color: white;
	padding:0 2px;
}
.formular textarea{
   font:normal 11px arial,sans-serif;
   border-top:1px solid #000000; 
   border-right:1px solid #ccc; 
   border-bottom:1px solid #ccc; 
   border-left:1px solid #000000; 
   background-color:white;
	padding:0 2px;
}
.formular select {
   font:normal 11px arial,sans-serif;
   border-top:1px solid #000000; 
   border-right:1px solid #ccc; 
   border-bottom:1px solid #ccc; 
   border-left:1px solid #000000; 
   background-color:white;
 }
 td.formular {
   font:normal 11px arial,sans-serif;
	vertical-align:top;
	//background-color: transparent;
	color:white;background-color: transparent;
}
 h3.formular {
   font:normal 14px arial,sans-serif;
     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:11px;
  vertical-align:center;
  background-color:white;
 }
 .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: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;
}

/*******************************************************************
 *
 * Formatierung der submit2-Tabelle "Formular versendet/gespeichert"
 *
 ******************************************************************/
 
 table.redirect {
 	background-color: transparent ;border:none;padding:4px;
 	font: bold 11px arial, sans-serif;
	color:#fff;
 }
