/** Loginformular **/
#loginbox .label_searchbox {
  display:block;
  float:left;
  width:80px;
  height:18px;  
  line-height:18px;
  font-size:12px;  
  color:#646363;
}

#loginbox div {
  float:left;
  width:100%;
}

#loginbox .loginlink {
  /*width:150px;*/
  background-color:#CCCCCC;
  margin:5px 0;
  border: none;
  color:#646363;
  font-size:16px;
  font-weight:bolder;
}

#loginbox .loginspacer {
  width:80px;
  float:left;
}

#loginbox .logmsg {
  font-size:12px;  
  color:#646363;
}

#loginbox .logout {
  color:#646363;
  font-size:13px;
  font-weight:bolder;
}


/* Kontaktformular */
.editbereich {
  padding: 0 19px 0 19px;
}
.formularZeile { height: 30px;}
.formulartextZeile { height: 106px;}
.formBez {width:116px;}
.formularspalte { width:300px;}

.formularName {	float: left;   margin-top: 10px; margin-left: 10px;}

.formularInput {
        display: block;
        background-color: #FFFFFF;
	float: left;
	color: #000;
	width:272px; line-height: 16px;
        height: 16px; padding: 4px;
        border-top: solid 1px #CCCCCC;
        border-left: solid 1px #CCCCCC;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
	}

/* 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: #000;
	width:282px; mar-gin: 0px;
        height: 22px;
        line-height: 22px;
        border: solid 1px #CCCCCC;
        }

.formularText {
        background-color: #FFFFFF;
	float: left;
	color: #000;
	margin: 0;
	margin-top: 0px;
	padding: 4px;
	width: 272px;
        height:100px;
	font-family: Verdana;
	font-size: 12px;
        border: solid 1px #CCCCCC;
        }

.loeschen {
	background-color: #F9AA4D;
	border: 1px solid #CCC;
	color: #000;
        cursor: pointer;
        width: 280px; height:  24px;
        }

.submit {
	background-color: #F9AA4D;
	border: 1px solid #CCC;
	color: #000;
        cursor: pointer;
        width: 280px; height:  24px;
        margin-top: 4px;
        }


.newsletter_textbox {
  width:82%;
}

.stern span {
  display:none;
}
.stern span.sternchecked {
  display:inline;
}
