#kontaktbg{
  float:left;       
  width:431px;
  background-image:url(../images/layout/terminliste_bg.jpg);
  background-repeat:repeat-y;
}

#kontaktbg_inhalt{
  float:left;
  width:416px;
  background-image:url(../images/layout/terminliste_grafik.jpg);
  background-repeat:no-repeat;
  background-position:bottom;
  margin-left: 6px;
  display:inline;
  padding-bottom:100px;
}

#kontaktbg_inhalt table{
   margin:0 0 20px 34px;
}

#kontaktbg_inhalt table.bestaetigung{
   margin:0;
}


.formBez { float:left; width: 138px; line-height:30px;  vertical-align: top;}

.formularZeile { height: 30px;}
.formulartextZeile { height: 106px;}

.formularspalte { width:224px;}

.formularName {	float: left;   margin-top: 10px; margin-left: 10px;}

.formularInput {
        display: block;
        background-color: #CCCCCC;
	float: left;
	color: #000000;
	width:216px; 
        line-height: 16px;
        height: 16px; padding: 4px;
	}

/* 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: #000000;
	width:224px; 
        height: 22px;
        line-height: 22px;
        border: solid 1px #9c9e9f;
        }

.formularText {
        background-color: #FFFFFF;
	float: left;
	color: #000000;
	margin: 0;
	margin-top: 0px;
	padding: 4px;
	width: 224px;
        height:100px;
	font-family: Verdana;
	font-size: 12px;
        border: solid 1px #9c9e9f;
        }
.formulartextarea{
 width: 216px;
 height:130px;
padding: 4px;
margin-bottom:3px;
margin-top:5px;
}
.loeschen {
	background-color: #66822E;
	color: #FFFFFF;
        cursor: pointer;
        width: 224px; height:  24px;
        }

.submit {
	background-color: #66822E;
	color: #FFFFFF;
        cursor: pointer;
        width: 224px; height:  24px;
        margin-top: 4px;
        }

.stern span {
  display:none;
}
.stern span.sternchecked {
  display:inline;
}

