/* ---------------------------------------------------------------------------------------------------------------------- */
/* USM - page.css                                                                                                         */
/* ---------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------- */
/* 1. Resets                                                                                                              */
/* ---------------------------------------------------------------------------------------------------------------------- */

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

html, body, div, textarea,h1,h2,h3,h4,h5,h6,small {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;

}
p {
	margin: 0;
}
.hidden {
	display: none;
}


img {
	border: 0px;
}
input {
	border: 0 none;
	color:#818181;
	font-size: 13px;
}

h1,h2,h3 {
	text-transform: uppercase;
	font-weight: normal;
}
.jquery-wh-caption,
.jquery-wh-option {
	text-align:left;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* 2. Allgemeine Definitionen                                                                                             */
/* ---------------------------------------------------------------------------------------------------------------------- */

body {
	background: url('/_images_global/website_hintergrund.png') repeat-x #9C9E9F;
	color:#515151;
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;

}

.clear:after {  /* für Firefox, IE8, Opera, Safari, etc. */
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0px;
	line-height: 0px;
}

* + html .clear { /* für IE7 */
	display: inline-block;
}

* html .clear { /* für IE6 */
	height: 1%;
}

.email_link:link,
.email_link:active,
.email_link:visited,
.email_link:hover,
.email_link {
	color: #86A72B;
}

.span_at {
	padding: 0 6px 0 2px;
	width: 12px;
	height: 12px;
	background-image:url("/_images_global/at_blue.png");
	background-position:right top;
	background-repeat:no-repeat;
}

.email_link .span_at {
	background-image:url("/_images_global/at_green.png");
}

.streichpreis {
	color: #F56100;
	font-style: italic;
	text-decoration: line-through;
	font-size: 12px;
}

.streichpreis.small {
	font-size: 10px;
}

.streichpreis.big {
	font-size: 16px;
}

.cover_download:hover {
	color:#88A732;
}

h3,h4,h2,h1,
a:link,
a:active,
a:visited,
a:hover,
a {
	outline: none;
	color:#D71106;
	text-decoration: none;
}

ul {
	margin: 0px;
	padding: 0px;
}

.float_left{
	float:left;
}
.float_right {
	float:right;
}

.warnung_browser {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 7px;
	border: 4px solid #7A0A0A;
	background-color: #FFFFFF;
	color: #7A0A0A;
	font-weight: bold;
}

.warnung_browser a {
	color: #000000;
}

.popup {
	padding: 20px;
}

#vormerken_button {
	cursor: pointer;
}

.visuallyhidden {
	position: absolute;
	width: 1px; /* Setting this to 0 make it invisible for VoiceOver */
	height: 1px; /* Setting this to 0 make it invisible for VoiceOver */
	padding: 0;
	margin: -1px;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

/* Verlinkungen */
a.arrow,
div.arrow,
input.arrow {
	display: inline;
	overflow: visible;
	padding-left: 20px;
	background: url("/_images_global/widget_pfeil.png") transparent no-repeat left center;
	color: #D71106;
	font-size:13px;
	cursor: pointer;
}

a.arrow.blau {
	padding-left: 20px;
	background: url("/_images_global/pfeil_blau.png") left 4px no-repeat;
}

.widget_entry.aktiv a.arrow.blau{
	background: url("/_images_global/pfeil_aktiv.png") left 2px no-repeat;
	color:#9E6745;
}

.arrow-hinten {
	display: inline;
	overflow: visible;
	padding-right: 20px;
	background: url("/_images_global/widget_pfeil.png") transparent no-repeat right center;
	color: #515151;
	font-size:12px;
	cursor: pointer;
}


/* dropdowns */
div.jquery-wh-dropdown div.jquery-wh-select span.jquery-wh-caption {
	left: 13px;
}
div.jquery-wh-dropdown div.jquery-wh-select a.jquery-wh-selector {
	right: -1px;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
/* 3. Layout Boxen                                                                                                        */
/* ---------------------------------------------------------------------------------------------------------------------- */
#wh_cookie_advice {
	display			: none;
	width			: 100%;
	opacity			: 0.9;
	background-color: #CD4000;
	color			: #ffffff;
	padding			: 10px 0px;
	position		: fixed;
	z-index			: 300;
  visibility  : hidden;
}
#wh_cookie_advice .cookie-content{
	width	: 1000px;
	margin	: auto;
}
#cookie_text {
	float	: left;
	font-weight	: bold;
}
#cookie_text a {
	color	: #515151;
}
#cookie_button {
	font-weight	: bold;
	text-align	: right;
	float		: right;
}
	
#cookie_button a {
	color		: #ffffff;
	font-size	: 18px;
}
#cookie_button a:hover {
	cursor			: pointer;
	text-decoration	: none;
}


#page {
	margin: 0px auto;
	padding: 0 10px 25px;
	width: 1000px;
	/* background-image: url(/_images_global/body_bg.png); */
	/* background-repeat: repeat-x; */
	/* background-color: #CD4000; */
}

#main
{
    transform: scale(1.0);
    transform-origin: center top
}

#content {
	padding: 25px;
	background-color: white;
}

#content.portal #content_left,
#content.detail.portal #content_left {
	float: left;
	margin: 5px 20px 5px 5px;
	width: 215px;
}

#content.portal #content_right,
#content.detail.portal #content_right {
	float: left;
	margin: 5px;
	width: 695px;
}
#content.fix #content_left,
#content.detail.fix #content_left {
	float: left;
	margin: 5px 20px 5px 5px;
	width: 695px;
}
#content.fix #content_right,
#content.detail.fix #content_right {
	float: left;
	margin: 5px;
	width: 215px;
}

#footer {
	padding: 20px;
	padding-bottom: 40px;
	/*background: url('/_images_global/usm_img.png') #D74E0D no-repeat right bottom;*/
	background: #D71106;
}

/* Header */
#header_container,
#whcms3_login_content,
#whcms3_logout_content {
	min-height: 91px;
	/* background: url('/_images_global/header_bg.png') transparent no-repeat top left; */
  background: radial-gradient(#fff, transparent);
}
#header_container .logo,
#whcms3_login_header,
#whcms3_logout_header {
	display: inline-block;
	width: 171px;
	height: 81px;
	background: url('/_images_global/usmlogo23.png') transparent no-repeat;
  background-size: contain;
}
#whcms3_login_header,
#whcms3_logout_header {
	padding-top: 40px;
}
#whcms3_login,
#whcms3_logout {
	padding: 20%;
	color: white;
	}
#whcms3_login h2,
#whcms3_logout h2 {
	color:white;
}

#header_navigation {
	color: #3c597e;
	text-align: right;
}
#header_navigation a {
	color: #97b6d5;
}
#header_navigation .nav_seperator
,#footer_navigation .nav_seperator {
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
}

#header_container ul.navigation {
	display: inline-block;
	float: left;
	padding: 0;
	height: 50px;
}

#header_container ul.navigation > li {
	display: block;
	float: left;
	padding:0 14px 0 0;
}

/* Haupt Navi */
#main_navigation {
	height: 50px;
	/* background: url('/_images_global/nav_bg.png') repeat-x top left; */
  /* background: linear-gradient(45deg, #DA2326, transparent); */
  background: #D71106;
}

#main_navigation .divider_vertical {
	float:left;
	overflow: hidden;
	padding-top: 10px;
	width: 1px;
	height: 40px;
	background: url('/_images_global/nav_divider.png') no-repeat center bottom;
}

/* Breadcrumb */
.breadcrumb,
.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:link,
.breadcrumb a:hover {
	margin: 0 5px 20px 5px;
	color: #a8a8a8;
}
.breadcrumb a:last-child {
	color: #9E6745;
}

/* Doormat */

.doormat {
	margin-bottom: 30px;
	padding-bottom:20px;
	border-bottom: 1px dotted #8AA0B2;
}
.doormat .col_1,
.doormat .col_2,
.doormat .col_3,
.doormat .col_4,
.doormat .col_5 {
	position: relative;
	display:inline;
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
	min-height: 1px;
}

doormat .col_5 {
	display: none;
}

.doormat .navpunkt {
	margin-bottom: 20px;
}
.mat_seperator {
	margin-bottom: 20px;
}


.doormat ul {
	list-style:none;
}

.doormat ul li a {
	color:#fff;
}

.doormat h4{
	color:#fff;
	font-weight: bold;
	font-size: 12px;
}
.doormat h4 a {
	color:#fff;
}


.doormat ul ul{
	float:none;
	margin:0;
}

.doppelt{
	margin-top:20px;
}

.contacts{
	text-align:center;
	line-height: 24px;
}
.copyright {
	font-size: 11px;
}

#footer_contacts{
	color:#fff;
}
#footer_contacts a,
#footer_contacts a:hover,
#footer_contacts a:link,
#footer_contacts a:active,
#footer_contacts a:visited {
	color: #fff;
}

.contact_icon {
	margin-left: 17px;
}
.contact_icon a,
.contact_icon a:visited,
.contact_icon a:active,
.contact_icon a:hover {
	padding-left:20px;
	height:16px;
	font-weight: bold;
}
.fb{
	background-image: url("/_images_global/fb_symbol.png");
	background-position: 0px 0;
	background-repeat:no-repeat;
}

.twitter{
	background-image: url("/_images_global/twitter_symbol.png");
	background-position: 0px 0;
	background-repeat:no-repeat;
}
.youtube{
	background-image: url("/_images_global/youtube_symbol.png");
	background-position: 0px 0;
	background-repeat:no-repeat;
}

.bookmark{
	background-image: url("/_images_global/bookmark_symbol.png");
	background-position: 0px 0;
	background-repeat:no-repeat;
}

.usm_img{
	float:right;
}


/* Seitensteuerrung */
/* Seitensteuerung */
.pagination {
	text-align: center;

}
.pagination ol {
	margin: 10px;
	padding: 0;
}
.pagination ol li {
	display: inline;
	float:left;
	padding: 1px;
	min-width: 20px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	list-style: none;
	text-align: center;
	-web-border-radius: 3px;
}

.pagination,
.pagination a {
	color:#818181;
	vertical-align: bottom;
	font-weight: bold;
}
.pagination a {
	display: block;
}
.pagination li.seitenzahl {
	margin: 1px;
	background-color: #d5d5d5;
}
.pagination li.seitenzahl.active {
	background-color:#9ABD3B;
}
.pagination li.seitenzahl.active {
	color:white;
}

.pagination li.alle {
	margin-left: 10px;
	font-weight: normal;
}
.pagination li.enabled {
	cursor: pointer;
}
.pagination li.alle.enabled {
	color: #729021;
}

.pagination li.prev,
.pagination li.next
{
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.pagination li.prev a,
.pagination li.next a
{
	visibility: hidden;
	width: 10px;
}
.pagination li.prev.enabled {
	background: url('/_images_global/pfeil_gruen_links.png') no-repeat transparent center;
	cursor: pointer;

}
.pagination li.prev {
	background: url('/_images_global/pfeil_grau_links.png') no-repeat transparent center;
	cursor: default;
}
.pagination li.next.enabled {
	background: url('/_images_global/pfeil_gruen_rechts.png') no-repeat transparent center;
	cursor: pointer;
}
.pagination li.next {
	background: url('/_images_global/pfeil_grau_rechts.png') no-repeat transparent center;
	cursor: default;
}

/* Form Felder */
.form_feld,
.feld label {
	line-height: 32px;
}
h4.inline {
	text-transform: none;
	font-size: 15px;
}
.form_feld .wh_dropdown {
	line-height: normal;
}
.wh_dropdown .jquery-wh-options {
	position: absolute;
	left: 0;
}
.feld .checkbox_container {
}
.form_inline .checkbox_stripe label {
	display: inline;
	line-height: normal;

}
.checkbox_container .checkbox_stripe {
	margin-right: 30px;
}

.form_feld .feld_links{
	float:left;
	width:14px;
	height: 28px;
	background: url("/_images_global/form_links.png") no-repeat;
}

.form_feld .feld_mitte{
	float:left;
	background: url("/_images_global/form_mitte.png") transparent repeat-x;
}

.form_feld .feld_rechts{
	float:left;
	width:12px;
	height: 28px;
	background: url("/_images_global/form_rechts.png") transparent no-repeat;
}
.form_msg {
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	border: 1px solid #FBEED5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FCF8E3;
	color: #C09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.form_error {
	border-color: #EED3D7;
	background-color: #F2DEDE;
	color: #B94A48;
}
.form_success {
	margin-bottom: 20px;
	padding: 8px 35px 8px 14px;
	border: 1px solid #D6E9C6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #DFF0D8;
	color: #468847;
}

.form_rechts.dropdown{
	background: url("/_images_global/dropdown_rechts.png");
	widtH:40px;
}

.form_links.dropdown{
	width:13px;
	height:29px;
	background-image: url("/_images_global/dropdown_links.png");
}

.form_mitte.dropdown{
	padding-top:5px;
	padding-left:5px;
	background-image: url("/_images_global/dropdown_mitte.png");
	background-repeat: repeat-x;
}


.textbox_wrapper .textbox_left {
	float:left;
	width:10px;
	height:29px;
	background-image:url(/_images_global/textbox_left.png);
	background-repeat:no-repeat;
}

.textbox_wrapper .textbox_middle {
	float:left;
	height:29px;
	background-image:url(/_images_global/textbox_middle.png);
	background-repeat:repeat-x;
}

.textbox_wrapper .textbox_middle input {
	padding-top:7px;
	outline:none;
	border:0;
	background-color:transparent;
	color:#777777;
	font-size:12px;
	font-family:Arial;
}

.textbox_wrapper .textbox_middle input[readonly] {
	color:#AAAAAA;
}

.textbox_wrapper .textbox_right {
	float:left;
	width:10px;
	height:29px;
	background-image:url(/_images_global/textbox_right.png);
	background-repeat:no-repeat;
}

.textarea_wrapper .textarea_oben_links {
	float:left;
	width:9px;
	height:11px;
	background-image:url(/_images_global/textarea_oben_links.png);
	background-repeat:no-repeat;
}

.textarea_wrapper .textarea_oben_mitte {
	float:left;
	height:11px;
	background-image:url(/_images_global/textarea_oben_mitte.png);
	background-repeat:repeat-x;
}

.textarea_wrapper .textarea_oben_rechts {
	float:left;
	width:9px;
	height:11px;
	background-image:url(/_images_global/textarea_oben_rechts.png);
	background-repeat:no-repeat;
}

.textarea_wrapper .textarea_mitte_links {
	float:left;
	width:9px;
	background-image:url(/_images_global/textarea_mitte_links.png);
	background-repeat:repeat-y;
}

.textarea_wrapper textarea {
	float:left;
	border:0;
	color:#777777;
	font-size:12px;
	font-family:Arial;
	resize:none;
}

.textarea_wrapper .textarea_mitte_rechts {
	float:left;
	width:9px;
	background-image:url(/_images_global/textarea_mitte_rechts.png);
	background-repeat:repeat-y;
}

.textarea_wrapper .textarea_unten_links {
	float:left;
	width:9px;
	height:15px;
	background-image:url(/_images_global/textarea_unten_links.png);
	background-repeat:no-repeat;
}

.textarea_wrapper .textarea_unten_mitte {
	float:left;
	height:15px;
	background-image:url(/_images_global/textarea_unten_mitte.png);
	background-repeat:repeat-x;
}

.textarea_wrapper .textarea_unten_rechts {
	float:left;
	width:9px;
	height:15px;
	background-image:url(/_images_global/textarea_unten_rechts.png);
	background-repeat:no-repeat;
}



.listenansicht_button{
	width:27px;
	height:25px;
	background-image:url("/_images_global/listenansicht.png");
	background-repeat:no-repeat;

}

.listenansicht_button.aktiv{
	width:27px;
	height:25px;
	background-image:url("/_images_global/listenansicht_aktiv.png");
	background-repeat:no-repeat;

}

.matrixansicht_button{
	width:27px;
	height:25px;
	background-image:url("/_images_global/matrixansicht.png");
	background-repeat:no-repeat;

}

.matrixansicht_button.aktiv{
	width:27px;
	height:25px;
	background-image:url("/_images_global/matrixansicht_aktiv.png");
	background-repeat:no-repeat;
}

.sort_text{
	margin-top:17px;
	margin-right:10px;
}

.mehr_info {
	margin-top: 10px;
}
/*Detail Seiten*/

#content.detail #news_detail_header,
#content.detail #person_detail_header {
	height: 40px;
	background-image: url("/_images_global/widget_3spaltig_header.png");
	background-position: left 17px;
	background-repeat: no-repeat;
	color:#486889;
}
#content.detail .header h1 {
	float:left;
}
#content.detail .header a {
	float:right;
}


/*News Detail Seite*/
.news_detail_datum {
	color: #818181;
	font-size: 11px;
}
.news_detail {
	margin-bottom: 40px;
}
.news_detail_bild {
	margin-right: 20px;
}

/* Person Detail Seite */
#person_detail_eintrag .float_right {
	width: 460px;
}
#person_detail_eintrag {
	margin-bottom: 40px;
}
.person_detail_bild {
	float:left;
	width: 210px;
}
.autor a {
	color: #818181;
}
.person_detail_ueberschrift {
	font-weight: bold;
	font-size: 20px;
}
#person_detail_header h1 {
	font-weight: normal;
	font-size: 16px;
}

/* Produkt Detail */
.produkt_detail .more_toggle {
	cursor:pointer;
	padding-left: 25px;
	color: #9E6745;
	margin-top: 16px;
}

.beschreibung_lang .slide_pane ul {
	margin-top: 1.0em;
	list-style: none;
	list-style-image: url(/_images_global/listen_punkt.png);
	padding-left: 16px;
}

.beschreibung_lang .slide_pane ul li {
	margin-bottom: 5px;
}

.produkt_detail .produkt_detail_eintrag,
.produkt_detail_main_infos {
	margin-bottom: 40px;
}
.produkt_detail .autor {
	margin-bottom: 2px;
	color: #AAA;
}

.produkt_detail .produkt_detail_beschreibung {
	margin-bottom: 10px;
}

.produkt_detail .isbn_artikel_nr {
	margin-top: 10px;
	margin-bottom: 40px;
}
.produkt_detail h1 {
	font-weight: bold;
	font-size: 20px;
	line-height:24px;
}
.produkt_detail .header {
	margin-bottom: 10px;
}
.produkt_detail .preis {
	color: #90b33a;
	font-weight: bold;
	font-size: 27px;
}
.preis_container {
	background: transparent url('/_images_global/wako_bg.png') no-repeat top right;
	height: 200px;
}
.produkt_detail .wako {
	padding-top: 50px;
	padding-left: 60px;
}
.produkt_detail .versand {
	margin-top: 4px;
	margin-bottom: 5px;
	color: #818181;
	font-size: 10px;
}
.produkt_detail .versand a {
	color: #82A204;
}
.produkt_detail .verkaufsargumente_container {
	overflow:hidden;
	min-height: 184px;
	width: 214px;
	background: url('/_images_global/postit_bg.png') transparent no-repeat top;
}
.produkt_detail .verkaufsargumente {
	overflow:hidden;
	margin: 35px 15px 0 15px;
	height: 126px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-family: georgia, serif;
}
.produkt_detail .cover_box {
	margin-bottom: 20px;
}
.cover {
	background: transparent url(/_images_global/load_small.gif) 50% 50% no-repeat;
	min-height: 32px;
	min-width: 32px;
}
.leserstimme_footer {
	margin-bottom: 10px;
}
a.button_ebook_app_download {
	display:block;
	background: url('/_images_global/button_ebook_app_download.png') transparent no-repeat;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px #333;
	font-size: 16px;
	line-height: 50px;
}
.produkt_detail .bestseller {
	height: 70px;
	background: transparent url('/_images_global/icon_bestseller.png') no-repeat top right;
	right: 0;
	margin-bottom: 30px;
}

.produkt_daten .fsk {
	font-size: 11px;
	color: #818181;
}
.produkt_detail .block {
	margin-bottom: 20px;
}
.produkt_detail .werk_form {
	padding-left: 32px;
	color: #515151;
	font-size: 12px;
	background-image: url(/_images_global/wako_klein_gruen.png);
	background-repeat: no-repeat;
	width: 88px;
}
.produkt_detail .werk a.wako {
	display: block;
}

.produkt_detail .werk_preis {
	color: #82A204;
	font-size: 14px;
}

.produkt_detail .wako_button_gross {
	background-repeat: no-repeat; 
	display: block; 
	width: 163px; 
	height: 29px; 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold; 
	padding-left: 40px; 
	padding-top: 5px;
}

.produkt_detail .wako_button_gross.vormerken {
	background-image:url(/_images_global/wako_vormerken_gross.png); 
}

.produkt_detail .wako_button_gross.app {
	background-image:url(/_images_global/wako_app_link_gross.png); 
}

.produkt_detail .wako_button_gross.bestellen {
	background-image:url(/_images_global/wako_button_gross.png); 
}
/* FAQS */
ul.faq {
	list-style: none;
}
ul.faq li {
	margin-bottom: 10px;
}
ul.faq .faq_frage, .slide_toggle, .more_toggle {
	cursor:pointer;
	padding-left: 25px;
	color: #9E6745;
	background: transparent url('/_images_global/pfeil_gruen_unten.png') no-repeat;
}
ul.faq .faq_frage.aktiv_pane {
	background: transparent url('/_images_global/pfeil_gruen_rechts.png') no-repeat !important;
}
ul.faq .faq_antwort {
	margin-left: 25px;
}

/* Header */

#header_logo {
	float: left;
  top: 0px;
  position: absolute;
}

#header_suche {
	position: relative;
	z-index: 90;
	float:right;
}

#header_suche_feld {
	margin-top: -4px;
	position: relative;
	z-index: 100;
	width: 277px;
	height: 34px;
	background-image: url(/_images_global/suche_textbox.png);
	background-repeat: no-repeat;
}

#header_suche_feld_text_input {
	margin-top: 11px;
	margin-left: 13px;
	width: 220px;
}

/* Typeahead */

#ajax_results {
	overflow-x: hidden;
	background-color: transparent;
	background-image: url(/_images_global/typeahead_background.png);
	background-repeat: repeat-y;
}

#ajax_results .typeahead_content {
	padding: 15px;
}

#ajax_results .typeahead_content.error {
	padding-left:15px;
}

#ajax_results .typeahead_content a {
	display: block;
}

#ajax_results .typeahead_content .trenner {
	margin-top:10px;
	margin-right:4px;
	margin-left:4px;
	padding-bottom:10px;
}

#ajax_results .typeahead_content .typeahead_ueberschrift,
#ajax_results .typeahead_content .typeahead_ueberschrift a {
	color: #D7E8FA;
	text-transform: uppercase;
	font-weight: bold;
	font-size:13px;
	font-family: Helvetica;
}

#ajax_results .typeahead_content .typeahead_ueberschrift a {
	padding: 2px;
}

#ajax_results .typeahead_content .typeahead_ueberschrift {
	padding-top:10px;
	padding-bottom:3px;
}

#ajax_results .typeahead_content .typeahead_ueberschrift .typeahead_anzahl {
	font-weight: normal;
}

#ajax_results .typeahead_content .typeahead_alle_link {
	display:block;
	padding: 2px;
	padding-left: 15px;
	background-image: url(/_images_global/pfeil_blau.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size:13px;
}

#ajax_results .typeahead_content .typeahead_produkt_link {
	display:block;
	padding-left: 17px;
	color: #FFFFFF;
	font-size:12px;
}

#ajax_results .typeahead_content .button {
	padding-bottom:5px;
	padding-left:15px;
}

#ajax_results .typeahead_content .typeahead_produkt_link.ajaxfocus,
#ajax_results .typeahead_content .typeahead_produkt_link:hover {
	background-color:#9EB1C4;
	color:#00448A;
}

#ajax_results .typeahead_content .typeahead_ueberschrift a.ajaxfocus,
#ajax_results .typeahead_content .typeahead_ueberschrift a:hover {
	background-color:#9EB1C4;
	color:#00448A;
}

#ajax_results .typeahead_content .typeahead_alle_link.ajaxfocus,
#ajax_results .typeahead_content .typeahead_alle_link:hover {
	background-color:#9EB1C4;
	background-image: url(/_images_global/pfeil_weiss.png);
	color:#00448A;
}

/* RECAPTCHA */
.recaptchatable { position:relative; background-color: #fff; }
.recaptcha_input_area { width:253px !important; }
.recaptcha_image_cell { width:269px; }
#recaptcha_image img, #recaptcha_image { margin: 0px !important; width: 253px !important; }
#recaptcha_response_field { width: 253px !important; }
#recaptcha_tagline, #recaptcha_logo{
	display: none;
}

/* Hauptmenü */



.main_menu {
		margin-top: 15px;
		background: url('/_images_global/nav_bg.png') repeat-x top left;
	}
	/* Navigation Bar */

	#menu {
		position: relative;
		z-index: 50;
		list-style:none;
	}

	#menu li.hauptpunkt {
		position:relative;
		float:left;
		margin-top:10px;
		padding-right: 13px;
		padding-left: 13px;
		border:none;
	}
	#menu li.hauptpunkt .active_right {
		width: 13px;
		height: 40px;
		background: url('/_images_global/menu_aktiv_bg_right.png') transparent no-repeat top right;
	}
	#menu li.hauptpunkt .active_left {
		width: 13px;
		height: 43px;
		background: url('/_images_global/menu_aktiv_bg_left.png') transparent no-repeat top left;
	}

	#menu li.hauptpunkt.float_left.active,
	#menu li.hauptpunkt.float_left.hover {
		padding: 0;
	}


	#menu li.hauptpunkt a:hover {
		padding-right: 0;
		padding-left: 0;
	}
	#menu li.hauptpunkt.active a.link_hauptpunkt{
		background-color: white;
	}
	#menu li.hauptpunkt.active a {
		color: #6B8919;
	}

	#menu li.hauptpunkt a {
		display:block;
		color: white;
		font-weight: bold;
		font-size:14px;
		font-family: helvetica;
		line-height: 45px;
	}

	#menu li.hauptpunkt img {
		margin-bottom: 2px;
    filter: hue-rotate(333deg) saturate(1.5);
	}

	.bg_hover {
		background: white no-repeat bottom center;
	}

	#menu li.hauptpunkt li.unterpunkt a {
		font-weight: normal;
		font-family: arial;
	}

	#menu li.hauptpunkt:hover a {
		color:#6b8919;
	}

	/* Drop Down */
	.dropdown_1column,
	.dropdown_2columns,
	.dropdown_3columns,
	.dropdown_4columns,
	.dropdown_5columns {
		position:absolute;
		top: 35px;
		left:0;
		display: none;
	}
	li.hauptpunkt {
	}
	#menu .dropdown {
		line-height: normal;
	}
	.pane_seperator {
		margin-bottom: 30px;
	}
	.dropdown_body {
		padding-right: 20px;
		padding-left: 20px;
	}

	/* 1spalte */
	.dropdown_1column {
		width: 210px;
	}
	.dropdown_1column .dropdown_header {
		height: 26px;
		/*background: url('/_images_global/navi_1_oben.png') transparent no-repeat top;*/
      background: linear-gradient(181deg, #FA4346, #D71106);
      border-radius: 10px 10px 0px 0px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-top: 10px;

	}
	.dropdown_1column .dropdown_body {
		/*background: url('/_images_global/navi_1_mitte.png') transparent repeat-y; */
    background: linear-gradient(45deg, #FA4346, #D71106);
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-top: 10px;

    
	}
	.dropdown_1column .dropdown_footer {
		height: 22px;
      background: linear-gradient(179deg, #FA4346, #D71106);
      border-radius: 0px 0px 10px 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
	}
	/* 2spalten */
	.dropdown_2columns {
		width: 400px;
	}
	.dropdown_2columns .dropdown_header {
		height: 26px;
		background: url('/_images_global/navi_2_oben.png') transparent no-repeat;
	}
	.dropdown_2columns .dropdown_body {
		background: url('/_images_global/navi_2_mitte.png') transparent repeat-y;
	}
	.dropdown_2columns .dropdown_footer {
		height: 13px;
		background: url('/_images_global/navi_2_unten.png') transparent no-repeat;
	}
	/* 3spalten */
	.dropdown_3columns {
		width: 588px;
	}
	.dropdown_3columns .dropdown_header {
		height: 27px;
		background: url('/_images_global/navi_3_oben.png') transparent no-repeat;
	}
	.dropdown_3columns .dropdown_body {
		background: url('/_images_global/navi_3_mitte.png') transparent repeat-y;
	}
	.dropdown_3columns .dropdown_footer {
		height: 13px;
		background: url('/_images_global/navi_3_unten.png') transparent no-repeat;
	}
	/* 4spalten */
	.dropdown_4columns {
		width: 777px;
	}
	.dropdown_4columns .dropdown_header {
		height: 27px;
		background: url('/_images_global/navi_4_oben.png') transparent no-repeat;
	}
	.dropdown_4columns .dropdown_body {
		background: url('/_images_global/navi_4_mitte.png') transparent repeat-y;
	}
	.dropdown_4columns .dropdown_footer {
		height: 13px;
		background: url('/_images_global/navi_4_unten.png') transparent no-repeat;
	}
	/* 5spalten */
	.dropdown_5columns {
		width: 965px;
	}
	.dropdown_5columns .dropdown_header {
		height: 30px;
		background: url('/_images_global/navi_5_oben.png') transparent no-repeat;
	}
	.dropdown_5columns .dropdown_body {
		background: url('/_images_global/navi_5_mitte.png') transparent repeat-y;
	}
	.dropdown_5columns .dropdown_footer {
		height: 13px;
		background: url('/_images_global/navi_5_unten.png') transparent no-repeat;
	}


	/* Columns */
	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5 {
		position: relative;
		display:inline;
		float: left;
		margin-right: 5px;
		margin-left: 5px;
		min-height: 1px;
		/* width: 150px; */
		width:170px;			/* �nderung: David Kurt; */
	}

	/* Right alignment */
	#menu .menu_right {
		float:right;
		margin-right:0px;
	}
	#menu li.hauptpunkt .align_right {

	}

	#menu div.oberpunkt {
		margin-bottom: 15px;
	}

	#menu div.oberpunkt a,
	#menu div.oberpunkt a:hover,
	#menu div.oberpunkt a:visited,
	#menu div.oberpunkt a:link,
	#menu div.oberpunkt a:active {
		padding-left: 20px;
		background: url('/_images_global/pfeil_weiss.png') transparent no-repeat left top;
		color: #fff;
		font-size: 13px;
	}

	#menu div.dropdown a,
	#menu div.dropdown a:hover,
	#menu div.dropdown a:visited,
	#menu div.dropdown a:link,
	#menu div.dropdown a:active {
		display: inline;
		line-height: normal;
	}

	#menu .dropdown ul {
		/* margin-left: 35px; */
		margin-left: 0;
		padding-right: 0;
		padding-bottom: 16px;
		color: #d7e8fa;
		list-style-type: disc;
	}
	#menu .dropdown ul li {
		margin-bottom: 5px;
		padding-left: 35px;
		background: url('/_images_global/nav_circle.png') 26px 5px no-repeat;
		list-style: none;
	}

	#menu li.unterpunkt a,
	#menu li.unterpunkt a:hover,
	#menu li.unterpunkt a:visited,
	#menu li.unterpunkt a:link,
	#menu li.unterpunkt a:active {
		color: white;
		font-size: 13px;
	}



/* Newsletter */
.form_inline label {
	display: block;
	margin-right: 20px;
	width: 120px;
	text-align: right;
}
.form_inline.abdruckrechte label {
	width: 140px;
}

.form_inline input[type="text"] {
	width: 300px;
}
.form_inline.abdruckrechte input[type="text"] {
	width: 480px;
}

.form_inline.abdruckrechte input.medium {
	width: 378px;
}
.form_inline.abdruckrechte input.half {
	width: 200px;
}
.form_inline.abdruckrechte input.small {
	width: 310px;
}
.form_inline.abdruckrechte .eingabe {
	width: 535px;
}
.form_inline.abdruckrechte .eingabe_klein {
	width: 420px;
}
.form_inline.abdruckrechte input.smallest {
	width: 70px;
}
.form_inline.abdruckrechte .pruefexemplare label {
	width: 98px;
}

.multi_inline {
	margin-left: 5px;
}
.eingabe_klein .multi_inline {
	line-height:28px;
}
.form_seperator {
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px dotted #d8d8d8;
}

.form_inline .form_footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 140px;
	border-top: 1px dotted #818181;
}

/* Weiterempfehlen Colorbox */

.weiterempfehlen_box {
	padding: 10px;
}

.weiterempfehlen_box h2 {
	margin-bottom:10px;
}

.weiterempfehlen_box .weiterempfehlen_table .abstand_td {
	height:15px;
}

.weiterempfehlen_box .weiterempfehlen_table .first_td {
	width:130px;
	height:30px;
	vertical-align:top;
}

.weiterempfehlen_box .weiterempfehlen_table .second_td {
	height:30px;
	vertical-align:top;
}

.weiterempfehlen_box .weiterempfehlen_table .first_td.big {
	height:110px;
}

.weiterempfehlen_box .weiterempfehlen_table .second_td.big {
	height:110px;
}

.navigation_pane {
	position: absolute;
}

/* allg. Wako Buttons */

a.werk_wako_liste {
	background-image: url(/_images_global/wako_klein_gruen.png);
	background-repeat: no-repeat;
	padding-right: 25px;
	color: #515151;
	background-position: right top;

}