/* CSS SHEET für Lochbühler Aufzüge Umfrage */

body {
	background-color: #001E3E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 130%;
}

#logo {
	background-image: url("../../pics/logo_window.gif");
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 0;
}

#headline {
	float: left;
	font-weight: bold;
	color: #FFF;
	font-size: 1.4em;
	padding: 21px 10px 15px 40px;
	border-bottom: 1px solid #009CC9;
	width: 750px;
}
#schritte {
	float: left;
	line-height: 1.5em;
	background-color: /*#6D7E87*/#7e8f98;
	color: #333;
	font-size: .9em;
	width: 200px;
	padding: 20px 15px;

}
#schritte span.active { color: #000; font-weight: bold;}

#inhalt {
	float: left;
	width: 630px;
	padding: 20px;
	background-color: #EEE;
}
/* CODE */
#code {
	font-size: 1.6em;
	letter-spacing: .5em;
	width: 160px;
}

/* FRAGEBOGEN */
#fragebogen {
	font-size: .8em;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	margin: 0;
	empty-cells: show;
}
#fragebogen th, #fragebogen td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 3px;
	
}
#fragebogen .leistung {
	text-align: center;
	background-color: #FF7400;
}
#fragebogen .wichtig {
	text-align: center;
	background-color: #FFA743;
}
#fragebogen #note {
	width: 50px;
	font-size: 1.4em;
	text-align:center;
}
#fragebogen #hinweis_note {
	color: red;
}
textarea {
	width: 400px;
	height: 300px;
}
	
/* Sonstiges */

a {
	text-decoration: none;
	color: #FF7400;
}
a:hover { text-decoration: underline; }

h1 { font-size: 1.3em;}

.clear {
	clear: both;
}
.klein { font-size: .8em }
.rot {color: #FF0000}
.bgRot { background-color: #F00;}