.formBez { width: 200px; line-height:30px; vertical-align:top;}

.formularZeile { height: 35px;}
.formulartextZeile { height: 115px;}

.formularspalte { width:350px;}

.formularspalteWarning{
    width:350px;
    color:#cd071e;
}
.formularspaltemittel { width:300px;}

.formularspaltekurz { width:50px;}

.formularName {	float: left;   margin-top: 10px; margin-left: 10px;}

.formularInput {
        #display: block;
        background-color: #f9f9f9;
	#float: left;
	color: #000000;
	width:255px; 
        line-height: 16px;
        height: 16px; padding: 4px;
        border: solid 1px #7d7d7d;
	}

.formularSelect {
	#display: block;
	background-color: #f9f9f9;
	color: #000000;
	width:265px; 
	line-height: 16px;
	padding: 4px;
 	margin-top: 2px; margin-bottom: 2px; 
	border: solid 1px #7d7d7d;
	}
.kleintext {
	line-height: 10px;
	color: #666666;
	padding: 0px;
	margin: 0px; height: 10px;
	}

.formularInputmittel {
        #display: block;
        background-color: #f9f9f9;
	#float: left;
	color: #000000;
	width:200px; 
        line-height: 16px;
        height: 16px; padding: 4px;
        border: solid 1px #7d7d7d;
	}

.formularInputkurz {
        #display: block;
        background-color: #f9f9f9;
	#float: left;
	color: #000000;
	width:45px;
        line-height: 16px;
        height: 16px; padding: 4px;
        border: solid 1px #7d7d7d;
	}


.selektfeld {
        background-color: #f9f9f9;
	color: #000000;
	width:130px; 
        height: 22px;
        line-height: 22px;
        border: solid 1px #7d7d7d;
        }

.selektfeldbig {
        background-color: #f9f9f9;
	color: #000000;
	width:282px; 
        height: 90px;
        line-height: 22px;
        padding:5px;
        border: solid 1px #7d7d7d;
        }

.formularText {
        background-color: #f9f9f9;
	float: left;
	color: #000000;
	margin: 0;
	margin-top: 0px;
	padding: 4px;
	width:95%;
        height:94px;
	font-family: Verdana;
	font-size: 12px;
        border: solid 1px #7d7d7d;
        }


.loeschen  {
	height: 28px;
	width: 160px;
	background-image:url(../images/layout/formular_loeschen.jpg);
}

.submit{
	height: 28px;
	width: 80px;
	background-image:url(../images/layout/formular_submit.jpg);
}


.stern span {
  display:none;
}
.stern span.sternchecked {
  display:inline;
}


