@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(/images/back.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #fff;
	}
form br {
	clear: left;
	}
#survey {
	position: absolute;
	top: 400px;
	left: 320px;
	width: 644px;
	
	/*border: 1px dotted red;*/
	}
#question {
	width: 320px;
	/*border: 1px dotted yellow;*/
	float: left;
	}
#question1 {
	width: 320px;
	/*border: 1px dotted yellow;*/	
	float: right;
	}
#question h3, #question1 h3 {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #dcdcdc;
	margin-left: 2px;
	}
#question p, #question1 p {
	font-size:10px;
	margin-left: 2px;
	}
#wide {
	display: block;
	float: left;
	width: 640px;
	min-height: 10px;
	}
#wide h3 {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #dcdcdc;
	margin-left: 2px;
	}
#wide-centered {
	display: block;
	float: left;
	width: 640px;
	text-align: center;
	}
/*FORM*/
label, input [type=radio], input [type=checkbox], select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 45%; /* Breite.*/
  margin-left: 15px;
  /*border: 1px dotted lightgreen;*/
}
	
input[type=text] {
	background-color: #fff;
	border: 1px solid lightgrey;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
	}
label {
	display: block;
	text-align: right;
	padding-right: 1em;

	}
