/* Basic definitions BEGIN */
.invisible {
	position: absolute;
	left:-1000px;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

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

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

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

form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

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

/* Basic definitions END */
/* Page layout BEGIN */
#greenbar {
	position: relative;
	top: 195px; /* 215px; */
	float: right;
	display: block;
	width: 50%;
	height: 20px;
	background-color: #363d1a;
}
#page_padding {
	position: relative;
	padding: 10px 30px 30px 30px; /* 30px; */
	margin: 0 auto;
	display: block;
	width: 930px;
	text-align: left;
}
* html #page_padding { /* IE only */
	top: -20px;
}
#page {
	position: relative;
	padding: 0px;
	margin: 0 0;
	display: block;
	width: 930px;
	text-align: left;
	background-color: #dae1d8;
	border-top: 1px solid #dae1d8; /* without Firefox moves the logo to weird places */
}

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

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

#header h1 a img {
	border: none;
}
#navigation {
	position: relative;
	display: block;
	margin: 124px 0 0 190px;
}
#path {
	display: none;
}
#content {
	position: relative;
	clear: both;
	display: block;
	width: 740px;
	overflow: hidden;
	background: none;
	margin: 0 0 0 190px;
}
#main_container {
	position: relative;
	left: -40px;
	float: left;
	display: block;
	width: 500px;
	overflow: hidden;
	padding: 40px 0 0 0;
	background-color: #FFFFFF;
}

#category_container {
	position: relative;
	left: -40px;
	float: left;
	display: block;
	width: 500px;
	overflow: hidden;
	padding: 40px 0 0 0;
	background-color: #737758;
}

#main_content {
	min-height: 420px;
	height: auto !important;
	height: 420px;
}

#icons {
	position: relative;
	left: 500px;
	float: left;
	display: block;
	width: 40px;
	margin: 40px 0 0 0;

}
#icons img {
	position: relative;
	display: block;
	border: none;
	margin: 0 0 10px 0;
}

#teaser {
	position: relative;
	float: right;
	display: block;
	width: 190px;
	margin: 40px 0 0 0;
}
#teaser.nospace {
	margin:0;
}
/* Page layout END */
/* Navigation BEGIN */
#navigation ul {
	list-style: none;
}

#mainnavi {
	position: absolute;
	top: 60px;
	left: -190px;
	display:block;
	width: 190px;
	margin: 0;
	padding: 0;
}

#mainnavi li {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

#mainnavi li a {
	position: relative;
	display: block;
	width: 190px;
	height: 40px;
	text-decoration:none;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #363d1a;
}
#mainnavi .active li a {
	color: #FFFFFF;
}

#mainnavi .active a,
#mainnavi .active .active a,
#mainnavi li a:hover {
	color: #f35712; /* #f28000 */
}
#mainnavi li a img {
	position: relative;
	float: left;
	border: none;
	margin: 0 10px 0 0;
}
#mainnavi ul {
	position: relative;
	display: block;
	width: 150px;
	margin: 0 0 0 40px;
	padding: 0;
}
* html #mainnavi li { /* IE only, somehow prevents IE from creating a bigger gap between LIs */
	border-top: 1px solid #dae1d8;
}
* html #mainnavi li li { /* IE only */
	border-top: none;
}
#mainnavi li li {
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	background: #363d1a url(/_img/_layout/navi_line.gif) no-repeat 4px top;
}

#mainnavi li li a {
	width: 125px;
	height: auto;
	padding: 10px 5px 10px 20px;
	line-height: normal;
	background: none;
}

#mainnavi ul ul {
	margin: 0;
}
#mainnavi .sub_nav_icon {
	position: absolute;
	top: -13px;
	display: block;	
	width: 13px;
	height: 13px;
	background: url(/_img/_layout/icon_link_light.gif) no-repeat;
}
#mainnavi .active .active li,
#mainnavi li li li {
	font-size: 10px;
	color: #363d1a;
	background: #737758 url(/_img/_layout/sub_navi_line.gif) no-repeat 4px top;
}

#mainnavi .active .active .first {
	background: #737758;
}
#mainnavi .active .next { /* Do not display line if there was a menu with submenu above */
	background: #363d1a;
}

#mainnavi .active .active li a {
	padding: 12px 5px 12px 20px;
	color: #363d1a;
}

#mainnavi .active .active .active a,
#mainnavi .active .active li a:hover {
	color: #FFFFFF;
}

#mainnavi ul ul ul {
	display: none;
}

#mainnavi li a.myNewPartnerNav {
	position: relative;
	left: 80px;
	display: block;
	width: 100px;
	height: 35px;
	text-decoration:none;
	line-height: 15px;
	color: #fff;
	background-color: #ccc;
	padding-left:10px;
	padding-top:5px;
	border: solid 1px #000;
}


#mainnavi li a.myNewPartnerNav:hover {
	color: #f35712;
}

#metanavi {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 500px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #363d1a;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
}
#metanavi li {
	position: static;
	display: inline;
	color: #FFFFFF;
	padding: 0 40px 0 15px;
}

#metanavi a {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
}
#metanavi a:hover  {
	color: #f35712; /* #f28000 */
}
#metanavi ul {
	display: none;
}
/* Navigation END */
/* Teaser BEGIN */
#news_teaser {
	position: relative;
	display: block;
	width: 190px;
	margin: 0 0 10px 0;
	background-color: #363d1a;
}

#news_teaser h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 0;
}
#news_teaser h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #b4bdb1;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0;
}
#news_teaser h3 a {
	color: #b4bdb1;
	text-decoration: none;
}
#news_teaser h3 a:hover {
	text-decoration: underline;
}
#news_teaser .news_element {
	position: relative;
	display: block;
	width: 150px;
	background: url(/_img/_layout/teaser_right_line.gif) no-repeat 3px top;
	padding: 10px 30px 12px 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif; */
	font-size: 12px;
	line-height: 15px;
	color: #b4bdb1;
}
* html #news_teaser .news_element { /* IE only */
/*	width: 190px; */
}

#news_teaser .news_element .news_more {
	position: absolute;
	top: 10px;
	left: 167px;
}
#news_teaser .news_element .news_more img {
	border: none;
}

.second_teaser {
	position: relative;
	margin: 0 0 10px 0;
	display: block;
	width: 190px;
	background-color: #FFFFFF;
}
.second_teaser h2 {
	position: relative;
	display: block;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #363d1a;
	margin: 0;
	padding: 0 40px 0 10px;	
}
.second_teaser h2 a, .second_teaser h2 a:hover {
	color:#fff !important;
	text-decoration:none;
}
* html .second_teaser h2 { /* IE only */
/*	width: 190px; */
}
.second_teaser h2 .teaser_icon {
	position: absolute;
	top: 5px;
	left: 155px;
}
.second_teaser h2.teaser {
	width:170px;
	padding:5px 10px;
	line-height:15px;
}
.second_teaser .second_teaser_text {
	position: relative;
	display: block;
	width: 170px;
	padding: 2px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*"Times New Roman", Times, serif; */
	font-size: 12px;
	line-height: 15px;
	color: #686565;
}
* html .second_teaser .second_teaser_text { /* IE only */
/*	width: 190px; */
}

.second_teaser h3 {
	position: relative;
	display: block;
	width: 150px;
	padding: 2px 20px 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #848282;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #363d1a;
}
* html .second_teaser h3 { /* IE only */
/*	width: 170px; */
}
.second_teaser h3 a {
	color: #363d1a;
	text-decoration: none;
}
.second_teaser .news_more {
	position: absolute;
	top: 5px;
	left: 166px;
	display: block;
}
.extra_teaser {
	position: relative;
	margin: 0 0 10px 0;
	display: block;
	width: 190px;
}
/* Teaser END */
/* Erste Hilfe BEGIN */
#erste_hilfe {
	position: absolute;
	top: 52px;
	left: 740px;
	display: block;
	width: 190px;
	height: 125px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}
#erste_hilfe a {
	color: #FFFFFF;
	text-decoration: none;
}
#erste_hilfe .erste_hilfe_head {
	position: relative;
	float: right;
	margin: 0 0 2px 0;
}
#erste_hilfe .erste_hilfe_head a img {
	border: none;
}

#erste_hilfe .erste_hilfe_text {
	position: relative;
	display: block;
	height: 46px;
	margin: 0 0 0 0;
	padding: 22px 5px 0 10px;
	clear: both;
	background: url(/_img/_layout/erstehilfe_blase_bg.gif) no-repeat left top;
}
#erste_hilfe h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 3px 0;
	padding: 0;
}
/* Erste Hilfe END */
/* Main Content BEGIN */
#main_content {
	position: relative;
	display: block;
	width: 420px;
	margin: 0 0 50px 40px;
	padding: 0;
}

#main_content a {
	color: #f35712; /* #f28000 */
	text-decoration: none;
}

#main_content a:hover {
	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: #363d1a;
	padding: 0;
	margin: 10px 0 28px 0;
}
* html #main_content h1 { /* IE only */
/*	padding: 10px 0 0 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: normal; /* bold */
	line-height: 19px;
	margin: 10px 0;
	padding: 0;
}

#main_content .content_media {
	position: relative;
	display: block;
	margin: 22px -39px 0px -39px;
}

#main_content .content_media .media_container {
	position: relative;
	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: #FFFFFF;
	background-color: #363d1a;
}

#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: none;
	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: block;
	width: 200px;
	margin: 0 10px 10px 0;
}

#main_container .anchors a {
	position: relative;
	display: block;
	color: #363d1a;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 4px 0;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat left top;
}

#main_container .anchors a:hover {
	color: #f35712; /* #f28000 */
	background: url(/_img/_layout/icon_link_orange.gif) no-repeat left top;
}

/* Main Content END */
/* FAQs BEGIN */
#main_container .faq_questions {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#main_container .faq_question {
	position: relative;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
#main_container .faq_question a {
	position: relative;
	display: block;
	color: #363d1a;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat left top;
}

#main_container .faq_question a:hover {
	color: #f35712; /* #f28000 */
	background: url(/_img/_layout/icon_link_orange.gif) no-repeat left top;
}

#main_container .faq_answer {	
	position: relative;
	display: block;
	padding: 0 0 0 20px;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 3px;
}
#main_content .to_top {
	position: relative;
	float: right;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat left top;
}
#main_content .to_top_text {
	padding: 0 0 0 20px;
	color: #363d1a;
	text-decoration: none;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat left top;
	
}
/* FAQs END */
/* Main category start page BEGIN */
#category_container .page_headline {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	padding: 0;
	margin: 10px 0 28px 0;
	border-top: 1px solid #737758; /* Firefox acts weird without */
}

* html #category_container .page_headline { /* IE only */
/*	padding: 10px 0 0 0; */
	
}

#category_container .page_headline h1 {
	position: absolute;
	top: 0;
	left: -26px;
	display: block;
	width: 400px;
	padding: 0 0 0 26px;
	margin: 0;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 6px;
}
* html #category_container .page_headline h1 { /* IE only */
	padding: 0 0 0 26px;
/*	margin: 10px 0 0 0; */
}

#category_container #main_content {
	color: #FFFFFF;
}
/* Main category start page 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-color: #FFFFFF;
	color: #000000;
	overflow: hidden;
}
#main_content .content_teaser .teaser_oben {
	position: relative;
	width: 400px;
	padding: 0 10px;
	background-color: #363d1a;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}

#main_content .content_teaser .teaser_oben a {
	position: relative;
	display: block;
/*
	width: 400px;
	padding: 0 10px 0 10px;
*/
	text-decoration: none;
	color: #FFFFFF;
}
#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: #363d1a;
	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 0 0 24px;
	color: #363d1a;
	text-decoration: none;
	line-height: 16px;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat left top;
}
* 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 {
	position: relative;
	float: left;
}
#main_content .content_teaser .controls .next {
	position: relative;
	float: right;
}
#main_content .content_teaser .controls a {
	text-decoration: none;
	color: black;
}
#main_content .content_teaser .controls a:hover {
	text-decoration: underline;
}


/* Page teaser in main content BEGIN */
/* 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: #686565;
}

.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 10px 0 0;
	padding: 0;
	height: 15px;
	border: none;
	border-collapse: collapse;
	background-color: #dae1d8;
	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: #FFFFFF;
	background-color: #363d1a;
	border-top: 2px solid #737758;
	border-left: 2px solid #737758;
	border-bottom: 2px solid #363d1a;
	border-right: 2px solid #363d1a;
}
* 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: #363d1a;
	background: url(/_img/_layout/grey_line_h.gif) no-repeat left bottom;
}
#main_content .sitemap li a {
	font-weight: bold;
	color: #363d1a;
	text-decoration: none;	
}
#main_content .sitemap li a:hover,
#main_content .sitemap li li a:hover {
	color: #f35712; /* #f28000 */
}

.sitemap ul ul {
	margin: 0 0 0 55px;
	padding: 10px 0 0 0;
	background: url(/_img/_layout/grey_line_v.gif) no-repeat left bottom;
}

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

	font-weight: normal;
	line-height: normal;
	color: #686565;
	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: #686565;
	background: url(/_img/_layout/grey_line_arrow.gif) no-repeat left center;
}

.sitemap ul ul ul {
	display: none;
}
.sitemap .sitemap_icon {
	vertical-align: middle;
}
/* Sitemap END */
/* multiplechoice BEGIN */
.multiplechoice {
	position: relative;
	background-color: #dae1d8;
}
.multiplechoice .headinfo {
	position: relative;
	padding: 6px 15px;
	background-color: #363d1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.multiplechoice .question_content {
	position: relative;
	padding: 30px 30px 0 15px;
}
.multiplechoice .question {
	position: relative;
	padding: 0 0 15px 15px;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 3px;
	font-size: 12px; 
	font-weight: bold;
	line-height: 16px;
	color: #363d1a;
}
.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: #363d1a; /* #737758; */
}

.multiplechoice .answers .answer_input {
	position: absolute;
	top: 10px;
	left: -5px;
}
* html .multiplechoice .answers .answer_input {
	top: 8px;
	left: -25px;
}
.multiplechoice .controls {
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	margin: 0px 0 0 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686565;
}

#main_content .multiplechoice .controls a {
	color: #686565;
	text-decoration: none;
}
#main_content .multiplechoice .controls a:hover {
	color: #f35712; /* #f28000 */
}

.multiplechoice .controls .prev {
	position: relative;
	float: left;
}
.multiplechoice .controls .prev a {
	padding: 0 0 0 10px;
	background: url(/_img/_layout/icon_prev_grey.gif) no-repeat left center;
}
.multiplechoice .controls .prev a:hover {
	background: url(/_img/_layout/icon_prev_orange.gif) no-repeat left center;
}

.multiplechoice .controls .next {
	position: relative;
	float: right;
}
.multiplechoice .controls .next a {
	padding: 0 10px 0 0;
	background: url(/_img/_layout/icon_next_grey.gif) no-repeat right center;
}
.multiplechoice .controls .next a:hover {
	background: url(/_img/_layout/icon_next_orange.gif) no-repeat right center;
}

.multiplechoice .controls .reset {
	position: relative;
}
.multiplechoice .controls .reset a {
	padding: 0 0 0 10px;
	background: url(/_img/_layout/icon_prev_grey.gif) no-repeat left center;
}
.multiplechoice .controls .reset a:hover {
	background: url(/_img/_layout/icon_prev_orange.gif) no-repeat left center;
}
.multiplechoice .controls .reset .inner {
	position: relative;
	padding: 0 10px 0 0;
	background: url(/_img/_layout/icon_next_grey.gif) no-repeat right center;
}
.multiplechoice .controls .reset a:hover .inner {
	background: url(/_img/_layout/icon_next_orange.gif) no-repeat right center;
}

* html .multiplechoice .controls .reset a,
* html .multiplechoice .controls .reset a:hover,
* html .multiplechoice .controls .reset a .inner,
* html .multiplechoice .controls .reset a:hover .inner { /* IE only */
	background: none;
}

#main_content .multiplechoice .question_content h2 {
	position: relative;
	padding: 0 0 0 15px;
	background: url(/_img/_layout/dreieck.gif) no-repeat left 6px;
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px;
	color: #363d1a;
}

.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: #363d1a;
}
.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: bold;
}
#main_content .multiplechoice .all_types a {
	color: #363d1a;
	text-decoration: none;
}

#main_content .multiplechoice .all_types .active,
#main_content .multiplechoice .all_types a:hover {
	color: #f35712; /* #f28000 */
	text-decoration: none;
}

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

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

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

.press_overview .controls .back {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	color: #686565;
	background: url(/_img/_layout/icon_prev_grey.gif) no-repeat left center;
}
.press_overview .controls .first {
	position: relative;
	float: left;
	padding: 0 0 0 12px;
	margin: 0 40px 0 0;
	color: #686565;
	background: url(/_img/_layout/icon_first_grey.gif) no-repeat left center;
}

.press_overview .controls .next {
	position: relative;
	float: right;
	margin: 0 40px 0 0;
	padding: 0 10px 0 0;
	color: #686565;
	background: url(/_img/_layout/icon_next_grey.gif) no-repeat right center;
}
.press_overview .controls .last {
	position: relative;
	float: right;
	padding: 0 12px 0 0;
	color: #686565;
	background: url(/_img/_layout/icon_last_grey.gif) no-repeat right center;
}

.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: #363d1a;
}
.press_overview .press_teaser_content {
	padding: 0 0 0 20px;
	background: url(/_img/_layout/dreieck_green.gif) no-repeat left 3px;
}
#main_content .press_overview .press_element .press_more {
	position: relative;
	float: right;
	height: 15px;
	padding: 0 20px 0 0;
	color: #363d1a;
	background: url(/_img/_layout/icon_link_dark.gif) no-repeat right bottom;
}
/* press overview END */
/* press detail BEGIN */
.press_downloads {
	color: #363d1a;
	margin: 20px 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;
}
#main_content .press_downloads a:hover {
	color: #f35712;
}
/* press detail END */
/* voting ergebnis BEGIN */
#main_content div.voting_result h2.voting_frage {
	padding: 0 0 5px 20px;
	background: url(/_img/_layout/voting_dreieck_orange.gif) no-repeat left 4px;
	color: black;

}
* html #main_content div.voting_result h2.voting_frage {
	display: block;
	width: 400px;
	background: url(/_img/_layout/voting_dreieck_orange.gif) no-repeat left 4px;
}
.voting_result .voting_ergebnis {
	display: block;
	width: 395px;
	background-color: #383E1C;
	color: white;
	font-weight: bold;
	padding: 0 0 0 25px;
	line-height: 20px;
}
.voting_result .voting_ergebnis_grau {
	display: block;
	width: 100%;
	background-color: #E8E8E6;
	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;
	background: url(/_img/_layout/voting_dreieck_orange.gif) no-repeat left center;
	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 */
/* Partner Bereich */
.partnerForm INPUT, SELECT {
	border: 0px solid #000;
	background-color:#E1E7E1;
	width:220px; 
}

.partnerForm .checkbox {
	width:13px;
	height:13px;
}


.partnerForm .submitReg {
	border: 1px solid #999;
	background-color:#363D1A;
	width:100px;
	color:#fff;
	font-weight:bold 
}

.regFormTD {
	padding-bottom:6px;
}



/* Fussnoten-Formatierung für Abgeltungssteuer - Quickhack gf 27.02.08 */

.fussnote {
	 font-size:9px;
}

/* Partner Bereich ENDE */

