/**
	Allgemeine HTML-Objekte
							**/

html {
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	margin: 0px;
	padding: 0px;
	direction: ltr;
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

fieldset {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
}

body.dokument_schrift_groesse_klein { font-size: 11px; }
body.dokument_schrift_groesse_mittel { font-size: 13px; }
body.dokument_schrift_groesse_gross { font-size: 15px; }

table {	font-size: 1em; }

img { border: none; }

input {
	font-size: 1em;
}

ul {
	padding-left: 20px;
}

li {
	color: #81B004;
	padding-bottom: 7px;
}
.li_text { color: #000000; }
li.anbauplan_list_li {
	background-image: url(../gfx/karotte.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 6px 20px;
	margin-left: 0px;
	color: #000000;
}
li.nutzungsbedingungen_li {
	color: #000000;
}

ul.green_bullets_list {
    list-style: none;
    padding:0;
    margin:0;
}

ul.green_bullets_list li {
    padding-left: 3em;
    text-indent: -0.9em;
    color: #000000;
}

ul.green_bullets_list li div {
    padding-left: 2em;
    text-indent: -1.45em;
}

ul.green_bullets_list li:before {
    content: "• ";
    color: rgb(129, 176, 4);
}

.submit_button {
	border-style: none;
	padding: 5px 20px 5px 20px;
	background-color: #ABCF05;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.15em;
	text-align: center;
}

.max_zeichenzahl_erreicht_anzeige {
	color: #B03104;
}


/**
	Außenlayout
					**/
#halbtransparent_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../gfx/1px_dunkel_transparant.png);
	z-index: 60;
}
#halbtransparent_layer_content {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -200px;
    width: 400px;
    height: 500px;
    background-color: #FFFFFF;
    padding: 20px;
    z-index: 65;
}
#statisch_zentrierter_inhalt_container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 61;
	vertical-align: middle;
}
#statisch_zentrierter_inhalt {
	background-color: #FFFFFF;
	top: 50%;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

#head_container {
	width: 100%;
	min-width: 920px;
	background-color: #6B3918;
}
#head_navigation {
	width: 888px;
	margin: 0px auto 19px auto;
	padding-top: 18px;
}
#head_navigation_menue {
	float: left; 
	width: 800px;
}
#head_navigation_menue_ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 22px;
    font-size: 13px;
}
#head_navigation_schriftgroesse_table {
	float: right;
	width: 55px;
	margin-top: -4px;
}
#head_navigation_schriftgroesse_tr {
	line-height: 24px;
	vertical-align: text-bottom;
	text-align: right;
}
#head_navigation_spacer {
	clear: both;
	line-height: 17px;
}
#head_navigation_ruler {
	width: 888px;
	margin: 0px auto 0px auto;
	line-height: 5px;
	background-color: #FFFFFF;
}

#head_visual_container {
	width: 888px;
	margin: 11px auto 0px auto;
}
#head_visual_logo {
	float: left;
	width: 305px;
	height: 350px;
	background-color: #ABCF05;
}
#breadcrumbtrail_container {
	position: absolute;
	width: 589px;
	height: 55px;
	margin-top: -45px;
	margin-left: 260px;
	background-color: #FFFFFF;
}
#head_visual_picture {
	float: left;
	width: 583px;
	height: 350px;
	background-color: #D2C3B9;
}
#head_visual_spacer {
	clear: both;
	line-height: 10px;
}

#main_container {
	width: 100%;
	min-width: 920px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
}
#main_headline {
	line-height: 5px;
	background-color: #B59C8B;
}
#main_body {
	min-height: 575px;
	margin-top: -5px;
	background-image: url(../gfx/layout_gradient.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#main_body_box {
	width: 888px;
	min-height: 560px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image: url(../gfx/menuekasten.png);
	text-align: left;
}
#left_navigation_container {
	float: left;
	width: 260px;
    margin-bottom: 329px;
}
#left_navigation_margin {
	margin: 37px 30px 40px 30px;
}

#main_content_container {
	float: left;
	width: 589px;
}
#main_content_top {
	background-color: #FFFFFF;
	min-height: 280px;
	line-height: 1.5em;
}
#main_content_top_margin {
	margin: 0px 60px 0px 61px;
}
#main_content_top_spacer {
	clear: both;
	line-height: 55px;
}
#main_content_bottom {
	width: 100%;
	background-color: #D2C3B9;
	min-height: 280px;
	line-height: 1.5em;
    position: relative;
    bottom: 0px;
}
#main_content_bottom_topspacer {
	line-height: 42px;
}
#main_content_bottom_margin {
	margin: 0px 60px 0px 61px;
}
#main_content_bottom_bottomspacer {
	clear: both;
	line-height: 0px;
}
#main_content_bottom_innerbottomspacer {
	line-height: 17px;
}

#footer_container {
	clear: both;
	width: 100%;
	min-width: 920px;
	height: 80px;
	margin-top: -15px;
	background-color: #6B3918;
	color: #FFFFFF;
}
#footer_content {
	width: 888px;
	margin: 0px auto 0px auto;
}
#footer_data {
	float: left;
	width: 260px;
}
#footer_data_margin {
	margin: 24px 0px 0px 30px;
}
#contact_details {
	position: absolute;
	width: 220px;
	margin-top: -212px;
	color: #81B004;
}
#contact_details_title {
	margin-bottom: 13px;
	font-size: 1.45em;
	font-weight: bold;
}
#contact_details_postal {
	margin-bottom: 13px;
	font-size: 1.12em;
}
#contact_details_digit {
	font-size: 1.12em;
}
#contact_details_info {
	font-size: 1.12em;
}
#footer_contentbox_overlap {
	float: left;
	width: 589px;
	line-height: 40px;
	background-color: #D2C3B9;
}
#footer_clear {
	clear: both;
	line-height: 0px;
}

a#schrift_skalierung_klein {
	color: #D2C3B9;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
a#schrift_skalierung_mittel {
	color: #D2C3B9;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
a#schrift_skalierung_gross {
	color: #D2C3B9;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
}

a:link { color: #81B004; }
a:visited { color: #81B004; }
a:hover { 
	color: #ABCF05;
	text-decoration: none;
}

.link_like_text {
	color: #81B004;
	text-decoration: none;
}

a:link.top_navigation_link {
	color: #D2C3B9;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:visited.top_navigation_link {
	color: #D2C3B9;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
a:link.top_navigation_link_active { color: #FFFFFF !important; }
a:visited.top_navigation_link_active { color: #FFFFFF !important; }

a:link.left_navigation_link {
	color: #6B3918;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.12em;
}
a:visited.left_navigation_link {
	color: #6B3918;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.12em;
}
a:link.left_navigation_link_sub {
	color: #81B004;
	text-decoration: none;
	font-size: 1.05em;
}
a:visited.left_navigation_link_sub {
	color: #81B004;
	text-decoration: none;
	font-size: 1.05em;
}
a:link.left_navigation_link_active { color: #FFFFFF !important; }
a:visited.left_navigation_link_active { color: #FFFFFF !important; }
a:link.left_navigation_link_sub_active { color: #81B004 !important; }
a:visited.left_navigation_link_sub_active { color: #81B004 !important; }

.top_navigation_li { 
	display: inline;
	padding: 0 18px 0 0;
    font-size: 15px;
}

.left_navigation_item {
	padding: 8px 13px 8px 13px;
	margin-bottom: 5px;
	background-color: #D2C3B9;
	cursor: pointer;
}
.left_navigation_item_sub {
	padding: 8px 13px 8px 13px;
	/*margin-top: -3px;*/
	margin-bottom: 5px;
	background-color: #E6F1B4;
	cursor: pointer;
}

.left_navigation_item_active {
	padding: 8px 13px 8px 13px;
	margin-bottom: 5px;
	background-color: #ABCF05;
	cursor: pointer;
}

.left_navigation_item_sub_active {
	padding: 8px 13px 8px 13px;
	/*margin-top: -3px;*/
	margin-bottom: 5px;
	background-color: #D3DF8E;
	cursor: pointer;
}

/** 
	Content-Klassen 
					**/
h1 {
	margin: 0px 0px 30px 0px;
	padding-top: 0px;
	font-size: 2em;
	line-height: 1em;
	color: #81B004;
	font-weight: normal;
}
h1.home {
	margin: 0px 0px 12px 0px;
	padding-top: 15px;
	font-size: 1.45em;
	color: #81B004;
	font-weight: normal;
}
h1.topstart { padding-top: 0px !important; }
h1.bottom {
	margin: 0px 0px 20px 0px;
	font-size: 1.45em;
	color: #6B3918;
	font-weight: normal;
}
h2 {
	color: #81B004;
	font-size: 1.45em;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
    color: #81B004;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

p.content_text {
	color: #000000;
	margin-bottom: -3px;
}
.content_text { color: #000000; }

.main_content_bottom_signature {
	margin: 13px 0px 0px 0px;
	font-size: 1.12em;
	color: #6B3918;
	font-weight: bold;
}

div.content_button {
	width: 71px;
	line-height: 25px;
	margin: 11px 0px 0px 55px;
	background-color: #ABCF05;
	text-align: center;
	cursor: pointer;
}
a:link.content_button {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.content_button {
	color: #FFFFFF;
	text-decoration: none;
}

.highlighted { color: #81B004; }
.dark_highlighted { color: #6B3918; }
.light_brown_highlighted { color: #b59c8b }
.brown_highlighted { color: #6B3918; }
a:link.dark_highlighted { color: #6B3918; }
a:visited.dark_highlighted { color: #6B3918; }

/**
	Content-Layout
					**/
#home_col_left {
	float: left;
	width: 133px;
	margin-right: 38px;
}
#home_col_middle {
	float: left;
	width: 129px;
	margin-right: 41px;
}
#home_col_right {
	float: left;
	width: 127px;
}

.impressum_title {
	padding: 0px 10px 15px 0px;
	color: #81B004;
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
.impressum_data {
	padding-bottom: 15px;
	vertical-align: top;
}

.contact_site_details {
	color: #81B004;
}

.tabellen_formular {
	width: 100%;
	background-color: #F2EDEA;
	color: #000000;
}
.tabellen_formular_chromo {
	width: 100%;
	background-color: #F6F3F1;
	color: #000000;
}
.tabellen_formular_betitelung {
	padding: 4px 3px 4px 6px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
.tabellen_formular_betitelung_chromo {
	padding: 4px 3px 4px 6px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #696969;
}
.tabellen_formular_inhalt {
	padding: 4px 3px 4px 6px;
	border-bottom: 2px solid #FFFFFF;
}
.tabellen_formular_input {
	width: 268px;
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding-left: 3px;
	padding-right: 3px;
}
.tabellen_formular_input_chromo {
	width: 251px;
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
.tabellen_formular_select {
	width: 276px;
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	height: 1.5em;
	padding-left: 3px;
}
.tabellen_formular_legende {
	margin-bottom: 5px;
	color: #81B004;
	font-size: 1.2em;
}
.tabellen_formular_legende_chromo {
	margin-bottom: 5px;
	color: #000000;
	font-size: 1.2em;
}
.selbsternte_cp_schutz_ausgabe {
	color: #B03104;
	font-size: 0.9em;
	padding-top: 2px;
	padding-left: 3px;
}
.csa_cp_schutz_ausgabe {
	color: #B03104;
	font-size: 0.9em;
	padding-top: 2px;
	padding-left: 3px;
}
.meldung_fehler {
    margin: 0px 0px 27px 0px;
    border: 2px solid #B03104;
    padding: 16px 28px 0px 28px;
    background-color: #FFFFFF;
    color: #000000;
}
.funktionsbereich_meldung_fehler {
    margin: 0px 0px 10px 0px;
    border: 2px dashed #000000;
    padding: 4px 7px 0px 7px;
    background-color: #FF0000;
    color: #000000;
}
.meldung_erfolg {
    padding: 27px 29px 26px 29px;
    background-color: #81B004;
    color: #FFFFFF;
}

.absatz_erfolg {
    padding: 10px 0 0 0;
}

.funktionsbereich_meldung_erfolg {
    padding: 8px 9px 7px 9px;
    background-color: #81B004;
    color: #FFFFFF;
}
li.fehler_listing {
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.footer_quote_container {
	display: table;
	width: 100%;
	height: 190px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.footer_quote {
	display: table-cell;
	vertical-align: middle;
	padding: 14px 0px 0px 0px;
	margin-bottom: 0px;
	font-size: 2em;
	line-height: 1.7em;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}


/* Blog */
#teasertext {
	padding: 0px 0px 14px 0px;
	margin: 0px;
	font-weight: bold;
}
#wcms_beitrag_datums_autoren_zeile {
	display: none;
	color: #737476;
	padding-bottom: 60px;
}
#wcms_beitrag_datums_autoren_zelle {
	padding-right: 24px;
	float: left;
}
#wcms_beitrag_kategorie_zelle {
	float: left;
}
ul.teaser_uebersichts_liste {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.teaser_uebersichts_liste li {
	clear: both;
	margin-bottom: 4px;
}
ul.termin_uebersichts_liste {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.termin_uebersichts_liste li {
	clear: both;
	padding: 7px 0px 7px 5px;
	border-bottom: 1px solid #81B004;
}
li.termin_uebersichts_liste_erste_zeile {
	border-top: 1px solid #81B004;
}
li.termin_uebersichts_liste_erste_zeile_archiv {
	border-top: 1px solid #AFAFAF;
}
.termin_uebersicht_icon {
	float: right;
	width: 13px;
	height: 13px;
	margin-top: 2px;
}

.datums_autor_kategorie_zeile { 
	padding: 0px 0px 9px 0px;
	margin-bottom: 2px;
	color: #b59c8b;
	font-size: 1em;
}

.datums_autor_kategorie_zeile a:link { color: #b59c8b; }
.datums_autor_kategorie_zeile a:visited { color: #b59c8b; }
h2.teaser_ueberschrift {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 1.45em;
}
h2.teaser_ueberschrift_rezepte {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 1.26em;
}
h2.teaser_ueberschrift_promo {
	background-color: #F5F5F5;
	margin-bottom:-0.83em;
	padding: 11px 0px 21px 17px;
	font-size: 1.26em;
	font-weight: bold;
}
.rezepte_detail_infos { color: #b59c8b; }
.beitrag_links {
	clear: both;
	text-align: right;
	padding: 0px 0px 0px 0px;
	color: #b59c8b;
}
.beitrag_links a:link {
	color: #b59c8b;
	text-decoration: underline;
}
.beitrag_links a:visited {
	color: #b59c8b;
	text-decoration: underline;
}
.beitrag_links a:hover {
	color: #b59c8b;
	text-decoration: none;
}
h2.teaser_ueberschrift a:link {
	text-decoration: none;
	color: #81B004;
}
h2.teaser_ueberschrift a:visited {
	text-decoration: none;
	color: #81B004;
}
h2.teaser_ueberschrift_rezepte a:link {
	text-decoration: none;
	color: #81B004;
}
h2.teaser_ueberschrift_rezepte a:visited {
	text-decoration: none;
	color: #81B004;
}
.teaserbild {
	float: left;
	margin: 3px 10px 2px 0px;
}
.teasertext {
	padding: 0px 0px 0px 0px;
	color: #000000;
}
.teasertext_promo {
	padding: 0px 17px 15px 9px;
	font-size: 1em;
	color: #000000;
	background-color: #F5F5F5;
}
.teasertext_mit_teaserbild {
	min-height: 111px;
}
.bildergalerie_teaserbild {
	border-color: #F6F6F6;
	border-style: solid;
	margin-bottom: 10px;
}

.eingebettetes_bild_container {
	margin-top: 3px;
	margin-bottom: 7px;
	padding: 3px 0px 0px 0px;
}
.eingebettetes_bild_verkleinerungs_balken {
	background-color: #F5F5F5;
	padding: 1px 10px 3px 0px;
	text-align: right;
}
.eingebettetes_bild_vergroesserungs_balken {
	background-color: #e6dcd5;
	padding: 1px 0px 3px 0px;
}
.icon_eingebettetes_bild_verkleinern {
	width: 18px;
	height: 15px;
	margin-top: 1px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.icon_eingebettetes_bild_vergroessern {
	width: 18px;
	height: 15px;
	margin-top: 1px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.eingebettetes_bild_unterschrift_container {
	background-color: #dad1ca;
	text-align: left;
	overflow: hidden;
}
.eingebettetes_bild_unterschrift {
	padding: 5px;
	font-size:0.9em;
	line-height:110%;
}
.eingebettetes_grossbild_unterschrift {
	width: 468px;
	background-color: #dad1ca;
	text-align: left;
	overflow: hidden;	
}
.eingebettetes_grossbild_unterschrift_abstand {
	padding: 5px;
}

.bildergalerie_thumbnail_zeile {
	width: 457px;
	margin: 0px 0px 16px 5px;
}
.bildergalerie_thumbnails {
	border-style: solid;
	border-color: #e6dcd5;
}
.bildergalerie_thumbnails_spacer { margin-left: 19px; }
.bildergalerie_thumbnails_leerbild {
	float: right;
	width: 100px;
	height: 100px;
	background-color: #e6dcd5;
}
.poll_normal_text {
	text-align: left;
	font-weight:bold;
	overflow: hidden;
	color: #81B004;
	padding:14px 0px 0px 0px;
}
.poll_normal_text_question {
	text-align: left;
	overflow: hidden;
	color: #81B004;
	padding:9px 0px 9px 0px;
}
.poll_normal_text_question_result {
	text-align: left;
	overflow: hidden;
	color: #81B004;
	padding:9px 0px 0px 0px;
}
.poll_normal_text_question_list {
	float:left;
	text-align:left;
	width: 15px;
	padding: 0px;
	color: #81B004;
}
.poll_normal_text_question_data {
	padding-left: 15px;
	font-style:italic;
}
.poll_normal_text_vote {
	text-align: left;
	overflow: hidden;
	color: #81B004;
	padding:0px 0px 0px 0px;
}
.poll_normal_text_answer {
	text-align: left;
	overflow: hidden;
	color: #81B004;
	padding: 1px 0px 1px 0px;
}
.poll_normal_text_answer_radio {
	float:left;
	text-align: right;
	width: 40px;
	padding: 0px 7px 0px 0px;
}
.poll_normal_text_answer_label {
	text-align: left;
	padding-left: 40px;
	color: #7F7F7F;
	padding-top:-1px;
}
.poll_normal_text_answer_result {
	text-align: left;
	overflow: hidden;
	color: #81B004;
	padding: 1px 0px 1px 40px;
}
.poll_normal_text_answer_result_text {
	color:#7F7F7F;
	width:340px;
	font-size:0.9em;
	padding: 11px 0px 4px 0px;
}
.poll_results_cell {
	padding: 0px;
	border:1px #B3B3B3 solid;
	height:15px;
	background-color:#F5F5F5;
	text-align:left;
}
.poll_results_line {
	height:15px;
	background-color:#81B004;
}
#poll_info_text {
	color:#999999;
	text-align:justify;
	font-size:0.8em;
	line-height:100%;
	padding:6px 0px 6px 0px;
}
ul.poll_question_ul {
	padding:0px;
	list-style-type:decimal;
}

.zum_seitenbeginn_ankerlink {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	padding: 6px 0px 4px 0px;
	border-top: 1px dotted #C8C8C8;
	text-align: right;
	line-height: 13px;
}
.zum_seitenbeginn_ankerlink a:link { color: #767676; }
.zum_seitenbeginn_ankerlink a:visited { color: #767676; }
.icon_zum_seitenbeginn {
	width: 9px;
	height: 8px;
	margin-left: 4px;
	margin-bottom: 1px;
}

.paginierung_container {
	padding: 22px 0px 25px 0px;
	white-space: nowrap;
}
.paginierung_erste {
	float: left;
	width: 20%;
	color: #767676;
	text-align: right;
	vertical-align:top;
}
.paginierung_vorige {
	float: left;
	width: 18%;
	color: #767676;
	text-align: left;
	padding-left: 6px;
}
.paginierung_aktuell_dargestellt {
	float: left;
	width: 18%;
	color: #B3B3B3;
	font-weight:  bold;
	text-align: center;
	height: 17px;
	margin-left: 10px;
	padding-top: 3px;
}
.paginierung_naechste {
	float: left;
	width: 18%;
	color: #767676;
	text-align: right;
	padding-right: 6px;
}
.paginierung_letzte {
	float: left;
	width: 20%;
	color: #767676;
	text-align: left;
}
.blatter_pfeil_links_double {
	background: url(../gfx/pfeil_links_double.png) right no-repeat;
	width:100%;
	height:16px;
}
.blatter_pfeil_links_double:hover {
	background: url(../gfx/pfeil_links_double_dunkel.png) right no-repeat;
}
.blatter_pfeil_links {
	background: url(../gfx/pfeil_links.png) right no-repeat;
	width:22px;
	height:16px;
}
.blatter_pfeil_links:hover {
	background: url(../gfx/pfeil_links_dunkel.png) right no-repeat;
}
.blatter_pfeil_rechts_double {
	background: url(../gfx/pfeil_rechts_double.png) left no-repeat;
	width:24px;
	height:16px;
}
.blatter_pfeil_rechts_double:hover {
	background: url(../gfx/pfeil_rechts_double_dunkel.png) left no-repeat;
}
.blatter_pfeil_rechts {
	background: url(../gfx/pfeil_rechts.png) right no-repeat;
	width:100%;
	height:16px;
}
.blatter_pfeil_rechts:hover {
	background: url(../gfx/pfeil_rechts_dunkel.png) right no-repeat;
}

.service_rubrik_ajax_laedt {
	position: absolute;
	margin: 10px 0px 0px 10px;
	padding-left: 25px;
	background-image: url(../gfx/ajax_laden_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #767676;
}

#startseiten_blog_verweis {
	clear: both;
	margin-top: 40px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #6B3918;
	border-bottom: 1px solid #6B3918;
	background-color: #e6dcd5;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
#startseiten_blog_verweis a:link {
	color: #6B3918;
}
#startseiten_blog_verweis a:visited {
	color: #6B3918;
}
#startseiten_blog_titel {
	clear: both;
	margin: 20px 0px 20px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #6B3918;
	border-bottom: 1px solid #6B3918;
	background-color: #e6dcd5;
	color: #6B3918;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

div.blaetterzeile_container {
	height: 1.7em;
	margin-top: 28px;
	border-top: 1px dotted #767676;
	border-bottom: 1px dotted #767676;
	text-align: center;
}
div.listungs_blaetter_anzeige {
	margin-top: 3px;
	float: left;
	width: 19%;
	color: #767676;
}
div.listungs_blaetter_anzeige a {
	color: #81B004;
}
div.listungs_blaetter_anzeige_aktuell {
	margin-top: 3px;
	float: left;
	width: 24%;
	color: #81B004;
	font-weight: bold;
}

.anmerkungs_balken {
	margin-bottom: 14px;
	padding: 6px 10px 5px 10px;
	background-color: #B03104;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
}

.termin_details_icon_spalte {
	clear: both;
	float: left;
	width: 24px;
	padding-top: 2px;
}
.termin_details_icon {
	width: 13px;
	height: 13px;
}
.termin_details_text_spalte {
	float: left;
	width: 444px;
	margin-bottom: 8px;
	color: #81B004;
}

ul#box_termin_uebersicht_listung {
	list-style-image:url(../gfx/li_pfeil.gif);
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
ul#box_termin_uebersicht_listung li {

	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #7F7F7F;
}
ul#box_termin_uebersicht_listung li a {
	color: #81B004;
	text-decoration:none;
}
ul#box_termin_uebersicht_listung li a:hover {
	text-decoration:underline;
}
.bildergalerie_navigations_zeile_teil {
	float: left;
	height: 20px;
	border-top: 2px solid #6b3918;
	background-color: #6b3918;
	color: #FFFFFF;
}
.bildergalerie_navigation_erstes_bild {
	width: 13px;
	height: 14px;
	margin: 2px 12px 0 2px;
}
.bildergalerie_navigation_voriges_bild {
	width: 6px;
	height: 14px;
	margin-top: 2px;
}
.bildergalerie_navigation_uebersicht {
	width: 14px;
	height: 14px;
	margin-top: 2px;
}
.bildergalerie_navigation_diashowrueckwaerts {
	width: 34px;
	height: 14px;
	margin-top: 2px;
	cursor: pointer;
}
.bildergalerie_navigation_diashowstoppen {
	width: 31px;
	height: 14px;
	margin: 2px 4px 0px 4px;
	cursor: pointer;
}
.bildergalerie_navigation_diashowvorwaerts {
	width: 34px;
	height: 14px;
	margin-top: 2px;
	cursor: pointer;
}
.bildergalerie_navigation_naechstes_bild {
	width: 6px;
	height: 14px;
	margin: 2px 12px 0px 7px;
}
.bildergalerie_navigation_letztes_bild {
	width: 13px;
	height: 14px;
	margin-top: 2px;
}

.bildergalerie_bild {
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: solid;
	border-color: #e6dcd5;
}

.beitrags_detail_zusatzrubrik_uebersichts_zeile {
	color: #6B3918;
}
.beitrags_detail_zusatzrubrik_uebersichts_zeile_kommentare {
	color: #6B3918;
	padding-top:2px;
}

.kurzmeldungen_autor_datum {
	margin-top: 2px;
	font-size: 0.95em;
	color: #6F6F6F;
	text-align: right;
}

a:link.a_entry_title {
	color: #81B004;
}

a:visited.a_entry_title {
	color: #81B004;
}

a:link.a_category_link {
	color: #737476;
}

a:visited.a_category_link {
	color: #737476;
}

.td_light {	color: #767676; }

.td_dates_line {
	border-bottom: 1px solid #81B004;
	line-height: 15px;
}

.td_dates_borderbottom { border-bottom: 1px solid #81B004; }

.td_dates_light_borderbottom { border-bottom: 1px solid #D7D7D7; }

.td_dates_light_title { color: #826D5D; }

.td_dates_misc_borderbottom { border-bottom: 1px solid #DCD7CD; }

li.dates_priority {
	background-color: #D8E5F3;
	color: #000000;
}
li.dates_priority a {
	color: #000000;
}

li.dates_light_priority {
	background-color: #F0F0F0;
	color: #404040;
}
li.dates_light_priority a {
	color: #404040;
}

li.dates_canceled { color: #767676; }
li.dates_canceled a { color: #767676; }

li.dates_archive {
	border-bottom: 1px solid #AFAFAF !important;
	color: #404040;
}
li.dates_archive a { color: #404040; }
.keine_termine_vorhanden_container {
	clear: both;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	text-align: center;
}

.content_date { color: #9C9D9F; }

.td_pic_square {
	width: 140px;
	height: 140px;
	background-color: #E6E6E6;
	text-align: center;
}

.td_pic_square4 {
	width: 100px;
	height: 100px;
	background: #E6E6E6;
	margin: 0px;
	padding: 0px;
}

.td_announcement_bar {
	height: 24px;
	background-color: #8fb905;
	color: #FFFFFF;
	vertical-align: middle;
	margin-bottom: 14px;
	padding-left: 10px;
	line-height: 24px;
	font-weight: bold;
	font-size: 1.1em;
}

.div_separator {
	height: 12px;
	width: 468px;
	border-bottom: 1px dotted #C8C8C8;
	margin-bottom: 7px;
}

.div_bigpic {
	position: absolute;
	z-index: 1;
	width: 400px;
}

.div_bigpic_line {
	width: 468px;
	background-color: #C8C8C8;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

.div_smallpic_line {
	width: 140px;
	z-index: 3;
	background-color: #C8C8C8;
	padding-top: 1px;
	padding-bottom: 1px;
}

.div_detail_section_title {
	clear: both;
	width: 100%;
	color: #81B004;
	padding: 17px 0px 0px 0px;
	margin: 0px;
	font-size: 1.2em;
	overflow: hidden;
}
.div_detail_section_title h2 {
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	height:20px;
	color: #81B004; 
	font-weight: bold; 
	font-size: 1.2em;
	line-height: 110%;
}
.section_header {
	 float: right;
	 margin-top: -21px;
	 padding: 5px 20px 5px 20px;
	 height: 20px;
	 background-color: #e6dcd5;
	 font-size: 0.85em;
}
.section_header a {
	color: #6B3918;
}
.div_detail_section_subtitle { 
	color: #81B004; 
	font-weight: bold; 
	font-size: 1em; 
	margin-top: 30px;
	width: 100%;
}

.div_comment_own {
	color: #446c04;
	font-size: 0.9em;
}

.div_gal_text {
	font-size: 1.1em;
	color: #FFFFFF;
}

.div_gal_pictitle {
	color: #81B004;
	font-size: 1.1em;
	font-weight: bold;
}

.div_galerie_foto_line {
	padding: 0px 10px 0px 10px;
	background-color: #81B004;
	color: #FFFFFF;
}

.content_trackback_heavy {
	color: #81B004;
	font-weight: bold;
	padding-bottom:4px;
}

.span_detail_further_description {
	color: #5F76A1;
	line-height: 14px;
	margin-left: 10px;
}

.h1_detail_title {
	clear: both;
	color: #81B004;
	padding: 0px 0px 14px 0px;
	margin: 0px;
	overflow: hidden;
}

.h1_teaser_title {
	color: #81B004;
	margin: 0px;
	font-weight: bold;
	font-size: 1.4em;
}

.img_teaser_h {
	width: 105px;
	height: 140px;
}

.img_teaser_w {
	width: 140px;
	height: 105px;
}

.img_teaser_detail {
	width: 140px;
	height: 105px;
	border: none;
	margin: 0px 10px 5px 0px;
}

.img_teaser_detail_dates {
	width: 140px;
	border: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 0px;
}

.img_teaser_4w {
	width: 100px;
	height: 75px;
	border: 0px;
	margin: 0px;
}

.img_teaser_4h {
	width: 75px;
	height: 100px;
	border: 0px;
	margin: 0px;
}

.img_border {
	border: 1px solid #C8C8C8;
}

.textarea_comment {
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	padding: 4px;
	border: 1px solid #878787;
	background-color: #F0F0F0;
	width: 448px;
	height: 120px;
	color: #81B004;
	overflow: auto;
}

.input_text {
	width: 386px;
	border: 1px solid #878787;
	background-color: #F0F0F0;
	color: #81B004;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	padding: 3px;
}

.input_text_spende {
	width: 300px;
	font-size: 1em;
	border: 1px solid #878787;
	background-color: #F0F0F0;
	color: #81B004;
	font-family: Verdana, sans-serif;
	padding: 3px;
}

.td_form_legende {
	padding: 0px 10px 3px 10px;
	text-align: right;
	color: #878787;
	font-size: 1em;
	font-weight: normal;
}

.td_form_legend_mandatory {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 9px;
	background-color: #F0F0F0;
	font-size: 0.8em;
}

.td_form_legend_focused {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 12px;
	background-color: #B9CCE0;
	font-size: 0.8em;
}

.td_form_legend_error {
	display: inline;
	width: 15px;
	height: 15px;
	margin: 0px 2px 0px 12px;
	background-color: #EEA1AA;
	font-size: 0.8em;
}

.tr_order_step {
	font-size: 1.2em;
	vertical-align: top;
}

.tr_order_step_active {
	color: #8fb905;
	font-weight: bold;
}

.tr_order_step_inactive {
	color: #C8C8C8;
	font-weight: normal;
}

.td_order_step_arrow {
	width: 18px;
}

.td_order_step_title {
	width: 75px;
	font-weight: bold;
	padding-right: 3px;
}

.td_order_step_def {
	padding-bottom: 5px;
	text-align: left;
}

.div_order_step_descr {
	font-size: 1.1em;
	font-weight: normal;
}

.td_order_form_subtitle_spacer { line-height: 2px; }

.td_order_form_subtitle_higher_spacer { line-height: 6px; }

.td_order_form_input_title { color: #878787; }

.order_input_mandatory {
	height: 13px;
	width: 227px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #F0F0F0;
	color: #81B004;
	font-size: 1em;
	vertical-align: middle;
}

.order_select_mandatory {
	height: 19px;
	width: 233px;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #F0F0F0;
	color: #81B004;
	font-size: 1em;
	vertical-align: middle;
}

.order_input_default {
	height: 13px;
	width: 227px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #81B004;
	font-size: 1em;
	vertical-align: middle;	
}

.order_select_default {
	height: 19px;
	width: 233px;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #81B004;
	font-size: 1em;	
	vertical-align: middle;
}

.order_textarea_default {
	font-family: Verdana, sans-serif;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #FFFFFF;
	color: #81B004;
	font-size: 1em;
}

.order_input_disabled {
	height: 13px;
	width: 227px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #CCCCCC;
	color: #81B004;
	font-size: 1em;
	vertical-align: middle;	
}

.order_select_disabled {
	height: 19px;
	width: 233px;
	padding: 2px;
	margin-bottom: 1px;
	border: 1px solid #878787;
	background-color: #CCCCCC;
	color: #81B004;
	font-size: 1em;
	vertical-align: middle;	
}

.order_form_small_descr {
	color: #878787;
	font-size: 0.9em;
	line-height: 10px;
	padding-bottom: 4px;
}

.abo_liefer_titel {
	background-color: #E6E6E6;
	color: #929292;
	font-weight: bold;
}

.abo_tabellen_rahmen_rechts { border-right: 1px solid #FFFFFF; }
.abo_tabellen_rahmen_oben { border-top: 1px solid #FFFFFF; }
.abo_tabellen_body {
	background-color: #F5F5F5;
	color: #9A9A9A;
}

.form_error {
	background-color: #EEA1AA;
	color: #444444;
}

.cmd_button {
	font-size: 1.1em;
	width: 210px;
	height: 22px;
	border: 1px outset #81B004;
	background-color: #F0F0F0;
	color: #81B004;
	font-weight: bold;
}

.graph_cmd_button_225 {
	width: 225px;
	height: 26px;
	line-height: 26px;
	background-image: url(../gfx/button_hintergrund.gif);
	border-style: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
}

.graph_cmd_button_ssl {
	width: 225px;
	height: 26px;
	line-height: 26px;
	background-image: url(../gfx/button_hintergrund_ssl_symmetrisch.gif);
	border-style: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
}

.graph_cmd_button_250 {
	width: 250px;
	height: 26px;

	line-height: 26px;
	background-image: url(../gfx/button_hintergrund_250.gif);
	border-style: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	vertical-align: middle;
}

.grey_color {
	color: #767676;
	border-color: #767676;
}

.mediathek_video_title {
	margin: 0px 0px 7px 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #81B004;
	text-align: left;
}

#funktionsbereich_titelleiste {
	width: 100%;
	height: 20px;
	background-color: #6B3918;
}
div.funktionsbereich_background {
	background-color: #e6dcd5;
}
div.funktionsbereich_background a {
	text-decoration: none;
}
div.funktionsbereich_background a:hover {
	text-decoration: underline;
}
div.funktionsbereich_titel {
	width: 200px;
	margin-right: 10px;
	padding: 0px;
	color: #FFFFFF;
	background-color: #6B3918;
	font-size: 1.14em;
	font-weight: bold;
	vertical-align: middle;
}
div.funktionsbereich_titel a {
	color: #FFFFFF;
}
div.funktionsbereich_titel_innerer_abstand {
	padding: 0 0 0 13px;
    background: url(../gfx/wcms_funktionsbereich_titel_background.png) no-repeat;
    position: relative;
	height: 39px;
}
.funktionsbereich_titel_innerer_abstand .title_padding {
	position:absolute;
	top:-5px;
	bottom:0;
	margin:auto;
	height:1.25em;
}
div.funktionsbereich_zeile {
	height: 29px;
	width: 200px;
	background-color: #abcf05;
	color: #6B3918;
	margin: 0px 12px 0px 0px;
}

table.funktionsbereich_zeile {
	width: 200px;
	height: 29px;
	padding: 0px 12px 0px 0px;
	color: #6B3918;
}
table.funktionsbereich_zeile a:link {
	color: #6B3918;
	text-decoration: none;
}
table.funktionsbereich_zeile a:visited {
	color: #6B3918;
	text-decoration: none;
}
table.funktionsbereich_zeile_div {
	width: 100%;
	height: 29px;
}
table.funktionsbereich_zeile_aktiviert {
	background-color: #abcf05;
	color: #FFFFFF;
}
table.funktionsbereich_zeile_aktiviert a:link {
	color: #FFFFFF;
	text-decoration: none;
}
table.funktionsbereich_zeile_aktiviert a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.funktionsbereich_icon {
	width: 21px;
	height: 20px;
	margin-left: 6px;
}
.funktionsbereich_klappmenue_titelleiste {
	padding: 3px 0px 4px 6px;
	background-color: #969696;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
.funktionsbereicht_klappmenue_inhalt {
	background-color: #e6dcd5;
	padding: 10px;
}

.funktionsbereich_textfeld {
	width: 174px;
	border: 1px solid #C8C8C8;
	padding: 1px 2px 1px 2px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #4F4F4F;
}
.funktionsbereich_textfeld_mehrzeilig {
	width: 174px;
	border: 1px solid #C8C8C8;
	padding: 1px 2px 1px 2px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em;
	color: #4F4F4F;
	overflow: auto;
}
.funktionsbereich_text_auf_hintergrund {
	color: #4F4F4F;
}
.funktionsbereich_button {
	width: 82px;
	color: #4F4F4F;
	padding:0px;
}
.funktionsbereich_cp_schutz_ausgabe {
	color: #B03104;
	font-size: 0.9em;
	padding-left:3px;
}
.funktionsbereich_kleiner_hinweis {
	margin-top: 10px;
	margin-right: 12px;
	font-size: 0.7em;
}

.icon_socialnetwork_empfehlung {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.layout_box_container {
	padding: 0px 9px 0px 9px;
	text-align: center;
	overflow: hidden;
}
.tagcloud_link:link { text-decoration: none; }
.tagcloud_link:visited { }
.tagcloud_link:hover { text-decoration: underline; }
.tagcloud_tag_0 {
	color: #81B004;
	font-size: 1.7em;
	margin: 4px 10px 4px 10px;
}
.tagcloud_tag_1 {
	color: #81B004;
	font-size: 1.4em;
	margin: 4px 7px 4px 7px;
}
.tagcloud_tag_2 {
	color: #81B004;
	font-size: 1.1em;
	margin: 4px 4px 4px 4px;
}
.tagcloud_tag_3 {
	color: #81B004;
	font-size: 1em;
	margin: 4px 2px 4px 2px;
}

select#landesgruppenwahl {
	width: 176px;
	border: 1px solid #767676;
	color: #767676;	
	font-size: 1em;
}
.landesgruppenseite_button {
	width: 176px;
	margin-top: 5px;
	font-size: 1em;
}

.icon_oeffnet_neues_fenster {
	width: 11px;
	height: 11px;
	margin-right: 3px;
}
.icon_oeffnet_neues_fenster_kleiner {
	width: 8px;
	height: 8px;
	margin-right: 3px;
}
.link_oeffnet_neues_fenster_footer {
	margin-left: -14px;
	background-position: left 2px;
}
.icon_oeffnet_neues_fenster_link {
	padding-left: 15px;
	background-image: url(../gfx/icon_oeffnet_neues_fenster.png);
	background-repeat: no-repeat;
}
.pic {
	background-image: none;
}
.icon_oeffnet_neues_fenster_link_frontuserurl {
	padding-left: 15px;
	background-image: url(../gfx/icon_oeffnet_neues_fenster_frontuserurl.png);
	background-repeat: no-repeat;
}
.icon_oeffnet_neues_fenster_link_invers {
	padding-left: 15px;
	background-image: url(../gfx/icon_oeffnet_neues_fenster_invers.png);
	background-repeat: no-repeat;
}
.icon_oeffnet_neues_fenster_link_kleiner_grau {
	padding-left: 12px;
	background-image: url(../gfx/icon_oeffnet_neues_fenster_kleiner_grau.png);
	background-repeat: no-repeat;
}
.icon_oeffnet_neues_fenster_link_textfarbe {
	padding-left: 15px;
	background-image: url(../gfx/icon_oeffnet_neues_fenster_textfarbe.png);
	background-repeat: no-repeat;
	
}
.icon_oeffnet_neues_fenster_link_textfarbe a {
	color: #81B004;
}

.wcms_beitrag_link_adresse_fuer_druckversion {
	display: none;
	margin: -3px 0px 3px 13px;
	color: #767676;
}
.wcms_beitrag_links_druckversion { display: none; }

.wcms_funktionsbereich_datenschutz_erklaerung {
	margin-top: 5px;
	border: 1px solid #C8C8C8;
	color: #4F4F4F;
	font-size: 0.8em;
}

.termin_legenden_container {
	float: left;
	width: 33.3%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.termin_legenden_icon {
	float: left;
	width: 13px;
	height: 13px;
	margin: 1px 6px 0px 0px;
}

.untere_leiste { border-bottom: 1px dotted #C8C8C8; }

.announcement_colour {
	color: #B03104;
	text-decoration:none;
}
.announcement_colour:href {
	text-decoration:underline;
}
a.announcement_colour:link { color: #8fb905; }
a.announcement_colour:visited { color: #8fb905; }
.coloured { color: #81B004 !important; }
.light { color: #9B9B9B; }
.inaktiv { color: #676767; }
.inaktiv a:link{
	color: #676767;
	text-decoration: underline;
}
.inaktiv a:visited{
	color: #676767;
	text-decoration: underline;
}
a.light:link { color: #9B9B9B; }
a.light:visited { color: #9B9B9B; }
a:link.link_auf_dunklem_hintergrund { color: #FFFFFF; }
a:visited.link_auf_dunklem_hintergrund { color: #FFFFFF; }
a:link.funktionsbereich_link {
	color: #6b3918;
	text-decoration: none;
}
a:hover.funktionsbereich_link {	text-decoration: underline; }
a:link.funktionsbereich_link_div {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.funktionsbereich_link {
	color: #6b3918;
	text-decoration: none;
}
a:visited.funktionsbereich_link_div {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.funktionsbereich_link {	text-decoration: underline; }
.fehler_farbe { color: #FF0000; }
.fehler_farbe a:link {
	color: #FF0000;
	text-decoration: underline;
}
.fehler_farbe a:visited {
	color: #FF0000;
	text-decoration: underline;
}

a.link_grau:link {
	color: #767676;
	text-decoration: none;
}
a.link_grau:visited {
	color: #767676;
}
a.link_grau:hover { text-decoration: underline; }



/* BB-Tag-Definitionen */
h2.fliesstext_zwischenueberschrift {
	margin: 17px 0px 7px 0px;
	color: #81B004;
	font-size: 1.3em;
	clear:both;
}

span.fliesstext_hervorhebung {
	color: #81B004;
	font-weight: bold;
}

.fliesstext_interviewfrage {
	margin: 20px 10px 20px 0px;
	color: #81B004;
	font-style:italic;
}
.fliesstext_interviewfrage_indent {
	margin: 20px 10px 20px 20px;
	color: #81B004;
	font-style:italic;
}
.fliesstext_interviewantwort {
	margin: 20px 10px 20px 0px;
}
.fliesstext_interviewantwort_indent {
	margin: 20px 10px 20px 20px;
}

.link_wie_text:link {
	text-decoration: none;
	color: #81B004;
}
.link_wie_text a {
	text-decoration: none;
	color: #81B004;
	line-height:110%;
	padding: -1px 0px -2px 0px;
}
.link_wie_text:visited {
	color: #000000;
}
.link_wie_text:hover {
	text-decoration: underline;
}
.link_beschreibung {
	margin-left: 10px;
	color: #BFBFBF;
}
.comments_background_grau {
	background-image:url(../gfx/kommentarblase_bk_line.png);
	margin:15px 15px -5px 12px;
	width:457px;
}
.comments_background_grau_inner_kurz {
	background-image:url(../gfx/kommentarblase_rek_line_kurz.png);
	margin:15px 15px -5px 32px;
	width:427px;
}
.comments_head_grau {
	margin-top:10px;
	background-image:url(../gfx/kommentarblase_bk_kopf.png);
	background-repeat:no-repeat;
	padding:7px 15px 4px 24px;
}
.comments_head_grau_kurz {
	margin-top:10px;
	background-image:url(../gfx/kommentarblase_rek_kopf_kurz.png);
	background-repeat:no-repeat;
	padding:7px 15px 4px 24px;
}
.comments_feet_grau {
	background-image:url(../gfx/kommentarblase_bk_fuss.png);
	background-repeat:no-repeat;
	height:12px;
}
.comments_feet_grau_kurz {
	background-image:url(../gfx/kommentarblase_rek_fuss_kurz.png);
	background-repeat:no-repeat;
	height:12px;
}
.comments_background_blau {
	background-image:url(../gfx/kommentarblase_iek_line.png);
	margin:15px 15px -5px 12px;
	width:457px;
}
.comments_background_blau_inner_kurz {
	background-image:url(../gfx/kommentarblase_rek_line_kurz.png);
	margin:15px 15px -5px 32px;
	width:427px;
}
.comments_head_blau {
	margin-top:10px;
	background-image:url(../gfx/kommentarblase_iek_kopf.png);
	background-repeat:no-repeat;
	padding:7px 15px 4px 24px;
}
.comments_head_blau_kurz {
	margin-top:10px;
	background-image:url(../gfx/kommentarblase_rek_kopf_kurz.png);
	background-repeat:no-repeat;
	padding:7px 15px 4px 24px;
}
.comments_feet_blau {
	background-image:url(../gfx/kommentarblase_iek_fuss.png);
	background-repeat:no-repeat;
	height:12px;
}
.comments_feet_blau_kurz {
	background-image:url(../gfx/kommentarblase_rek_fuss_kurz.png);
	background-repeat:no-repeat;
	height:12px;
}

ul.linke_spalte_unterrubriken {
	margin: 2px 0px 10px 0px;
	padding: 0px 0px 10px 13px;
	list-style: none;
}
ul.linke_spalte_unterrubriken li {
	padding: 4px 16px 4px 0px;
}
ul.linke_spalte_unterrubriken li a {
	padding: 0px 0px 0px 0px;
	color: #6B3918;
	display: inline-block;
	text-decoration: none;
}
ul.linke_spalte_unterrubriken li a:hover {
	color: #6B3918;
	text-decoration: underline;
}


li.linke_spalte_unterrubrik_sonder {
	border-bottom: 1px solid #C8C8C8;
	padding: 4px 2px 3px 0px;
	background-color: #F0F0F0;
}
li.linke_spalte_unterrubrik_sonder a {
	color: #6C6C6C;
}
li.linke_spalte_unterrubrik_aktiv a {
	color: #6B3918 !important;
	text-decoration: underline !important;
}
li.linke_spalte_unterrubrik_inaktiv {
	color: #6C6C6C !important;
	padding: 4px 16px 4px 0px !important;
}

.home_blog_separation_line {
	line-height: 29px;
	border-bottom: 1px solid #e3d3c7;
	margin-bottom: 19px;
}

.kasten {
	border: 2px solid #6B3918;
	padding: 15px;
}

.suppenkueche_list {
    padding: 0px 0px 0px 40px;
}

.pointerLink {
    cursor:pointer !important;
    float: right;
    text-decoration: underline;

    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.csaListTitle, .selbsternteListTitle {
    padding-left: 10px;
    width: 200px;
    float:left;
    padding-top: 10px;
    clear: left;
}

.csaListTitleFull, .selbsternteListTitleFull {
    clear: both;
    padding-left: 10px;
    width: 450px;
    margin-top: 10px;
    padding-top: 10px;
}

.csaListText, .selbsternteListText {
    width: 250px;
    float:left;
    padding-top: 10px;

}

.csaListOffset, .selbsternteListOffset {
    padding-left: 210px;
    padding-top: 0 !important;
}

.csa_submit, .selbsternte_submit {
    padding: 6px 12px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #81B004;
    border-radius: 4px;
    color: #fff;
    background-color: #81B004;
}

.csa_submit:hover, .selbsternte_submit:hover {
    border: 1px solid #689700;
    background-color: #689700;
}

.csa_status_image {
    width:468px;
    height:190px;
    margin-bottom: 20px;
}

.listitem {
    margin: 10px 0px 10px 0px;
}
.listitem_icon {
    float:left;
    text-align:right;
    width: 30px;
    padding: 0px 5px 0px 0px;
    color: #81B004;
}
.listitem_data {
    padding-left: 35px;
}

.owl-carousel .item{
    margin: 0;
    padding-bottom: 20px;
}

.owl-carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel .item div{
    position: absolute;
    bottom: 0;
}

.owl-controls {
    margin-top: 0 !important;
    padding-top: 10px !important;
    background-color: #ffffff !important;
}

.fieldset_anmeldung {
    margin-top: 20px;
    width:449px;
    padding:10px;
    border: 1px solid #999;
}