


/*Beschriftung Eingabefeld */
.inputtext, .druckform .inputtext
        {
        color:#4B4B4B;
        font-family: Verdana, Century Gothic;
        font-size:10px;
        margin-top:1px;
        margin-bottom:1px;
        }

/*Beschriftung Eingabefeld */
.inputtext2
        {
        color:white;
        font-family: Verdana, Century Gothic;
        font-size:10px;
        margin-top:1px;
        margin-bottom:1px;
        }

/*Bezeichnung Form */
p.formbezeichnung
        {
        color:#4B4B4B;
        font-family: Verdana, Century Gothic;
        font-weight:bold;

        font-size:10px;
        text-align:left;
        text-indent:18px;
        margin-top:0px;
        margin-bottom:2px;
        }

/*Erklaerung Form */
p.formerklaerung
        {
        color:#4B4B4B;
        font-family: Verdana, Century Gothic;
        font-weight:normal;

        font-size:10px;
        text-align:left;
        text-indent:18px;
        margin-top:0px;
        margin-bottom:2px;
        }

hr      {
        color:#F2F0F0;
        height:1px;
         }

/*Formular-Layout */
form, form.druckform
        {
        border-left:lightgrey 1px solid;
        border-top:lightgrey 1px solid;
        border-right:black 1px solid;
        border-bottom:black 1px solid;

        FONT-WEIGHT: normal;
        FONT-SIZE: 10px;
        COLOR: #F2F0F0;
        BACKGROUND-COLOR: #E5FFE4;
        LINE-HEIGHT: normal;
        FONT-STYLE: normal;
        FONT-FAMILY: Verdana, Arial, Helvetica;
        padding-top: 3px;
        padding-left: 3px;
        padding-bottom: 3px;
        padding-right: 3px;
        /* einheitlich Breite wegen einheitlichen Anzeigebereich */
        width:560px;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
        }
 
/*Textfeld */
input.eingabe
        {
        FONT-FAMILY: Verdana, Arial, Helvetica;
        FONT-SIZE: 10px;
        BORDER-TOP: lightgrey 1px solid;
        BORDER-LEFT: lightgrey 1px solid;
        BORDER-RIGHT: lightgrey 1px solid;
        BORDER-BOTTOM: lightgrey 1px solid;
        color:#4B4B4B;
        BACKGROUND-COLOR: #F2F0F0;
        text-align: left;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
        }

/*Schaltflaeche*/
input.button, input.druckformbutton
        {
        FONT-FAMILY: Verdana, Arial, Helvetica;
        FONT-SIZE: 10px;
        COLOR: #4B4B4B;
        border-left:lightgrey 2px solid;
        border-top:lightgrey 2px solid;
        border-right:lightgrey 2px solid;
        border-bottom:lightgrey 2px solid;
        BACKGROUND-COLOR:#F2F0F0;
        text-align: center;

		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;

         }

/*Radio Button / Check Box*/
input.radiocheckbox
        {

        BORDER-TOP: lightgrey 0px solid;
        BORDER-LEFT: lightgrey 0px solid;
        BORDER-RIGHT: lightgrey 0px solid;
        BORDER-BOTTOM:lightgrey 0px solid;
        color:#4B4B4B;
        BACKGROUND-COLOR: #E5FFE4;

        }

.inputfile
        {
        BACKGROUND-COLOR: #F2F0F0;
        FONT-FAMILY: Verdana, Arial, Helvetica;
        FONT-SIZE: 10px;
        color: #4B4B4B;
        border-left:gray 2px solid;
        border-top:gray 2px solid;
        border-right:gray 2px solid;
        border-bottom:gray 2px solid;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
        }
/*Dropdown */
select
        {
        FONT-FAMILY: Verdana, Arial, Helvetica;
        FONT-SIZE: 10px;
        BORDER-TOP: lightgrey 1px solid;
        BORDER-LEFT: lightgrey 1px solid;
        BORDER-RIGHT: lightgrey 1px solid;
        BORDER-BOTTOM: lightgrey 1px solid;
        color:#4B4B4B;
        BACKGROUND-COLOR: #F2F0F0;
        text-align: left;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
        }




/* mehrz. Texteingabefeld */
textarea
        {
        BACKGROUND-COLOR: #F2F0F0;
        color:#4B4B4B;
        font-family: Verdana, Century Gothic;
        font-size:10px;
        BORDER-TOP: lightgrey 1px solid;
        BORDER-LEFT: lightgrey 1px solid;
        BORDER-RIGHT: lightgrey 1px solid;
        BORDER-BOTTOM: lightgrey 1px solid;
		
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;		
        }
		
/* Infotext Feld innerhalb Auswahlfeld PCExplorer (Größe, bitte warten) */
.infotext_zehnpxgrau
        {
        BACKGROUND-COLOR: #F2F0F0;
        color:#4B4B4B;
        font-family: Verdana, Century Gothic;
        font-size:10px;
        }
