/***
	Allgemeine Angaben:
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #f3f7fb;
}
body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 12pt;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
a, a:link, a:active, a:focus {
	color: #195fa7;
	text-decoration: none;
} 
a:hover {
	color: #195fa7;
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
   margin-top: 10px;
}
h1, .headline {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #195fa7;
	font-weight: bold;
	line-height: 16pt;
	padding-bottom: 3px;
	display: block;
}
h2, .subhead {
	line-height: 12pt;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	display: block;
}
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #929292;
	color: #333333;
	width: 425px;
	padding-left: 4px;
}
textarea {
	height: 150px;
}
select {
	width: auto;
	padding-left: 0px;
}
input.submit {
	background-color: #FFFFFF;
	font-weight: bold;
	width: 90px;
}
input.checkbox, input.radio {
	width: auto;
	border: 0px;
}
.head_box {
	height: 76px;
}
input.medium {
	width: 150px;
}
input.short {
	width: 50px;
}
.content {
	margin: 10px 20px 0px 20px;
	padding: 10px;
	min-height: 500px;
	background-color: #FFFFFF;
	
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
	background-position: 767px 16px;
	
	
}
.img_left {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
ul.simple {
	list-style-type: disc;
	padding: 0px 0px 0px 16px;
	margin: 0px;
}
.form_left {
	width: 70px;
	float: left;
	padding-bottom: 3px;
}
.form_right {
	float: left;
	padding-bottom: 3px;
}
.alert {
	color: red;
}
.yes {
	color: green;
	font-weight: bold;
}
.no, td a.no {
	color: #BE0006;
	font-weight: bold;
}
.table {
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 5px;
}
.table td, .table th {
	padding: 2px 5px 2px 5px;
	border: dashed 1px #929292;
	vertical-align: top;
	font-size: 10px;
}
.table th {
	color: #333333;
	font-weight: bold;
	border-bottom-width: 0px;
	padding-top: 1px;
	background-color: #FFFFFF;
}
.table th a {
	color: #91C7FF;
	font-weight: bold;
	text-decoration: underline;
}
.table th a.akt {
	color: #005AFF;
}
.table th strong {
	color: #333333;
}
.col_left {
	float: left;
	width: 315px;
	padding-bottom: 5px;
	font-weight: normal;
	text-align: right;
	padding-right: 13px;
}
.col_right {
	float: left;
	padding-bottom: 5px;
	max-width: 510px;
}
.frage_box {
	padding: 5px;
	width: 850px;
	border: 1px solid #929292;
	background-color: #EEF0F0;
	margin-bottom: 10px;
}
.schlecht, .sehr_gut {
	float: left;
	font-weight: bold;
	width: 85px;
	padding-left: 329px;
	text-align: center;
}
.sehr_gut {
	padding-left: 257px;
}
.frage {
	float: left;
	width: 315px;
	padding-top: 7px;
	line-height: 14px;
	text-align: right;
}
.radio_links, .radio_rechts {
	border: 1px solid #929292;
	background-color: #FFFFFF;
	width: 82px;
	height: 37px;
	padding-top: 5px;
	text-align: center;
	padding-right: 3px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 13px;
	float: left;
}
.radio_rechts {
	margin-left: 0px;
	border-left-width: 0px;
}
.nicht_stattgefunden {
	font-weight: normal;
	font-size: 9px;
	line-height: 10px;
}
.step {
	float: left;
	color: white;
	padding: 1px;
	width: 80px;
	border: 1px solid #929292;
	/* background-color: #FFDDDD; */
	background-color: #195FA7;
	text-align: center;
	border-left-width: 0px;
}
.step a {
	color: white;
}
.finished {
	color: white;
	background-color: #00A9A2;
	/* background-color: #DDFFDD; */
}
.neutral, .neutral a {
	background-color: white;
	color: #333333;
}
.content_text {
	width: 468px;
}