body {
	padding: 0;
	margin: 0;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#root {
	width: 700px;
	height: 2280px;
	margin: 0 auto;
	
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
*html #root {
	height: auto;
}
*+html #root {
	height: auto;
}

#head {
	width: 700px;
	height: auto;
	
	float: left;
	clear: left;
	
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
}

#head h1.headline {
	font-size: 33px;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
	
	float: left;
	clear: left;
}

#head .left {
	width: 550px;
	height: auto;
	
	float: left;
	clear: left;
	
	margin-top: 10px;
}

#head .right {
	width: 113px;
	height: 158px;
	
	margin-left: 37px;
	margin-top: 10px;
	
	float: left;
	clear: none;
}

#block_0_errorLog {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;
	
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#block_0_errorLog .errorText {
	width: 670px;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	padding: 5px;
	color: #FFF;
	background-color: #760000;
}

#block_1_persondata {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;
	
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#block_1_persondata input, #block_1_persondata select {
	border: 1px solid #ffc557;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 250px;
	float: left;
	clear: none;
	margin-top: 6px;
}
#block_1_persondata select {
	width: auto;
}
#block_1_persondata input.plz {
	width: 50px;	
}
#block_1_persondata input.ort {
	width: 195px;	
	margin-left: 5px;
}
*html #block_1_persondata input.ort {
	width: 190px;	
}
*+html #block_1_persondata input.ort {
	width: 190px;	
}

#block_1_persondata input:hover, #block_1_persondata input:focus {
	border: 1px solid #666;
	background-color: #e7e7e7;
	padding-top: 2px;
	padding-bottom: 2px;
}

#block_1_persondata .lbl {
	font-weight: bold;
	float: left;
	clear: left;
	margin-bottom: 2px;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

#block_1_persondata .keynote {
	font-size: 11px;
	color: #900;
}

#block_1_persondata .keynote_subscribe {
	float: left;
	clear: left;
	width: 100%;
	
	margin-top: 10px;
	
	text-align: right;
}

#block_2_befragung {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;
	
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#linke_spalte {
	float: left;
	clear: left;
	
	width: 340px;
	height: auto;
}

#rechte_spalte {
	float: left;
	clear: none;
	
	width: 340px;
	height: auto;
	
	margin-left: 20px;
}

#block_2_befragung .group {
	width: 330px;
	height: auto;
	
	float: left;
	clear: left;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
	
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#block_2_befragung .q_title {
	width: 100%;
	height: auto;

	float: left;
	clear: left;
	
	font-weight: bold;
	margin-bottom: 2px;
}

#block_2_befragung .q_content {
	width: 100%;
	height: auto;
	
	float: left;
	clear: left;
}

#block_2_befragung input {
	float: left;
	clear: left;
}

#block_2_befragung input[type=text] {
	width: 330px;
	border: 1px solid #ffc557;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#block_2_befragung input[type=text]:hover, #block_2_befragung input[type=text]:focus {
	border: 1px solid #000;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}

#block_2_befragung input[type=text]:disabled {
	border: 1px solid #666;
	background-color: #e5e5e5;
}

#block_2_befragung label {
	float: left;
	clear: none;
}
*html #block_2_befragung label {
	margin-top: 3px;
}

#block_3_verbesserungen {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;
	
	border-bottom: 5px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#block_3_verbesserungen .verb_title {
	float: left;
	clear: left;
	margin-bottom: 2px;
	
	font-weight: bold;
}

#block_3_verbesserungen .verb_content {
	float: left;
	clear: left;
	width: 100%;
}


#block_3_verbesserungen textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ffc557;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#block_3_verbesserungen textarea:hover, #block_2_befragung textarea:focus {
	border: 1px solid #000;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}


#block_4_abschicken {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;

	padding-bottom: 20px;
}

#block_5_eingetragen {
	float: left;
	clear: left;
	
	width: 700px;
	height: auto;

	padding-bottom: 20px;
}

#block_5_eingetragen .danke_text {
	width: 680px;
	margin: 10px;
}