/* Basic definitions BEGIN */
.invisible {
	display: none;
}

body, td, th, input, select, textarea, label {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif; */
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

img {
	border: none;
}

/* Basic definitions END */
/* Page layout BEGIN */
#greenbar {
	display: none;
}
#page_padding {
}
* html #page_padding { /* IE only */
}
#page {
	position: relative;
	display: block;
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid white; /* no idea why firefox positions the logo wherever it wants without this border */
}

#header {
	position: absolute;
	top: 0;
	left: 0;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 15px;
	padding: 0;
	margin: 0;
	line-height: normal;
}

#header h1 a img {
	border: none;
}
#navigation {
	display: none;
}
#path {
	display: none;
}
#content {
	position: relative;
	top: 150px;
	display: block;
	width: 500px;
	margin: 0 0 0 0;
}
#main_container {
	position: relative;
}
#min_content_height { 
	display: none;
}
#icons {
	display: none;

}

#teaser {
	display: none;
}

#erste_hilfe {
	display: none;
}
/* Page layout END */
/* Main Content BEGIN */
#main_content {
	position: relative;
	display: block;
	padding: 0 40px;
}
#main_content a {
	text-decoration: underline;
}

#main_content p {
	margin: 2px 0 8px 0;
	padding: 0;
	
}
#main_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: black;
	padding: 0;
	margin: 10px 0 28px 0;
}
#main_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin: 12px 0 8px 0;
	padding: 0;
	
}
#main_content .copy_text {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif; */
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin: 10px 0;
	padding: 0;
}

#main_content .to_top_text {
	display: none;
}

#main_content .content_media {
	position: relative;
	display: block;
	margin: 22px 0 28px 0;
}
#main_content .content_media .media_container {
	position: absolute;
	top: 0;
	left: -39px;
	display: block;
	width: 498px;
	text-align: center;
}
#main_content .content_media .media_container .media_content {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#main_content .content_media h2 {
	margin: 0;
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: black;
	background: none;
}
#main_content hr {
/*	display: block; */
	height: 1px;
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #bcc5b5;
	margin: 20px 0;
}

#main_container .anchors {
	position: relative;
	display: block;
	width: 420px;
	list-style: disc url(/_img/_layout/icon_link_dark.gif);
	overflow: hidden;
	padding: 0;
	margin: 0 0 18px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#main_container .anchors li {
	position: relative;
	float: left;
	display: list-item;
	width: 170px;
	padding: 0;
	margin: 0 10px 10px 30px;
}

#main_container .anchors a {
	position: relative;
	display: block;
	color: black;
	text-decoration: none;
	padding: 0;
	margin: 0 0 4px 0;
	background: none;
}

#main_container .anchors a {
}
/* Main Content END */
/* Page teaser in main content BEGIN */
#main_content .content_teaser {
	position: relative;
	margin: 22px 0 18px 0;
	display: block;
	width: 420px;
}

#main_content .content_teaser .teaser_element {
	position: relative;
	width: 420px;
	margin: 0 0 10px 0;
	background: none;
	color: #000000;
	overflow: hidden;
	border: 1px solid black;
}
#main_content .content_teaser .teaser_oben {
	position: relative;

	background: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	line-height: 20px;
	width: 420px;
}

#main_content .content_teaser .teaser_oben a {
	position: relative;
	display: block;
	width: 400px;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: black;
}
#main_content .content_teaser .teaser_content {
	position: relative;
	padding: 0 0 10px 10px;
}

#main_content .content_teaser .teaser_content .teaser_text {
	margin: 0 10px 0 0;
}

#main_content .content_teaser .teaser_img {
	position: relative;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}
* html #main_content .content_teaser .teaser_img { /* IE only */
	margin: 0 0 0 10px;
}
#main_content .content_teaser h2 {
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 2px 0;
	margin: 0 10px 8px 0;
	overflow: hidden;
	border-bottom: 1px solid #a3a1a1;
}
* html #main_content .content_teaser h2 {/* IE only */
	padding-bottom: 0;
}
#main_content .content_teaser h2 a {
	position: relative;
	display: block;
	padding: 0;
	color: black;
	text-decoration: none;
	line-height: 16px;
	background: none;
}
* html #main_content .content_teaser h2 a {
	height: 20px;
	line-height: 16px;
}
#main_content .content_teaser .controls {
	position: relative;
	text-align: center;
}
#main_content .content_teaser .controls .back {
	display: none;
}
#main_content .content_teaser .controls .next {
	display: none;
}
#main_content .content_teaser .controls a {
	text-decoration: none;
	color: black;
}

/* Page teaser in main content BEGIN */
/* FAQs BEGIN */
#main_container .faq_questions {
	position: relative;
	display: block;
	list-style: disc url(/_img/_layout/icon_link_dark.gif);
	margin: 0;
	padding: 0 0 0 25px;
}
#main_container .faq_question {
	position: relative;
	display: list-item;
	margin: 0 0 10px 0;
	padding: 0;
}
#main_container .faq_question a {
	position: relative;
	display: block;
	color: black;
	text-decoration: none;
	padding: 0;
	background: none;
}

#main_container .faq_answer {	
	position: relative;
	display: block;
	padding: 0 0 0 0;
	background: none;
}
#main_content .to_top {
	position: relative;
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: none;
}
/* FAQs END */
/* multiplechoice BEGIN */
.multiplechoice {
	position: relative;
	background: none;
}
.multiplechoice .headinfo {
	position: relative;
	padding: 6px 15px;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.multiplechoice .question_content {
	position: relative;
	padding: 30px 30px 0 15px;
}
.multiplechoice .question {
	position: relative;
	padding: 0 0 15px 15px;
	background: none;
	font-size: 12px; 
	font-weight: bold;
	line-height: 16px;
	color: black;
}
.multiplechoice .answers {
	position: relative;
	display: block;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #686565;
}
.multiplechoice .answers .answer {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0 10px 20px;
	color: #404e3a; /* #7d8c76; */
}

.multiplechoice .answers .answer_input {
	display: none;
	position: absolute;
	top: 10px;
	left: -5px;
}
* html .multiplechoice .answers .answer_input {
	display: none;
	top: 8px;
	left: -25px;
}
.multiplechoice .controls {
	display: none;
}

#main_content .multiplechoice .question_content h2 {
	position: relative;
	padding: 0 0 0 15px;
	background: none;
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px;
	color: black;
}

.multiplechoice .result_answers {
	padding: 0;
	margin: 0 0 0 15px;
	border: none;
	border-spacing: 0;
}

.multiplechoice .question_content,
.multiplechoice .question_content td,
.multiplechoice .question_content th {
	color: black;
}
.multiplechoice .question_content td,
.multiplechoice .question_content th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.multiplechoice .result_answers th {
	padding: 4px 20px 4px 0;
}
.multiplechoice .type_description {
	overflow: hidden;
	margin: 0 0 20px 15px;
}
.multiplechoice .all_types {
	position: relative;
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #686565;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.multiplechoice .all_types a {
	color: black;
	text-decoration: none;
}

.multiplechoice .all_types .active,
.multiplechoice .all_types a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* multiplechoice END */
/* press overview BEGIN */
.press_overview {
	position: relative;
}

.press_overview .controls {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: black;
}

#main_content .press_overview .controls a {
	color: black;
}

.press_overview .controls .back {
	display: none;
}
.press_overview .controls .first {
	display: none;
}

.press_overview .controls .next {
	display: none;
}
.press_overview .controls .last {
	display: none;
}

.press_overview .press_elements {
	position: relative;
	padding: 20px 0 0 0;
	overflow: hidden;
	border-top: 1px solid #bcc5b5;
}
#main_content .press_overview .press_elements hr {
	padding: 0;
	width: 100%;
	margin: 35px 0 0 0;
}

#main_content .press_overview .press_element h2 a {
	color: black;
	text-decoration: none;
}
.press_overview .press_teaser_content {
	padding: 0 0 0 20px;
	background: none;
}
#main_content .press_overview .press_element .press_more {
	position: relative;
	float: right;
	height: 15px;
	padding: 0 20px 0 0;
	color: black;
	background: none;
	text-decoration: none;
}
/* press overview END */
/* press detail BEGIN */
.press_downloads {
	margin: 10px 0 20px 0;
}
.press_downloads h2 {
	font-weight: normal;
	border-bottom: 1px solid #a0a0a0;

}
.press_downloads ul {
	list-style: disc url(/_img/_layout/dreieck_gray.gif);
	margin: 0;
	padding: 0 0 0 18px;
}
.press_downloads li {
	margin: 0;
	padding: 0;
	color: #a0a0a0;
}
#main_content .press_downloads a {
	color: #a0a0a0;
	text-decoration: none;
}
/* press detail END */
/* Formmail BEGIN */
.formtable {
	position: relative;
	width: 415px;
	border: none;
	border-spacing: 0;
	padding: 0;
	margin: 10px 0 20px 0;
}
.formtable th {
	padding: 5px 5px 0px 0;
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: black;
}

.formtable th label {
	margin: 0;
	padding: 0;
}

.formtable td {
	padding: 5px 0;
}
* html .formtable td { /* IE only */
	padding: 5px 0 0 0;
}
.formtable .textarea,
.formtable .input {
/*	position: relative; */
	margin: 0 8px 0 0;
	padding: 0;
	height: 15px;
	border: 1px solid black;
	border-collapse: collapse;
	background: none;
	line-height: 15px;
}

.formtable .textarea {
	height: auto;
}
.formtable .select {
	
}
.formtable .submit {
	height: 20px;
	margin: 10px 0 0 0;
	padding: 0 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: black;
	background: none;
	border-top: 2px solid #7d8c76;
	border-left: 2px solid #7d8c76;
	border-bottom: 2px solid #404e3a;
	border-right: 2px solid #404e3a;
}
* html .formtable .submit {
	padding: 2px;
}
/* Formmail END */
/* Sitemap BEGIN */
.sitemap ul {
	position: relative;
	display: block;
	list-style: none; 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.sitemap li {
	position: relative;
	display: block;
	min-height: 40px;
	height: auto !important;
	height: 40px;

	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: black;
	background: none;
}
#main_content .sitemap li a {
	font-weight: bold;
	color: black;
	text-decoration: none;	
}

.sitemap ul ul {
	margin: 0 0 0 55px;
	padding: 10px 0 0 0;
	background: none;
}

.sitemap li li {
	min-height: 18px;
	height: auto !important;
	height: 18px;

	font-weight: normal;
	line-height: normal;
	color: black;
	margin: 0;
	padding: 0;
	background: none;
}

#main_content .sitemap li li a {
	position: relative;
	top: 0px;
	display: block;
	width: 200px;
	padding: 0 12px 0 12px;
	font-weight: normal;
	color: black;
	background: none;
}

.sitemap ul ul ul {
	display: none;
}
.sitemap .sitemap_icon {
	vertical-align: middle;
}
/* Sitemap END */
/* voting ergebnis BEGIN */
#main_content div.voting_result h2.voting_frage {
	padding: 0 0 5px 20px;
	background: none;
	color: black;

}
* html #main_content div.voting_result h2.voting_frage {
	display: block;
	width: 400px;
	background: none;
}
.voting_result .voting_ergebnis {
	display: block;
	width: 395px;
	background: none;
	color: black;
	border-bottom: 1px dotted black;
	font-weight: bold;
	padding: 0 0 0 25px;
	line-height: 20px;
}
.voting_result .voting_ergebnis_grau {
	display: block;
	width: 100%;
	background: none;
	margin: 0 0 0 0;
	padding: 5px 0;
	text-align: center;
}
.voting_result .voting_rahmen {
	border: 1px dashed #777777;
	text-align:center;
	margin:0 10px;
	padding:10px;
	color: black;
}
.voting_result .voting_answers {
	margin : 0 auto;
}

#main_content div.voting_result h3{
	color: #383E1C;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	padding: 30px 0 0 0;
	margin: 0;
}

.voting_result .voting_antworten {
	padding: 0;
	margin: 15px 0 0 0;
/*	border-top: 1px solid #dfdfdd; */
	width: 100%;
}
.voting_result .voting_antworten img {
	padding: 4px 0;
}
.voting_result .voting_antworten td {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #dfdfdd;
}

#main_content .voting_result a.archiv_link {
	color: #383E1C;
	text-decoration: none;
	margin: 25px 0;
	float: right;
}
#main_content .voting_result a.archiv_link:hover {
	color: #383E1C;
	text-decoration: none;
}
/* voting ergebnis END */
/* voting BEGIN */
.voting label {
	font-weight: bold;
	color: #383e1c;
	padding: 0 15px 0 0;

}
.voting input.radio {
	margin: 0 25px 0 0;
}
.voting .voting_tabelle {
	width: 290px;
}

.voting .voting_tabelle textarea {
	width: 100%;
	height: 70px;
}
.voting .submit {
	background: none;
	border: none;
	color: #f35712;
	text-align: right;
	padding: 2px 0 2px 15px;
	font-weight: bold;
}
* html .voting .submit {
	width: 10em;
}
/* voting END */
/* Voting Archiv ANFANG */

#main_content .voting_archiv table {
	border: none;
	border-spacing: 0;
	padding: 0;
}
#main_content .voting_archiv table img {
	padding: 4px 0 0 0;
}
#main_content .voting_archiv td {
	vertical-align: top;
	padding: 0 10px 20px 0;
}

#main_content .voting_archiv a {
	color: #383E1C;
	text-decoration: none;
	margin: 25px 0;
}

#main_content .voting_archiv table a {
	color: black;
	margin: 0;
}
/* Voting Archiv ENDE */
