/* */
.editbereich {
	padding: 0 19px 0 19px;
}

.formBez { width: 250px;}

.formularZeile { height: 30px;}
.formulartextZeile { height: 106px;}

.formularspalte { width:259px;}

.formularName {	float: left;   margin-top: 10px; margin-left: 10px;}

.formularInput {
        display: block;
        background-color: #FFFFFF;
	float: left;
	color: #000000;
        font-size:12px;
	width:272px; line-height: 16px;
        height: 16px; padding: 4px;
        border-top: solid 1px #9c9e9f;
        border-left: solid 1px #9c9e9f;
        border-right: solid 1px #9c9e9f;
        border-bottom: solid 1px #9c9e9f;
	}

/* macht der IE 7 nicht mit, deshalb raus, leider bleibt Textcurser dunkel
.formularInput:focus  {background-color: #F7E3C6; color: #222222;}
.selektfeld:focus  {background-color: #F7E3C6; color: #222222;}
.formularText:focus  {background-color: #F7E3C6; color: #222222;}
*/

.selektfeld {
        background-color: #FFFFFF;
	color: #000000;
        font-size:12px;
	width:282px; 
        height: 22px;
        line-height: 22px;
        border: solid 1px #9c9e9f;
        }

.formularText {
        background-color: #FFFFFF;
	float: left;
	color: #000000;
        font-size:12px;
	margin: 0;
	margin-top: 0px;
	padding: 4px;
	width: 272px;
        height:100px;
	font-family: Verdana;
        border: solid 1px #9c9e9f;
        }

.loeschen {
	background-color: #FAC9CF;
	border: 1px solid #FAC9CF;
	color: #000000;
    	font-weight: bold;
	cursor: pointer;
        width: 280px; height:  24px;
        }

.submit {
	background-color: #EE7886;
	border: 1px solid #EE7886;
	color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
	width: 280px; height:  24px;
        margin-top: 4px;
        }

.stern span {
  display:none;
}
.stern span.sternchecked {
  display:inline;
}


