/* Styles fuer Feedback-Formular */

#feedback label {
	font-size:.8em;
	}

#feedback form {
	border-top:1px solid #ccc;
	padding-top:1em;
	}

#feedback fieldset {
	padding-bottom:1em;
	}

fieldset#teil1 {
	/*border-bottom:1px solid #ccc;*/
	margin-bottom:1em;
	}

#feedback legend {
	font-weight:bold;
	font-size:1em;
	}

#feedback legend span {
	font-weight:normal;
	font-size:.8em;
	}

#feedback input {
	font-size:.8em;
	}

#beurteilung label {
	float:left;
	width:29em;
	margin:.5em 0;
	margin-right:.5em;
	text-align:right;
	}

#beurteilung select {
	width:18em;
	vertical-align:bottom;
	}

#beurteilung br {
	clear:left;
	}

#reaktion {
	margin-top:1em;
	}

#reaktion p {
	float:left;
	width:29em;
	text-align:right;
	}

#reaktion p span {
	font-size:.85em;
	}

#reaktion div {
	margin-left:23.7em;
	}

/* \*/
* html #reaktion div {
	height:1%;
	}
/* */

#feedback textarea {
	border:1px solid #ccc;
	margin-bottom:1em;
	}

/* \*/
* html #feedback textarea {
	overflow:auto;
	}
/* */

#feedback textarea:focus {
	border-color:#999;
	}

#tipp-text {
	padding-top:1em;
	}

#tipp-text label {
	line-height:1.5;
	}

#bewerten select {
	width:10em;
	text-align:left;
	}

#feedback input {
	border:1px solid #ccc;
	}

#feedback input:focus {
	border-color:#999;
	}

#teil2 p {
	margin:1em 0;
	}

#feedback .person {
	margin:1em 0;
	padding-bottom:1em;
	}

#feedback .person label {
	width:10.5em;
	float:left;
	clear:left;
	margin-top:.5em;
	}

#feedback .person input {
	margin-top:.5em;
	}

#feedback .person br {
	clear:left;
	}

#feedback .senden p {
display:inline;
}

input#submit2, input#submit3 {
	border:1px solid #333;
	border-top-color:#999;
	border-left-color:#999;
	padding:.2em .5em;
	}

input#submit2:active, input#submit3:active {
	border-color:#999;
	border-top-color:#333;
	border-left-color:#333;
	}


