/* */
.editbereich {
	padding: 0 19px 0 19px;
}

.formBez { width: 100px;}

.formularZeile { height: 30px;}
.formulartextZeile { height: 106px;}

.formularspalte { width:300px;}

.formularName {	float: left;   margin-top: 10px; margin-left: 10px;}

.formularInput {
        display: block;
        background-color: #FFFFFF;
	float: left;
	color: #005697;
	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: #CCCCCC; color: #222222;}
.selektfeld:focus  {background-color: #CCCCCC; color: #222222;}
.formularText:focus  {background-color: #CCCCCC; color: #222222;}
*/

.selektfeld {
        background-color: #FFFFFF;
	color: #005697;
	width:282px;
        height: 22px;
        line-height: 22px;
        border: solid 1px #9c9e9f;
        }

.formularText {
        background-color: #FFFFFF;
	float: left;
	color: #005697;
	margin: 0;
	margin-top: 0px;
	padding: 4px;
	width: 272px;
        height:100px;
	font-family: Verdana;
	font-size: 12px;
        border: solid 1px #9c9e9f;
        }

.loeschen {
	background-color: #9c9e9f;
	border: 1px solid #9c9e9f;
	color: #000;
        cursor: pointer;
        width: 280px; height:  24px;
        border-top: solid 1px #9c9e9f;
        border-left: solid 1px #9c9e9f;
        border-right: solid 1px #9c9e9f;
        border-bottom: solid 1px #9c9e9f;
        }

.submit {
	background-color: #9c9e9f;
	border: 1px solid #9c9e9f;
	color: #000;
        cursor: pointer;
        width: 280px; height:  24px;
        margin-top: 4px;
        border-top: solid 1px #9c9e9f;
        border-left: solid 1px #9c9e9f;
        border-right: solid 1px #9c9e9f;
        border-bottom: solid 1px #9c9e9f;
        }

.stern span {
  display:none;
}
.stern span.sternchecked {
  display:inline;
}


