/* -----------------------------------------------------------------------------------------
   $Id:stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fuerst
       bluegate communications
   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
margin:0;
padding:0;
}

html, body {
    width: 100%;
    margin:0px;
}
body {
    font: 14px/20px Arial,sans-serif;
    /*font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif;*/
	/*margin:10px 0;*/
	padding:0;
	margin:0;
	background: #fff;
	/*background-image: url(img/hintergrund1.gif);*/
	/*background-repeat: repeat-x;*/
	color:#333;
}
/*
@font-face { 
	font-family: tazLight; src:url(fonts/Taz_4_.eot), url(fonts/Taz_4_.woff) format("woff");
 }
@font-face { 
	font-family: tazLightItalic; src:url(fonts/Taz_4_italic.eot), url(fonts/Taz_4_italic.woff) format("woff");
 }
@font-face { 
	font-family: tazRegular; src:url(fonts/Taz_5_.eot), url(fonts/Taz_5_.woff) format("woff");
 }
@font-face { 
	font-family: tazSemiBold; src:url(fonts/Taz_6_.eot), url(fonts/Taz_6_.woff) format("woff");
 }
@font-face { 
	font-family: tazBold; src:url(fonts/Taz_7_.eot), url(fonts/Taz_7_.woff) format("woff");
 }
@font-face { 
	font-family: tazExtraBold; src:url(fonts/Taz_8_.eot), url(fonts/Taz_8_.woff) format("woff");
 }
@font-face { 
	font-family: DroidBold; src:url(fonts/DroidSerif-Bold-webfont.eot), url(fonts/DroidSerif-Bold-webfont.woff) format("woff");
 }
@font-face { 
	font-family: DroidBoldItalic; src:url(fonts/DroidSerif-BoldItalic-webfont.eot), url(fonts/DroidSerif-BoldItalic-webfont.woff) format("woff");
 }
@font-face { 
	font-family: DroidRegular; src:url(fonts/DroidSerif-Regular-webfont.eot), url(fonts/DroidSerif-Regular-webfont.woff) format("woff");
 }
@font-face { 
	font-family: DroidItalic; src:url(fonts/DroidSerif-Italic-webfont.eot), url(fonts/DroidSerif-Italic-webfont.woff) format("woff");
 }
*/

/* HEADINGS */
h1 {
	color:#333;
	/*font-family: tazBold, sans-serif;
	font-size:36px;*/
	/*margin:12px 24px 12px 0;*/
	margin:12px 24px 24px 0;
	padding:0 0 5px;
    width:auto;
	/*border-bottom:1px solid #ddd;*/
    /*border-width:0 0 1px 0;*/
    font: 32px/40px Georgia,serif;
	clear: both;
}
h2 {
	color: #333;
	font-size:15px;
	margin: 15px 0 8px 0;
	padding: 0;
    font: 24px/30px Georgia,serif;
}
/*
h3 {
	color:#333;
	margin:12px 24px 10px 0;
    font: 16px/20px Georgia,serif;
}
*/
h3 {
    color: #333;
    font: 18px/22px Georgia,serif;
    margin: 15px 0 8px;
    padding: 0;
}
h4, h5, h6 {
    /* font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif; */
    font: 14px/20px Arial,sans-serif;
    font-weight: bold;
}

/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover, a:active, a:visited {
  background:transparent;
  text-decoration:none;
  outline:none;
  cursor:pointer;
  /* color:#333; */
  color:#999;
}

a:hover {
  color:#333;
}

a img {
  border:none;
  outline:none;
}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
font-family: Verdana, Arial, Sans-serif;
font-size:12px;
}
textarea {
  font-family:Arial, Sans-serif;
  font-size:12px;
	border:1px solid #999;
  padding:10px;
	/*background:url(img/input_bg.gif) no-repeat;*/
	background-color: #f0f0ed;
  border-radius:7px;
}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password], input[type=email], input[type=date], select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #000000;
  font-family: Arial,sans-serif;
  height: auto;
  /*width:224px;*/
  margin-bottom: 5px;
  padding: 8px;
}

select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #000000;
  font-family: Arial,sans-serif;
  height: auto;
  min-width: 50px;
  padding: 5px 4px 5px 8px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999999;
}

#header input[type="text"] {
	/* border: none 
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 21px;*/
  
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #000000;
  font-family: Arial,sans-serif;
  height: auto;
  width:224px;
  margin-bottom: 20px;
  padding: 8px;
}

/*social media*/
.searchSocialWrap {
    width: 240px;
    float: right;
}
.redesign2017 .searchSocialWrap {
    width: 70px;
    float: right;
    padding-top: 35px;
}
.redesign2017 #socialHeader {
    margin-top: 2px;
    float: right;
}
.socialIcons {
    color: #000000;
    font: 11px/1em Arial,sans-serif;
    float: right;
}
.socialIcons span {
    display: block;
    float: left;
    width: 95px;
}
.socialIcons img {
    width: 20px;
    margin-left: 8px;
}

/*link passswort vergessen*/
#loginbox a:link {
	color: #999;
	text-decoration: underline;
	font-size:12px;
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px 0 0;
    font: 16px/20px Georgia,serif;
}
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
	margin-right:24px;
	/*background-color:#4E4E4F;*/
}
div.smallText {
	margin-right:24px;
}
/*
div.hrlightgrey {
padding-top:1px;
height:0;
overflow:hidden;
margin:0;
line-height:0;
background-color:#999;
}
*/

div.hrproductpreview {
/* nicht zu sehen! */
	border: solid #ddd;
	border-width: 1px 0 0 0;
	height:4px;
	display:inline-block;
/*
padding-top:1px;
//height:10px;
//overflow:hidden;
//margin:12px 0;
//line-height:2px;
//display:block;
//background-image:url(img/hr_productpreview.gif);
*/
}
/* TABLE GLOBAL */
table td {
	/*padding:12px;*/
	padding:0px;
}
/* WHOLE SITE WRAPPER */
#topwrap.redesign2017 {
    height: 30px;
    margin: 0;
    text-align: center;
    position: fixed;
    width: 100%;
    background-color: #6991AA;
    z-index: 1000;
    display: none;
}
#wrap {
	/*width: 948px;*/
  width: 980px;
  margin:0px auto;
  background: none repeat scroll 0 0 #f0f0ed;
  padding: 30px 14px;
}

#wrap.redesign2017 {
    background: #f0f0ed none repeat scroll 0 0;
    margin: 0 auto;
    padding: 0px 20px 40px;
    width: 1024px;
}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	/* width: 948px; */
	padding: 0;
	/*margin-bottom: 8px;*/
	font-family: tazSemiBold, sans-serif;
	/*background: #f0f0ed url(img/top_logo.jpg) no-repeat;*/
	/*border-bottom:1px solid #fff;*/
  height: 121px;
  margin-bottom: 20px;
  
}
#header.redesign2017 {
    padding: 0;
    font-family: tazSemiBold, sans-serif;
    height: 80px;
    margin-bottom: 0px;
    text-align: right;
    background-color: #f0f0ed;
    position: relative;
    width: 1024px;
    z-index: 1000;
}
#header #logo {
    float: left;
    margin-left: 20px;
    width: 500px;
}
#header.redesign2017 #logo {
    float: left;
    margin: 22px 0 0 0;
    width: unset;
}
#header #edition24 {
    float: right;
    width: 133px;
    height:130px;
}
#header #konzernatlas2017 {
    float: right;
    width: 110px;
    height:130px;
}
#header #meeresatlas2017 {
    float: right;
    width: 132px;
    height:130px;
}
#header #postkartenkalender2018 {
    float: right;
    width: 156px;
    height:130px;
}
#header #probeabostoerer {
    float: right;
    width: 100px;
    height:100px;
}
#header #atlas2019 {
    float: right;
    width: 133px;
    height:130px;
}
#header #uranatlas {
    float: right;
    width: 130px;
    height: 130px;
}
#header #byteFmPlayer {
    float: right;
    width: 145px;
    height:120px;
}
#header #search {
  /*width:102px;
  height:107px;*/
	float:right;
	color:#fff;
	/*padding:60px 0 0 10px;*/
	/*background: #f0f0ed url(buttons/german/sucheeingabefeld.gif) no-repeat;*/
  /*background:#fff url(img/bg_breadcrumb.gif) repeat-x;*/

border:none;
/*font-size:22px;*/
}
#header input[type="text"] {
	/* border: none 
	background-color: #fff;
	padding: 0;
	margin: 0;
	height: 21px;*/
  
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #999999;
  border-radius: 7px;
  color: #000;
  font-family: Arial,sans-serif;
  height: auto;
  width:224px;
  margin-bottom: 10px;
  padding: 8px;
  margin-right: 4px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}

#header.redesign2017 input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 7px;
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 6px;
    margin-top: 2px;
    padding: 3px;
    width: 180px;
}

/*#header input[type="text"]:hover {
  width: 246px;
}*/

/*#header input[type="text"]:hover:after {
	content:url(buttons/german/button_quick_find_hover.gif)
}*/

#header #search a {
color:#fff;
font-size:12px;
outline:none;
}
#header td {
	padding: 0;
	margin: 0;
}
#headernavoben {
	width: 948px;
	height:	30px;
	background-color:#222;
	margin-bottom: 3px;
	font-family: tazSemiBold, sans-serif;
	font-size:  15px;
}
#headernavoben ul{
	margin-bottom:2px;
	background-color:#222;
	list-style-type:none;
	padding-top:10px;
	color:#fff;
}
#headernavoben li{
	border-right:1px solid #666;
	padding:0px 10px 0px 10px;
	display: inline;
}

#headernavoben li a {
	color: #fff;
}

#headernavoben li.more {
	position:relative;
  cursor: pointer;
}

#headernavoben ul.flyout {
  position:absolute;
  background-color:#f9f9f9;
  left:0px;
	top: 21px;
  width: 200px;
  z-index:100;
  padding-top:0px;
  display:none;
}

#headernavoben ul.flyout > li {
  width:180px;
  display:inline-block;
  font-family:Arial;
  padding-top:2px;
  padding-bottom:3px;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
clear:both;
color:#c64934;
padding:1px 0 10px 15px;
list-style-type:none;
outline:none;
height:22px;
background:#fff url(img/bg_breadcrumb.gif) repeat-x;
font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
line-height:23px;
text-decoration:none;
outline:none;
font-weight:normal;
cursor:pointer;
color:#333;
margin:0;
padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
/*background:#333 url(img/bg_topmenu.gif) repeat-x;*/
	/*background-color: #f0f0ed;*/
  width:200px;
  float: left;
}

.redesign2017 .deutscheAusgabe {
    float: left;
    color: #fff;
    margin-top: 7px;
    padding: 0;
    font: 12px/16px Arial,sans-serif;
    font-weight: bold;
}
.redesign2017 #topmenuwrap {
    width: 1024px;
    height:35px;
    position:absolute;
    left:50%;
    margin-left:-512px;
    color: #fff;
    text-transform: uppercase;
}

#topmenu {
	padding:0 0 0px 0px;
  list-style-type:none;
  margin: -4px 0 0;
	/*background-color: #f0f0ed;*/
	
  /*font-family: tazSemiBold, sans-serif;
	font-size: 15px;*/
	/*text-transform: uppercase;*/

  /*font: 11px/15px 'Arial-Black','Arial-BoldMT',sans-serif;*/
  font: 12px/16px Arial,sans-serif;
  list-style-type: none;
  
}
.redesign2017 #topmenu {
    float: right;
    font: 14px/18px Arial,sans-serif;
    list-style-type: none;
    margin: 0;
    padding: 40px 20px 0 20px;
}

.redesign2017 #topmenu li a {
    padding: 0 5px;
}

#topmenu li {
  /*height:36px;*/
  /* float:left;*/
  /*padding:0 25px;*/
	
  /*padding:0 8px;
	border-right:1px solid #333;
	margin:2px 0 10px;*/
  
  /*background:url(img/bg_topmenu_breakline.gif) no-repeat;*/
  /*background-position:right;*/
}
.redesign2017 #topmenu li {
    display: inline;
    padding: 0;
    margin: 0px;
}
.redesign2017 #topmenuwrap a,.redesign2017 #topmenuwrap a:link,.redesign2017 #topmenuwrap a:visited,.redesign2017 #topmenuwrap a:hover, .redesign2017 #topmenuwrap a:active {
    transition: background-color 0.3s ease;
    background-color: #6991aa;
    color: #fff;
    cursor: pointer;
    margin: 0;
    outline: medium none;
    padding: 8px;
    text-decoration: none;
}
.redesign2017 #topmenu a:hover{
    /* background-color: #4e6c80; */
}

.redesign2017 .iconCart {
    margin: 0 0 -10px 0;
    height: 28px;
    width: 30px;
}
.redesign2017 .buttonCheckout {
    margin-top:0px !important;
    margin-left: 20px;
    top: -2.2em !important;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	/*line-height:25px;*/
  /* vertical-align:middle; */
  text-decoration:none;
  outline:none;
  cursor:pointer;
  /*color:#999;*/
  color:#777;
  margin-top:0;
  padding:0;
}

#topmenu a:hover {
color:#000;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
text-align:right;
/*height:26px;*/
	font-family: tazSemiBold, sans serif;
	font-size: 14px;
/*background:url(img/bg_topmenu.gif) repeat-x;*/
/*padding:10px 10px 0 0;*/
margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear: both;
/*width:980px;*/
	padding:0;
	margin:0;
	/* padding-top:8px; */
	/*border:4px solid #000;*/
}

/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	margin:0;
}

/* RIGHT COLUMN */
#rightcol {
	float: right;
	width: 240px;
	margin: 0;
}

/* MAIN CONTENT */
#content {
	float: left;
	width: 760px;
	margin-left: 20px;
  position: relative;
}
#content h1 {
     border-top: 1px solid #000000;
     font: 11px/15px Arial,sans-serif;
     margin: 0;
     padding: 6px 0;
}

#content.redesign {
    margin: 0 0 30px;
}

/* zeitung, abo, dossiers, archive */
#content.redesign > h1:first-of-type {
    /*display: none;*/
    border-top: none;
}

/* shopseiten: produktliste atlas, edition */
#content.redesign table:first-of-type h1 {
  border: none;
}

/* shopseiten: einzelnes produkt */
#content.redesign > form > h1:first-of-type {
  display: none;
}

#content.redesign p.heading {
  /* border-top: 1px solid #000000; */
  font: 11px/15px Arial,sans-serif;
  margin: 0;
  padding: 6px 0;
}

#content .start h2 {
    border-top: 1px solid #000000;
    font: 11px/15px Arial,sans-serif;
    margin: 0;
    padding: 6px 0;
}
#content .praemienkasten h1 {
    padding-bottom:20px;
}
#content .abstand24 {
margin-right:24px;
}
#content p.contentseiten {
	font:normal 12px/140% verdana,arial,helvetica,sans-serif;
	margin-bottom:12px;
	margin-right:24px;
}
#content p.vorspann {
	font-family:DroidRegular, sans-serif;
	font-size: 14px;
	line-height:18px;
	margin-bottom:12px;
	margin-right:24px;
}
#content p.Korrespondent {
    font-style: italic;
}
#content p {
    line-height: 22px;
}


#contentfull {
	width: 948px;
/*padding:0 30px;*/
padding:0;
margin-bottom:15px;
}

/* MAINNAV */
#mainmenuwrap.redesign2017 {
    height: 45px;
    border-top:1px solid #333;
    margin-bottom: 30px;
    background-color: #f0f0ed;
    width: 1024px;
    z-index: 1000000;
    top: 80px;
}


.redesign2017 ul#mainnav {
    font-family: DroidRegular,sans-serif;
    border-bottom:1px solid #333;
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    width: 1024px;
    /*clear: both;*/
    padding: 0;
    background-color: #f0f0ed;
    z-index: 1000000;
}

.redesign2017 #mainnav.fixed-nav{
    position: fixed;
    top: 0;
}

.redesign2017 ul#mainnav > li {
    transition: background-color 0.3s ease;
    display: inline-block;
    font: 16px/24px Arial,sans-serif;
    list-style-type: none;
    margin-top: -1px;
    min-width: 82px;
    padding: 12px 15px;
    position: relative;
    text-align: center;
}

.redesign2017 ul#mainnav > li#logo-hidden {
    width: 38px;
    min-width: 38px;
    padding: 12px 25px 12px 0;
    background-color: transparent;

}
.redesign2017 ul#mainnav > li#logo-hidden.logo-visible {
    display: block !important;
}
.redesign2017 ul#mainnav > li:hover > a,
.redesign2017 ul#mainnav > li:hover{
    color: #FFF;
}
.redesign2017 ul#mainnav > li:hover{
    background-color: #6991aa;
}
.redesign2017 ul#mainnav > li:hover > a:hover {
    color: #fff;
    background-color: transparent;
}

.redesign2017 ul#mainnav li:hover ul,
.redesign2017 ul#mainnav li a:hover ul{
    visibility: visible;
    opacity: 1;
}

.redesign2017 ul#mainnav > li > a {
    transition: background-color 0.3s ease;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    display:inline;
    text-transform: uppercase;
    font-weight: bold;
}

.redesign2017 ul#mainnav > li.ancestor-menu > a:after {
    transition: background-color 0.3s ease;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #333;
    border-bottom: none;
    content: "";
    height: 0;
    position: relative;
    left: 5px;
    top: 12px;
    width: 0;
}

.redesign2017 ul#mainnav > li.ancestor-menu:hover > a:after ,
.redesign2017 ul#mainnav > li.ancestor-menu > a:hover:after {
    border-top: 7px solid #fff;
}

/*.redesign2017 ul#mainnav > li.ancestor-menu:hover > a:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #FFF;
    content: "";
    height: 0;
    position: relative;
    left: 5px;
    top: 13px;
    width: 0;
}
*/

/* Submenu */

.redesign2017 ul#mainnav li ul{
    position: absolute;
    /*padding-bottom: 8px;*/
    min-width: 100%;
    z-index: 100;
    left: 0;
    top: 48px;
    color: #FFF;
    background-color: #6991aa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms, visibility 500ms;
    transition: opacity 500ms, visibility 500ms;
    z-index: 10000;
}

.redesign2017 ul#mainnav li li a {
    padding: 2px 0;
}

.redesign2017 ul#mainnav li ul li{
    transition: background-color 0.3s ease;
    background-color: #6991aa;
    display:block;
}

.redesign2017 ul#mainnav li ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}

.redesign2017 ul#mainnav li ul li:hover,
.redesign2017 ul#mainnav li ul li a:hover{
    color: #FFF;
    background-color: #4E6C80;
    text-decoration: none;
    /*padding-left:8px;*/
}

.redesign2017 ul#mainnav li#mainnav-cart {
    margin-left: 100px;
}

.logo-visible {
    visibility: visible !important;
    position: fixed;
    top: 0;
}
#logo-hidden {
    float: left;
    visibility: hidden;
    height: 18px;
    width: 38px;
    padding: 15px 0;
    margin: 0;
}

/* LEFTNAV */
ul#leftnav {
  width:100%;
	padding: 0;
	font-family:DroidRegular, sans-serif;
	font-size: 14px;
  list-style-type: none;
}

ul#leftnav li {
  border-top: 1px solid #808080;
  font: 14px/20px Arial,sans-serif;
  list-style-type: none;
}

ul#leftnav li li {
    border-top: none;
}

ul#leftnav li:hover {
	border-top-color: #000;
}

ul#leftnav li a {
  text-decoration: none;
	/*color: #999;*/
  color: #777;
  padding: 5px 0;
  display:block;
}

.redesign2017 ul#leftnav li a {
    text-decoration: none;
    /*color: #999;*/
    color: #777;
    padding: 5px 0;
    display:inline;
}

ul#leftnav li li a {
    padding: 2px 0;
}

ul#leftnav li a:hover {
	color:#000;
}

ul#leftnav li ul li{ 
	display:block;
  margin-left: 2em;
}

ul#leftnav li ul li a:before {
    color: #999;
    content: "\25ba\00a0"; /* dreieck nach rechts, vor dem level 2-link */
    font-size: 0.8em;
    margin-right: 0.4em;
    vertical-align: middle;
}

ul#leftnav li ul li.active{ 
	/*display:block;*/
}

ul#leftnav li.active a { 
	color:#000;
  font-weight:bold;
}

/* level 2 unter active parent ausklappen */
ul#leftnav li.active ul { 
  /*margin: 0 0 0.4em;*/
}

ul#leftnav li.active ul li {  
  /*border: 0 none; */
  /* font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif; */
 /* list-style-type: none;
  margin-left: 2em;
  display:block; */
}

ul#leftnav li.active ul li a{
  font-weight:bold;
  color: #999; 
 /* line-height: 0.75em; */ 
  /*padding: 5px 0;*/
}

ul#leftnav li.active ul li a:hover {
	color:#000;
}

ul#leftnav li.active ul li.active a {
	color:#000;
}



/*
#leftnav li {
    border-top: 1px solid #808080;
    font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif;
}
#leftnav li:hover {
    border-top-color: #000000;
}
#leftnav li.active {
    border-top: 1px solid #000000;
}
#leftnav li a, #leftnav li.active ul li a {
    color: #999999;
    padding: 5px 0;
}
#leftnav li a:hover, .mainNav li.active ul li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
}
#leftnav li.active a {
    color: #000000;
}
#leftnav li.active ul {
    margin: 0 0 0.4em;
}
#leftnav li.active ul li {
    border: 0 none;
    font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif;
    list-style-type: none;
    margin-left: 2em;
}
#leftnav li.active ul li.active a {
    color: #000000;
}
#leftnav li.active ul li a:before {
    color: #999999;
    content: "?";
    font-size: 2em;
    margin-right: 0.4em;
    vertical-align: middle;
}


#leftnav li {
    -moz-hyphens: none;
}
#leftnav li a, #leftnav li.active a, #leftnav li.active ul li a {
    color: #999999;
    padding: 5px 0;
}
#leftnav li a:hover, #leftnav li.active a:hover, #leftnav li.active ul li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000000;
}
*/ 

#rightnav h2.boxheader{
  text-transform: unset;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 20px;
}

#rightnav > .right_box:first-child h2.boxheader{
  margin-top: 0px;
  border: none;
}


#rightnav .boxtext p{
  margin: 0;
  font: 11.5px/17px Georgia,serif;
}


/* CATEGORY MENU */
h2.categoryheader {
	/*background-color: #fff;
	border-top: 1px solid #333;
	font-family: tazBold, sans-serif;
	font-size:14px;
	text-transform: uppercase; */
	/*line-height:28px;*/
	/*color:#333;
	padding:8px 0 0 8px;
	margin-top:24px;
	margin-right:24px; 
	clear: both;*/
  
  /* border-top: 1px solid #000000; */
  font: 11px/15px Arial,sans-serif;
  margin: 3px 0 0 0;
  padding: 6px 0;
}

#rightcol h2.categoryheader {
	margin-right:0; 
}
h2.categoryheader a {
text-decoration:none;
outline:none;
/*color:#333;*/
}

ul#categorymenu {
  width:100%;
	padding: 0;
	/* margin-bottom: 16px;  */
	font-family:DroidRegular, sans-serif;
	font-size: 14px;
  list-style-type: none;
}

/*ul#categorymenu li a.actparentlink { font-style:italic; }
ul#categorymenu li a.actlink { font-style:italic; text-decoration:underline; }*/

/* 1st TIER */
ul#categorymenu li.level1 {
  border-top: 1px solid #808080;
  font: 14px/20px Arial,sans-serif;
}

ul#categorymenu li.level1:hover {
	border-top-color: #000;
}

ul#categorymenu li.level1 a {
  text-decoration: none;
	color: #999999;
  padding: 5px 0;
  display:block;
}
ul#categorymenu li.level1 a:hover {
	/*text-decoration:none;*/
	color:#000;
	/*background-color:#fff;*/
}

/*ul#categorymenu li.level1.activeparent1 a { 
	background:#fff;
	color:#333;
} */

ul#categorymenu li.level1.active1 a { 
	color:#000;
  font-weight:bold;
}
 
ul#categorymenu  a:active { 
	background:#f8f8f8;
	color:#333;
}


/* categories display different when in rightcol */  
#rightcol ul#categorymenu li.level1 {
  /*width:300px;*/
  /* rightcol-breite 282 - 8px padding-left des li a */
  width:274px;
  float:none;
}

/* 2nd TIER */
ul#categorymenu li.level2 {
  list-style-type:none;
	/* border:solid #ddd;
	border-width:0px 0 1px 0; */
  width:234px;
}
ul#categorymenu li.level2 a {
  text-decoration:none;
  outline:none;
	color:#f0f0ed;
  /*background:url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;*/
	/* margin:2px 24px 2px 0px; */
  margin:2px 2px 2px 40px;
	padding:2px 0 2px 8px;
  display:block;
  border:solid #ddd;
	border-width:0px 0 1px 0;
}
ul#categorymenu li.level2 a:hover {
  text-decoration:none;
	color:#333;
	background-color:#fff;
	/*font-weight:bold;*/
}
ul#categorymenu li.level2.active2 a { 
	/*background:url(img/dotted1.gif) no-repeat 8px 9px #fff;*/
  /* font-weight:bold; */
  background:#fff;
	color:#aaa;
}

/* 3rd TIER */
ul#categorymenu li.level3 {
  list-style-type:none;
	/* border:solid #ddd;
	border-width:0px 0 1px 0; */
	color:#f0f0ed;
	background-color:#fff;
  width:194px;
}

ul#categorymenu li.level3 a {
  text-decoration:none;
  outline:none;
	color:#f0f0ed;
	margin:2px 10px 2px 80px;
  padding:2px 0 2px 8px;
  /*background:url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;*/
  /*font-weight:bold;*/
  display:block;
  border:solid #ddd;
	border-width:0px 0 1px 0;
}

ul#categorymenu li.level3 a:hover {
text-decoration:none;
	color:#333;
	background-color:#fff;
/*font-weight:bold;*/
}
ul#categorymenu li.level3.active3 a { 
  /*background:url(img/dotted1.gif) no-repeat 16px 9px #fff;*/
  background:#fff;
	color:#aaa;  
}

/* 4th TIER */
	/* font-weight:bold;*/
ul#categorymenu li.level4 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
	padding:4px 0 4px 90px;
}
ul#categorymenu li.level4 a {
text-decoration:none;
outline:none;
	color:#f0f0ed;
background:url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
/*font-weight:bold;*/
/*padding:4px 0 4px 34px;*/
	padding:4px 0 4px 90px;
display:block;
}
ul#categorymenu li.level4 a:hover {
text-decoration:none;
color:#333;
background-color:#999;
font-weight:bold;
}
ul#categorymenu li.level4 a.actlink { background:url(img/dotted1.gif) no-repeat 24px 9px #fff; }
/* 5th TIER */
ul#categorymenu li.level5 {
list-style-type:none;
border:solid #fff;
border-width:1px 0 0 0;
}
ul#categorymenu li.level5 a {
text-decoration:none;
outline:none;
color:#333;
background:url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
font-weight:bold;
padding:4px 0 4px 42px;
display:block;
}
ul#categorymenu li.level5 a:hover {
text-decoration:none;
color:#333;
background-color:#7e7e7e;
font-weight:bold;
}
ul#categorymenu li.level5 a.actlink { background:url(img/dotted1.gif) no-repeat 32px 9px #fff; }
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
float:left;
margin:2px 10px 2px 0;
position:relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	/*background:#868686 url(img/bg_boxheader.gif);*/
	/*height:28px;*/
	font-family: tazBold, sans-serif;
	font-size:14px;
	color:#333;
	padding:8px 8px 0 0;
	margin:0;
	border-top: 1px solid #333;
	text-transform: uppercase;
	/*line-height:28px;*/
	/*vertical-align:middle;*/
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
text-decoration:none;
outline:none;
color:#fff;
}
.boxende_slider {
	/*height: 8px;
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
	margin-bottom:2em;
	margin-top:0px;
}

.boxende_slider.reviews {
  margin-top:13px;
}

.boxende {
	/*height: 8px;
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom:30px;
	margin-top:8px;*/
}
#content .boxende {
	margin-right:24px;
	margin-top:20px;
}
.boxbody {
	background-color:#f0f0ed;
	/*border-width:0 1px 1px 1px;*/
	padding:8px 0;
	margin:0;
}
.boxbody h3, .boxbody h3 a {
	font-size:14px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:14px;
text-align:center;
outline:none;
}
.boxbody p {
color:#000;
font-size:12px;
margin:6px 0;
}
.boxbody p.center {
color:#000;
font-size:12px;
text-align:center;
margin:6px 0;
}
.boxbody td {
color:#000;
font-size:11px;
margin:6px 0;
}
.boxbody .productOldPrice {
	font-size:12px;
	color:#999;
}
.boxbody div.hr {
margin:5px 0;
}
.boxbody div.hrlightgrey {
margin:5px 0;
}
.boxbody a {
font-size:11px;
outline:none;
}

.boxbody a.reviews {
  font-size:14px;
}
.boxbody .productboximage {
border:solid 1px #999;
padding:5px;
background:#fff;
}
.boxbody ul.contentlist {
margin-left:5px;
margin-right:0;
padding:0;
}
.boxbody ul.contentlist li {
margin-left:0;
padding:0;
list-style-type:none;
}
.contentlistmitte li {
	margin-bottom:12px;
	font:normal 12px/140% verdana,arial,helvetica,sans-serif;
}
.contentlistmitte ul {
}
.contentlistmitte a {
    display:block;
    padding:0;
    margin:0;
    outline:none;
}

.aboTeaser ul.contentlist {
    margin:15px 0 15px 20px;
    padding:0;
    font: 16px/20px Georgia,serif;
    line-height: 22px;
}

h2.contentseite {
	font-family: tazBold, sans-serif;
	font-size: 14px;
	color: #333;
	margin:24px 24px 12px 0;
	text-transform: uppercase;
}
p.boxtext  {
	 font: 16px/20px Georgia,serif;   
}
p.boxtext a {
	 font: 16px/20px Georgia,serif;
   text-decoration:none;
}

/* CART BOX */
h2.boxcartheader {
	/*background:#893769 url(img/bg_boxheader_cart.gif);*/
	/*border-top:10px solid #999;*/
  border-top:1px solid #999;
	/*height:28px;*/
	font-family: tazBold, sans-serif;
	font-size: 14px;
	color: #333;
	/* padding: 12px 8px 0 8px; */
	margin:0;
	/* text-transform: uppercase; */
	/*line-height:28px;*/
	/*vertical-align:middle;*/
}
h2.boxcartheader a {
text-decoration:none;
color:#fff;
outline:none;
}
.boxcartbody {
	padding:4px 8px 12px 8px;
	/*margin-bottom:30px;*/
	margin-bottom:12px;
	/*background-color:#fff;*/
	/*border-bottom: 10px solid #999;*/
  /* border-bottom: 1px solid #999; */
	/*border:solid #ccc;*/
	/*border-width:0 1px 1px 1px;*/
}
.boxcartbody p {
	font-size:12px;
	font-family: verdana, arial, sans-serif;
}
.redesign2017 .shoppingCart {
    float:left;
    padding: 0 10px 0 57px;
}

/* PRODUCT PREVIEW */
.productPreview {
/*padding-left:8px;*/
margin:0;
}
table.productPreview {
/*	float: left;*/
	
  display: inline-block;

  /*	vertical-align: top;*/
	
  /*width: 190px;*/

  /*	height: 300px;*/
	/*margin-right:18px;*/
	margin-right:28px;
	margin-bottom:24px;
	padding-bottom:12px;
	/* padding-top:12px; */
	/*background-color:#ccc;*/
  
	/* border-bottom: 1px solid #ddd; */
	
  /*border: 1px solid #ddd;*/
}

table.productPreview .cssbutton {
  margin-left:3px;
}

.shop-buttons .cssbutton {
    margin-left: 3px;
}

td.productTitle {
  position:relative;
}

div.shop-buttons {
  top:-1.8em;
  position:relative;
  /* margin-bottom hinzugefügt 18.3.2015. die verschiebung hinterlässt leeraum, der mit margin bottom wieder entfernt wird vr */
  margin-bottom: -1px;
}

#tab_also_purchased h2{
	width:auto;
	margin:0px 0 12px;
	padding-top:0px;
	border:none;
}
/* folgendes funktioniert nicht, span.price muss ersetzt werden durch p */
#tab_also_purchased .price{
	margin-top:12px;
	padding-top:12px;
}

#tab_also_purchased .productPreviewContent{
	width: 100%;
	margin-right:24px;
	margin-top:24px;
	padding-left:24px;
	vertical-align: top;
}
table.productPreviewpurchase {
	width: 634px;
	margin-right:24px;
	margin-top:12px;
	padding-top:12px;
	border-top: 1px solid #ddd;
}
table.productPreviewpurchase:first-child{
	border-top: none;
}
.productPreviewContent {
vertical-align:top;
	/*padding-bottom:8px;*/
	/*border-bottom: 1px solid #ddd;*/
}
.productPreviewContent p{
	vertical-align:top;
	/*font-size: 18px;*/
	/*font-size:20px;*/
	/*font-family: tazBold, sans-serif;*/
  font: 16px/20px Georgia,serif;
}
.productPreviewContent h2 {
  padding:0;
  margin:0 0 5px 0;
	/*font-size:17px;*/
	/*font-size:16px;
	font-weight:normal;
	font-family: tazRegular, sans-serif;*/
  font: 24px/30px Georgia,serif;
}
.productPreviewContent h2 a {
	/*font-size: 17px;*/
	font-size:16px;
	font-weight:normal;
	font-family: tazRegular, sans-serif;
  outline:none;
  color: #999;
}
.productPreviewImagepurchase {
	vertical-align:top;
	width:190px;
}
.productPreviewImage {
	/*vertical-align:top;*/
	text-align: center;
/*padding:3px 15px 0 0;*/
	padding:0;
	margin:0;
	/*border-bottom: 1px solid #000;*/
}
.productPreviewImage img {
/*border:solid 0 #999;*/
}
.productPreviewContent .price {
	font-family: tazRegular, sans-serif;
	font-size:16px;
	margin-top:5px;
}
.productPreviewContent .taxandshippinginfo {
font-size:11px;
font-weight:normal;
color:#333;
padding:0;
margin:0;
}
.productPreviewContent .vpe {
font-size:11px;
font-weight:normal;
color:#333;
padding:0;
margin:0;
}
.productPreviewContent .shippingtime {
font-size:11px;
font-weight:normal;
	color:#333;
padding:0;
margin:0;
}
.productPreviewContent .stockimage {
margin:0;
padding:0;
}
.productPreviewContent .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#333;
}
.productPreviewContent .productOldPrice {
font-size:12px;
font-weight:bold;
	color:#999;
}
.productPreviewContent .taxandshippinginfo a {
font-size:11px;
	font-weight:normal;
	color:#999;
text-decoration:underline;
outline:none;
}
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
/*display:table;*/
	/*border:4px solid #ff0033;*/
	width:100%;
/*	width:660px;*/
	width:auto;
	margin-right:24px;
	/*border:1px solid #000;*/
}
#productinfoimages {
float:left;
	background-color:#fff;
text-align:center;
/*width:140px;*/
	width:150px;
padding:0px;
margin:0 10px 0px 0;
	/*border:solid 1px #999;*/
}
#productinfoimages .productimage {
	/*border:solid 1px #ddd;*/
}
img.productimage {
	/*border:solid 1px #ddd;*/
	margin-bottom: 20px;
	margin-right: 12px;
}
img.productImageBorder {
	margin-bottom: 4px;
}
#content h1.producttitle,
p.producttitle {
    border-top: none;
    color: #333;
    margin: 0 0 8px 0;
    padding: 0;
    font: 24px/30px Georgia,serif;
}

p.productsubtitle {
  margin-bottom:12px;
  padding:0;
	font-family: tazBold, sans-serif;
  /*font-size:26px;
	line-height:125%;*/
}

#productinfoimages .hrlightgrey {
margin:0;
}
#productinfoprice {
	padding:0px;
}
#productinfoprice img {
cursor:pointer;
}
#productinfoprice .hrlightgrey {
margin:6px 0;
}
#productinfoprice .productprice {
margin-bottom:12px;
padding:0;
}
/* rabattzusatz */
#productinfoprice .productprice > span{
  font-size:20px;
}

.productprice p{
}
.rabattpreis {
	font-family: DroidRegular, serif;
	font-size:14px;
}
#productinfoprice .productOldPrice {
color:red;
margin:0;
padding:0;
font-size:12px;
font-weight:bold;
}
#productinfoprice .taxandshippinginfo {
margin:0;
padding:0;
/*font-size:11px;*/
/*font-weight:normal;*/
	font-family: DroidRegular, serif;
	font-size: 14px;
	line-height:150%;
	color:#333;
}
#productinfoprice .taxandshippinginfo a {
margin:0;
padding:0;
/*font-size:11px;
color:#999;
font-weight:normal;*/
	font-family: DroidRegular, serif;
	font-size: 14px;
	line-height:150%;
	color: #999;
text-decoration:underline;
outline:none;
}
#productinfoprice .shippingtime {
margin:0;
padding:0;
/*font-size:11px;
font-weight:normal;*/
	font-family: DroidRegular, serif;
	font-size: 14px;
	line-height:150%;
	color:#333;
}
#productinfoprice .stockimage {
margin:0;
padding:0;
}
#productinfoprice .stockimagetext {
margin:0;
padding:0;
font-size:11px;
font-weight:normal;
color:#999;
}
p.productinfoproductadded {
font-size:11px;
	/*margin-right:24px;*/
}
.productoptions {
	/* background-color:#fff; */
	padding:2px;
	border:solid #ddd;
  border-width:1px 0 0 0;
}
.addtobasket {
	/*background-color:#ededed;*/
	/* background-color:#fff; */
  /*padding:6px;*/
	padding: 6px 6px 6px;
	border:#ddd solid;
  border-width:1px 0 0px 0;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
padding:15px;
background:#fff none;
}
/* POPUP print_order.html */
#print_order {
	margin-top:12px;
}
body.popupprintorder {
font-family:Arial, Sans-serif;
font-size:13px;
padding:15px;
background:#fff none;
}
body.popupprintorder .products tr.header td {
font-weight:bold;
background-color:#eee;
}
body.popupprintorder .products .total {
text-align:right;
}
body.popupprintorder .products .quantity {
vertical-align:top;
}
body.popupprintorder .productname {
vertical-align:top;
}
body.popupprintorder .model {
vertical-align:top;
}
body.popupprintorder .singleprice {
vertical-align:top;
}
body.popupprintorder .totalprice {
vertical-align:top;
}

/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
	padding-bottom:12px;
	/* margin: 0px 24px 0px 0; */
  /*background-color:#f8f8f8;*/
	border-bottom:solid #ddd 1px;
  overflow:auto;
}

div.highlightbox ul {
  margin-left:15px;
  margin-top: 8px;
  padding:0;
  display:block;
  /* list-style-type:square; */
  line-height:20px;
}

div.highlightbox li {
  font: 15px Georgia,serif;
}

div.highlightbox h1 {
	color:#333;
	font-family: tazBold, sans-serif;
	font-size:16px;
  padding:0 0 10px 0;
  margin:0;
  border:none;
}

div.highlightbox table {
  /*	padding:12px 12px 12px 24px; */
  /* padding:12px 12px 12px 0px; wg checkout_confirmation, 12.7.2013 vr */
	padding:12px 12px 12px 12px;
}
div.highlightbox table.logintable {
    margin-top: 20px;
}

div.highlightbox div.hr {
  height:1px;
  line-height:1px;
  margin:0;
  padding:0;
  display:block;
  border-bottom:solid 1px #eee;
}

/* PAYMENT TYPE SELECTION */
#checkout_payment {
	background-color:#f0f0ed;
}
#checkout_payment img {
	margin-bottom:24px;
}
table.paymentblock {
  background-color:#f8f8f8;
	border:1px solid #ddd;
	margin:12px 24px 24px 0;
	/* width:600px; */
}
table.paymentblock tr td.header {
	background-color:#fff;
	padding:2px 2px 2px 4px;
	color:#333;
	font-weight:bold;
}
table.paymentblock tr td {
  /* vertical-align:top; */
	/* background-color:#fff; */
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#eee;
	border:1px solid #ddd;
	margin-bottom:12px;
//	padding: 2px;
	width:600px;
}
table.shippingblock tr td.header {
	background-color:#fff;
	padding:2px 2px 2px 4px;
	border-bottom: 1px solid #ddd;
	color:#333;
  font-weight:bold;
}
table.shippingblock tr td {
  vertical-align:top;
	padding:4px 4px 2px 2px;
	background-color:#f8f8f8;
}
table.shippingblock tr td.description {
width:100%;
vertical-align:top;
	padding-left:0px;
}
table.shippingblock tr td.radiobutton {
vertical-align:top;
white-space:nowrap;
}
table.shippingblock tr td.radiobutton input {
margin:0;
padding:0;
}
table.shippingblock tr td.price {
vertical-align:top;
white-space:nowrap;
}
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
vertical-align:top;
}
table.accounthistoryinfoorderdetails tr.header td {
font-weight:bold;
}
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
width:130px;
	/* bewirkt nix
	margin-bottom:12px;
	padding-bottom:12px;
	*/
}
/* DOWNLOAD BOX FOR USER DOWNLOADS */
/*
table.downloadbox {
padding:5px;
	background-color:#eee;
	border:solid #ddd 1px;
margin-bottom:8px;
}
table.downloadbox tr td.icon {
  padding-right:15px;
}

table.downloadbox tr td.downloadlink {
  width:100%;
}*/

/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
  font-size:11px;
  text-align:left;
  margin-top:5px;
}
table.graduatedprice tr td.header {
  font-size:12px;
  font-weight:bold;
  text-align:left;
}
/* ORDER DETAILS */
table.orderdetails {
  font-size:11px;
  /*	background-color:#f8f8f8;*/
	border:#ddd solid;
  border-width:1px 1px 1px 1px;
}

table.orderdetails tr td {
  padding:4px;
}
table.orderdetails tr.headerrow td {
	background-color:#f8f8f8;
	border-bottom:1px solid #ddd;
	color:#333;
  font-weight:bold;
}
table.orderdetails tr.headerrow td.left {
  text-align:left;
}
table.orderdetails tr.headerrow td.center {
text-align:center;
}
table.orderdetails tr.headerrow td.right {
text-align:right
}
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	background-color:#fff;
	/*border-top:1px solid #ddd;*/
vertical-align:top;
}
table.orderdetails tr.contentrow1 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow1 td.quantity input {
font-size:11px;
/*padding:2px;*/
	border:solid #ddd 1px;
}
table.orderdetails tr.contentrow1 td.productname {
text-align:left;
}
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	background-color:#fafafa;
vertical-align:top;
}
table.orderdetails tr.contentrow2 td.quantity {
text-align:center;
}
table.orderdetails tr.contentrow2 td.quantity input {
font-size:11px;
padding:2px;
	border:solid #ddd 1px;
}
table.orderdetails tr.contentrow2 td.productname {
text-align:left;
}
/* ORDER DETAILS LIST PRICE */
table.orderdetails tr td.listprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
text-align:right;
white-space:nowrap;
}
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
text-align:right;
white-space:nowrap;
font-weight:bold;
}
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
text-align:center;
white-space:nowrap;
}
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
/* auskommentiert nach warenkorbumbau 6.7.2013 vr*/
/* margin-top:3px; */
}
table.orderdetails tr td.productname table.productattributes tr td {
padding:0;
}
table.orderdetails tr td.productname table.productattributes tr td.attribute {
padding-right:4px;
}
table.orderdetails tr td.productname table.productattributes tr td.value {
width:100%;
}
table.orderdetails tr td.productname table.productattributes tr td.price {
text-align:right;
}
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
background-color:#f8f8f8;
text-align:right;
border:#ccc solid;
border-width:1px 0 0 0;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
/*	background-color:#f8f8f8;*/
padding:8px;
	border-top:#ddd 1px solid;
	margin-right:24px;
	width:624px; 
}
/* REVIEW LIST */
table.reviewlist {
background-color:#fff;
border:#ddd solid;
/*border-width:0 1px 1px 1px;*/
	border:none;
	margin-right:24px;
	width:642px;
}
table.reviewlist tr td {
	padding:8px;
white-space:nowrap;
background-color:#fff;
}
table.reviewlist tr.header td {
background-color:#fff;
color:#333;
font-weight:bold;
}
table.reviewlist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
background-color:#f8f8f8;
}
textarea#review {
width:95%;
}
/* MEDIA LIST */
table.medialist {
background-color:#f8f8f8;
border:#ccc 1px solid;
}
table.medialist tr td {
padding:6px;
vertical-align:top;
}
table.medialist tr.contentrow1 td {
background-color:#f8f8f8;
}
table.medialist tr.contentrow2 td {
background-color:#f8f8f8;
}
/* SITEMAP */
.sitemapwrap .sitemapleft {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:left;
width:235px;
margin-bottom:15px;
}
.sitemapwrap .sitemapright {
background-color:#f8f8f8;
border:#ccc 1px solid;
display:table;
float:right;
width:235px;
margin-bottom:15px;
}
.sitemapheader {
padding:3px;
background-color:#ccc;
color:#fff;
font-weight:bold;
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
color:#fff;
text-decoration:none;
outline:none;
}
.sitemapcontent {
padding:6px;
}
.sitemapcontent li {
list-style-type:none;
}
/* COMMENTS ON CHECKOUT PAYMENT SITE */
p.checkoutcomment textarea {
	width:922px;
	background-color:#f8f8f8;
	margin-bottom:24px;
}
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
padding:0;
margin:0 0 10px 0;
border:none;
}
table.checkoutconfirmationorderdetails tr td.productname {
width:100%;
font-weight:bold;
}
table.checkoutconfirmationorderdetails tr td.shippingtime {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
white-space:nowrap;
}
table.checkoutconfirmationorderdetails tr td.productattributes {
padding:0 0 0 30px;
color:#666;
font-size:11px;
font-weight:normal;
}
table.checkoutconfirmationorderdetails tr td.productprice {
white-space:nowrap;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal {
padding:0;
margin:10px 0 0 0;
border:none;
}
table.checkoutconfirmationorderdetailstotal tr td.name {
width:100%;
text-align:right;
}
table.checkoutconfirmationorderdetailstotal tr td.value {
white-space:nowrap;
text-align:right;
}
/* CONTENT */
table.content td {
    padding-bottom:20px;
}

/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
	width:600px;
}
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin:0;
padding:0;
	margin-top:24px;
	margin-bottom:24px;
}
ul#checkoutnavigation li {
	height:60px;
list-style-type:none;
float:left;
	width:195px;
	margin-right:24px;
	border:solid 1px #333;
padding:8px;
}
ul#checkoutnavigation li.active {
/*background-color:#f8f8f8;*/
	background-color:#fff;
}
ul#checkoutnavigation li.active .number {
	font-size:24px;
	font-family: tazBold, sans-serif;
	color:#999;
}
ul#checkoutnavigation li.active .title {
	font-size:16px;
	font-family: tazBold, sans-serif;
/*font-weight:bold;*/
}
ul#checkoutnavigation li.active .description {
	font-size:12px;
}
ul#checkoutnavigation li.inactive {
	color:#ccc;
	background-color:#fff;
	border-color:#ddd;
}
ul#checkoutnavigation li.inactive .number {
	font-size:24px;
	font-family: tazBold, sans-serif;
}
ul#checkoutnavigation li.inactive .title {
	font-family: tazBold, sans-serif;
	font-size:16px;
}
ul#checkoutnavigation li.inactive .description {
	font-size:12px;
}
/* ERROR MESSAGES */
.errormessage {
	border-left:24px solid #999;
	/* padding:0 0 0px 8px; */
  padding: 10px 0 10px 8px;
	background-color:#fff;
	margin-bottom:24px;
	/* margin-right:24px; */
	/* font-weight:bold; */
  border-radius: 7px;
  font-style: italic;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
padding:4px;
background-color:#eee;
}


/* FOOTER 2017*/
footer.redesign2017 {
    clear:both;
    font-size:10px;
    border-top: 1px solid #333333;
    padding: 30px 0px 10px 0px;
    margin-top:24px;
}

/* Footer columns */
footer.redesign2017 .footer-column{
    display: inline-block;
    vertical-align: top;
    width: 10.5%;
    padding-right: 7%;
}
footer.redesign2017 .footer-column:last-child{
    padding-right: 0%;
}

/* Footer nav */
footer.redesign2017 .footer-nav{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}

footer.redesign2017 #meta-nav.footer-nav li {
    text-transform: none;
}

footer.redesign2017 .footer-nav li{
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

footer.redesign2017 .footer-nav li ul li a {
    display: block;
    outline: medium none;
    padding: 2px 0;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
    font: 13px/16px Arial,sans-serif;
}

footer.redesign2017 .footer-nav li ul li a:hover, footer.redesign2017 .footer-nav li a:hover {
    text-decoration: underline;
}


/* Footer sub nav */

footer.redesign2017 .footer-nav li ul{
    list-style-type: none;
    margin: 0;
}

footer.redesign2017 .footer-nav li ul li{
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    text-transform: none;
}

footer.redesign2017 .footer-copyright p{
    clear: both;
    font-size: 12px;
    margin-top: 24px;
    padding: 4px;
    text-align: center;
}

/* FOOTER 2017 */


/* FOOTER */
.footer {
  clear:both;
  text-align:center;
  font-size:10px;
  color:#999;
	background-color:#f0f0ed;
	padding:4px;
	margin-top:24px;
  /*margin-bottom:5px;*/
  border-top:1px solid #ddd;
}
.footer a {
color:#333;
text-decoration:underline;
outline:none;
}
/* XTC COPYRIGHT */
.copyright {
margin:0 auto;
	width:924px;
text-align:center;
color:#999;
font-size:10px;
padding:0 0 10px 0;
}
/* XTC ParseTime */
.parseTime {
margin:0 auto;
width:970px;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}

/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
  /* background-color:#fff; */ /* auskommentiert 26.10.vr */
	/*display:inline-block;*/
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
	/*height:auto;*/
}
.morepics img {
	/* border:#ddd 1px solid; */
	/*margin-right:12px;*/
  /* background:#fff; */
	/* height:auto; */
	/* width:136px; */
    margin:12px 12px 0 0;
    max-width:220px;
    max-height:147px;
}

/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
/* deaktiviert 28.5.2014 vr
dt {
float:left;
max-width:60px;
}
dt img {
	border:0px solid #ccc;
	padding:0px;
	background:#fff;
	max-width:60px;
	margin-top:16px;
}
dd {
float:right;
	width:200px;
	border-top:1px solid #ddd;
	padding-top:8px;
	margin-left:8px;
	margin-top:16px;
} */

/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
/*width:120px;*/
	height:150px;
/*border: 1px solid #ddd;*/
/*display:block;*/
}
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */

td.productPreviewImage {
  text-align:center;
  vertical-align:top;
}

td.productPreviewContent {
  text-align:left;
	vertical-align: top;
  padding-left:20px;
}

.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
  /*margin:10px 0 10px 186px;*/
	/*margin-right:24px; bewirkt nix?*/
}

/* SEARCHBOX */
input.search_header {
	line-height:normal;
	margin: 0;
	padding: 0;
}
.redesign2017 #searchBox {
    float: left;
}
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
/*border-top:1px solid #ccc;*/
}
td.main {
/*border-top:1px solid #ccc;*/
	/* width: 192px; */
	padding:12px;
}

div.agbframe {
	width:100%;
  height:200px;
  overflow:auto;
	padding:8px;
/*background:url(img/input_bg.gif) no-repeat;*/
	border:1px solid #ddd;
  background-color: #F8F8F8;
  margin-bottom:20px;
}

ol#address_block, div.agbframe ol, div.agbframe ul  {
	margin-left:50px;
}
#address_block li {
	margin-bottom:12px;
}

/* BOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK f�r TABS/ACCORDION in product_info */
#tabbed_product_info { /*neu*/
	margin-right:24px;
} 
#tabbed_product_info ul,#accordion_product_info h3 a {
display:none;
	margin-right: 24px;
}

#tabbed_product_info .morepics {
background-color:#eee;
padding:6px;
border-width:1px 0 0 0;
width:512px;
	margin-bottom:12px;
}
/* EOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK f�r TABS/ACCORDION in product_info */

/* BOF - web28 - 2010-07-25 - FIX DER AUFZ�HLUNGEN IM CONTENT  f�r TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul{
margin:10px 0 10px 22px;
display:block;
}
#tab_description h2 {
    color: #333;
    font: 20px/24px Georgia,serif;
    margin: 15px 0 8px;
    padding: 0;
}
#tab_description a {
	color: #999;
}
#tab_description a:hover {
	color: #333;
}
/* EOF - web28 - 2010-07-25 - FIX DER AUFZ�HLUNGEN IM CONTENT  f�r TABS/ACCORDION in product_info */

/*address block */
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}

/*new checkout*/
div.checkout_infos{
width:948px;
border: 0px solid red;
}
div.checkout_infos h2{
font-family: Arial, verdana, Sans-serif;
	color:#333; /*#1e3630;*/
font-weight:bold;
font-size:16px;
margin: 0px;
float:left;
}
div.checkout_infos a{
font-style:italic;
	color:#999; /*#1e3630;*/
}
div.checkout_infos div.text,p.text{
margin-top:4px;
}
div#address_block div.address{
width: 260px;
float:left;
height:140px;
padding:5px; 
margin:0 15px 15px 0;
border: solid 1px #a3a3a3;
background:#F8F8F8;
}
div#address_block input{
vertical-align: middle;
}
div.checkoutInfoBoxes{
	width:425px;
	border: 0px solid #ddd;
	padding:8px;
	margin-right:24px;
float:left;
}
div.checkoutInfoBoxes  a.more_info{
color: #999!important;
}
div.checkoutNavBoxes{
	width:425px;
	border: 1px solid #ddd;
/*background:#F8F8F8;*/
	padding:8px;
	margin-right:24px;
float:left;
}
div.checkoutNavBoxes h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

div.checkoutNav2Boxes{
	width:425px;
	border: 1px solid #ddd;
	padding:8px;
	margin-right:24px;
	margin-bottom:12px;
/*	min-height: 60px;*/
float:left;
}
div.checkoutNav2Boxes h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

div.checkoutNav3Box{
	width: 892px;
  border: 1px solid #ddd!important;
  padding:8px;
}
div.checkoutNav3Box h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

div.checkoutbox{
	width: 908px;
border: 1px solid #ddd!important;
/*background: #E3F4DA!important; diese Farbe muss sich erheblich abheben*/
}
div.checkoutbox .image{
max-width:80px;
}
div.checkoutbox td.main_row {
	border-top: 1px solid #ddd;
	padding:8px;
}
div.checkoutbox div.hr{
border:none;
border-top: 1px solid #666;
color: #E3F4DA; /*wie hintergrundfarbe*/
background-color:#E3F4DA; /*wie hintergrundfarbe*/
height: 1px;
}
div.checkoutbox .details{
padding: 0 12px 0 0; 
background: url(img/external.gif) no-repeat 100% 0px;
color: #000;
font-weight: bold;
}
div.checkoutbox .total table td {
padding:0px;
}
div.checkoutbox .small{
	font-size: 12px;
}
#sign_in input[type=image] {
	float:right;
	
}

/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - Begin --------------------------*/
ul#imageslider { 
  /*margin:0 auto; original */
  /*margin:0 0 0 400px;*/ 
  padding: 0; 
  /* margin: 0 0 20px 0; */
  margin: 0 0 0 0;
  list-style: none; 
  list-style-position: outside; 
  overflow: hidden;  /*Falls die Inhalte zu gross sind, werden diese abgeschnitten */
  /*width: 948px;*/ /* Breite des Slideshowcontainers */
  clear: both;
  text-align: left; 
  height: 520px !important;
}
ul#imageslider .slidercontent { 
  z-index: 888;	/* Durch den z-index wird der Container des Textes auf das Bild gelegt */
  position: relative; 
  left: 0px; /* Textbox direkt rechts neben dem Bild */
  top: 0px;	/* Damit der Text auf dem Bild angezeigt werden kann, m�ssen wir den Container nach oben ziehen */
  width: 760px; /* Breite der Textbox, hier genauso breit wie das Bild */
  height: 140px; /* H�he der Textbox, ebenfalls wie Bildh�he */
  overflow: hidden; /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
  text-align: left;
  vertical-align: top; 
  color: #222;
  font: 24px/30px Georgia,serif;
  background: #F0F0ED; 
  padding: 0;
  /* Regelt die Transparenz des Textes um das Bild darunter noch sehen zu k�nnen */
  /* //-moz-opacity: 0.7;
  //opacity: 0.70; 
  //filter: alpha(opacity=70); 
  -moz-opacity: 0.8;
  opacity: 0.80; 
  filter: alpha(opacity=80);*/ 
}
ul#imageslider .slidercontent p{
    font: 24px/30px Georgia,serif;
}
.slidercontent h2 { 
  padding-right: 12px;
  font-family: tazBold, sans-serif;
  font-size: 36px;
	line-height:100%;
  color: #fff;
}
.slidercontent .dach { 
  /*padding: 24px 12px 12px 24px;*/
  font-family: tazSemiBold, sans-serif;
  font-size: 17px;
  color: #fff;
}
.slidercontent .slider { 
  /*padding: 24px 12px 12px 24px;*/
  font-family: DroidRegular, serif;
  font-size: 14px;
  color: #fff;
}

/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - End ----------------------------*/

/* imageslider controls und marker hinzugef�gt, vr */
ul#slidercontrols { 
  position: relative;
  top:-345px;   
  color: #fff; 
  margin:0;
  padding:0;
  z-index:9999;
  list-style:none;  
}

ul#slidercontrols li a {
  position: absolute;
  color: #333;
  top: 0px;
  display: inline;
	padding: 6px 7px 9px 8px;
  font-family: tazBold, sans-serif;
  font-size: 30px;
  background: #f0f0ed url(buttons/german/sliderpfeil_links_rechts_schwarz_transparent.png) no-repeat;
  background-position: right center;
  opacity: 0.7;  
}

ul#slidercontrols li a:hover {
  opacity: 0.8;
}

ul#slidercontrols li#prev a#prevlink {
  left: 0px;
  background-position: left center;
  width: 0.4em;
}

ul#slidercontrols li#next a#nextlink {
  right: 0px;
  width: 0.4em;
}

/* imageslider markers */
ul#slidermarkers{
  display: none;
  list-style: none; 
  
  padding-top: 5px; 
  padding-bottom: 0px; 
  margin: 0; 
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  
  /* neu 11.5. und wieder raus 13.5. vr */
 /* background-color: #bbb;
  border-radius: 5px;
  height: 16px;*/
}

#content.redesign ul#slidermarkers {
  top: 25px;
}

ul#slidermarkers li{
  display:inline;
}

ul#slidermarkers li a{
    display:inline-block;
    padding:0px;
	/* background-color:#fff; */
    color:#e0e0e0;
	margin:0px 4px 0px 4px;
	text-decoration: none;
    font-family: tazBold, sans-serif;
    font-size: 48px;
    line-height: 24px;
}

ul#slidermarkers li.active a, 
ul#slidermarkers li a:hover{
	color:#000;
	margin:0px 4px 0px 4px;
}
/* image slider extensions end */


#create_account input[type=text] {
	font-size: 12px;
}
#create_account table {
	padding-left:30px;
	padding-top:0px;
	width:600px;
}
#newsletter table td {
    padding: 0 10px 5px 0;
}
/*
form h2{
	border-top:solid #ddd 1px;
	padding-top:5px;
	font-family: tazBold, sans-serif;
	font-size:15px;
	margin:15px 24px 8px 0;
	text-transform: uppercase;
}
*/
#checkout_address img {
	margin-bottom:12px;
}
#create_account div.highlightbox {
	border:none;
	padding:12px;
	margin: 0px 24px 0px 0;
	
}

/*
.boxtext  p  {
         font-family: tazLightItalic;
         font-size: 19px;
        color:#333;
}
.boxtext a:link   {
        color:#999;
        text-decoration:underline;
}
.boxtext a:hover  {
         font-family: tazLightItalic;
         font-size: 19px;
        color:#333;
	text-decoration:underline;
}
img.boxtext   {
        float:left;
        margin-bottom:8px;
        margin-right:12px;
}*/

.cssbutton,
a.cssbutton {
	/*background: #333 url(buttons/german/pfeil_weiss_auf_schwarz.gif) no-repeat;
  	background-position: right center;
  color: #fff;
  display: inline-block;
  
  padding: 3px 20px 3px 6px;
  
  font-family: tazBold, verdana, sans-serif;
  font-size: 14px;
  vertical-align:top;
  text-transform: uppercase;
  border: none;
  */
  
  background: none repeat scroll 0 0 #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:11px;
  margin-top: 5px;
  padding: 1px 6px;
  text-align: center;
  min-width: 80px;
  border:0;
  line-height: 16px;
}
a.cssbutton {
    float: right;
    margin-top: -36px;
}
.cssbutton-l-blue,
a.cssbutton-l-blue {
    background: none repeat scroll 0 0 #6890a9;
    font-size:14px;
    line-height: 20px;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-weight: bold;
    margin-top: 5px;
    padding: 1px 6px;
    text-align: center;
    min-width: 80px;
    border:0;
}
.div-cssbutton-l-blue {
    text-align:right;
    margin: -23px 0 10px 0;

}
.cssbutton:after {
  /* &nbsp&nbsp&#2771; -  2 leerzeichen und das gr��erzeichen aus unicode-dingbats an den buttontext anh�ngen */
  /* damit das in :after mit den html-entities klappt, m�ssen sie in unicode-ersatzdarstellung (hex) angegeben werden */
  /*content:"\a0 \a0 \2771"; */
  
  /* stattdessen mit gr��er-zeichen*/ 
  /*content:">";  */
}

.cssbutton:hover,
.cssbutton-l-blue:hover {
  background: none repeat scroll 0 0 #D9D9D1;
  color: #000000;
}

.cssbutton.preorder {
  background-color: #ff9080;
}

.cssbutton_slider_start {
	background: #fff url(buttons/german/pfeil_schwarz_auf_weiss.gif) no-repeat;
  	background-position: right center;
  color: #333;
  display: inline-block;
  padding: 3px 20px 3px 6px;
  font-family: tazBold, verdana, sans-serif;
  font-size: 14px;
  vertical-align:top;
  text-transform: uppercase;
  border: none;
}
.cssbutton_slider_start:hover {
	background: #fff url(buttons/german/pfeil_rot_auf_weiss.gif) no-repeat;
  	background-position: right center;
	color:#999;
	border:none;
  padding: 3px 20px 3px 6px;
}


.input-cssbutton {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:11px;
  /* margin-bottom: 5px; */
  padding: 1px 6px;
  text-align: center;
  min-width: 80px;
  border:0;
  
}

.input-cssbutton:hover {
  background: none repeat scroll 0 0 #D9D9D1;
  color: #000000;
}

.input-downloadbutton {
  color: #999;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:11px;
  /* margin-bottom: 5px; */
  /* padding: 1px 6px; */
  text-align: center;
  /* min-width: 80px; */
  border:0;
  cursor:pointer;
}

.input-downloadbutton:hover {
  color: #000000;
}

.quick-find-button {
  /*width:22px;
  height:36px;
  border:none;
  background-image:url(buttons/german/button_quick_find.gif);
  */
  width: 0px;
  height:0px;
  border:none;
}
/*
.quick-find-button:hover {
  background-image:url(buttons/german/button_quick_find_hover.gif);
}*/


.textbutton,
a.textbutton {
  background: none repeat scroll 0 0 #6890a9;  
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:11px;
  margin-top: 5px;
  padding: 1px 6px;
  text-align: center;
  min-width: 80px;
  border:0;
  line-height: 16px;
}

.textbutton:hover {  
  background: none repeat scroll 0 0 #D9D9D1;
  color: #000000;
}

.audiobutton,
a.audiobutton {
  background: none repeat scroll 0 0 #df751d;  
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  font-family: Arial,sans-serif;
  font-weight: bold;
  font-size:11px;
  margin-top: 5px;
  padding: 1px 6px;
  text-align: center;
  min-width: 80px;
  border:0;
  line-height: 16px;
}

.audiobutton:hover {  
  background: none repeat scroll 0 0 #D9D9D1;
  color: #000000;
}


/* aus lmd alt */
.titelaktuell {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 0.9em;
    margin-right: 0.9em;
    padding: 0 0.6em;
}
img.audioaktuell {
    margin-left: 10px;
    vertical-align: middle;
}
.kunstbild {
    border: 1px solid #CCCCCC;
    float: left;
    margin-bottom: 1.2em;
    margin-right: 0.9em;
    padding: 0.4em;
}
.bildlinks {
    float: left;
    margin: 10px 15px 10px 0;
}
.linksfliessend {
    float: left;
    margin-bottom: 0.9em;
    margin-right: 0.9em;
}
.border {
    border: 1px solid #999999;
}
.bildrechts {
    float: right;
    margin-left: 0.8em;
    vertical-align: text-top;
}
.grafik3 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #006699;
    float: left;
    font: 0.9em/130% verdana,arial,helvetica,sans-serif;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 160px;
}

/* aus archivsuche */
.kompakt {
  border: 0 none;
}

fieldset.kompakt {
  margin-bottom: 20px;
  float:right;
  width:224px;
}

input[type="submit"].kompakt {
  display:none;
}

input[type="submit"]#kstpflbestellen {
    font-size: 14px;
    padding:4px;
    margin: 10px 0;
}
input[type="submit"]#kstpflbestellen:hover {
    font-size: 14px;
    padding:4px;
    margin: 10px 0;
}
section.archiv.miniatur {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* justify-content: space-between; */
  align-items: baseline;
  margin-top: 1em;
  
  display: -webkit-box; 
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;  
  -webkit-align-items: baseline; 
}

.archiv.miniatur article{
  width: 110px; 
  margin-bottom: 1em;
  margin-right:1em;
}

.archiv.miniatur img {
  width: 100%;
  border: 1px solid #ccc;
}

p.ekiosk {
  /* background-color: #FFFFFF; */
  /*  line-height: 1em; */
  /*margin-top: 0;*/
  padding: 0;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  margin:4px 0 0;
}

div.ekiosk .miniatur {
  float: left;
  margin-bottom: 1em;
  min-height: 245px;
  /* width: 150px; */
  width: 150px;
  margin-right:40px;
}

div.ekiosk .miniatur div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* width: 150px; */
  width: 100%;
}

div.ekiosk .miniatur div img {
  /*width:80%;*/
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/*
h1.ekiosk {
  border-top:none;
  color:#333;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 11px/15px;
  margin-bottom: 6px;
  padding: 0.5em 0;
}
*/
h3.ekiosk {
    border-top:1px solid #000;
    color:#333;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font: 11px/15px Arial,sans-serif;
    margin-bottom: 6px;
    padding: 0.5em 0;
}
div.ekiosk.miniatur.foot.min3 {
  min-height: 85px; 
  position:relative;
}

div.ekiosk.miniatur.foot.min2 {
  min-height: 70px; 
  position:relative;
}

div.ekiosk .miniatur .dl-price {
  display: block;
  position:absolute;
  bottom:0px;
}

.zeitungFeature {
  display: -webkit-box; 
  display: -webkit-flex; 
  display:flex; 
  
  width:100%; 
  
  -webkit-justify-content: space-between; 
  justify-content: space-between;
}

.zeitungImage{
    margin: 10px 20px 0 0;
}

.zeitungFeatureText {
  /* safari, chrome, ie: damit die Breite des text-divs korrekt ist, läuft sonst in das benachbarte div */
  -webkit-box-flex: 1; 
  -webkit-flex: 1; 
  -ms-flex: 1;
  flex: 1;
}

.zeitungText{
    margin: 20px 0;
}
.zeitungText h2 {
    margin: 15px 0 25px 0;
}

.zeitungYellowButton{
    margin: 0 0 0 50px;
}
.zeitungNavigation{
    margin: 0 -20px 20px 0;
}
.zeitungNavigation ul{
    list-style-type: none;
}
.zeitungNavigation li {
    margin-bottom: 10px;
    margin-right: 20px;
    font: 16px/20px Georgia,serif;
}
.zeitungNavigation li a{
    /* font: 14px/20px 'Arial-Black','Arial-BoldMT',sans-serif; */
    color: #999999;
}
.zeitungNavigation > ul > .first-column,
.zeitungNavigation > ul > .last-column {
    width:50%;
    float: left;
    margin-bottom: 1em;
}
.zeitungNavigation li a:after{
}
span.snippet:before {
    content: " | ";
}
article.teaser {
    width:370px;
    height:230px;
    float:left;
    margin-bottom:1em;
}
article.teaser.right{
    margin-left:20px;
}
.aboTeaser article.teaser,
.archivTeaser article.teaser {
    height:290px;
}
article.praemienkasten {
    float: left;
    height: 180px;
    margin-top: 1em;
    width: 360px;
}
article.praemienkasten.right {
    margin-left: 20px;
}
#accordion article.praemienkasten {
    height: 155px;
}
div.zeitungAudio{
    width:100%;
    float: left;
    margin-bottom: 1em;
}
article.audio {
    width:370px;
    float:left;
    margin-bottom:1em;
}
article.audio.right{
    margin-left:20px;
}

section.audio.feature {
  margin: 40px 0;
}

.news_article {
  clear:both;
}

.news_article.odd {
  background-color:#f6f6f6;
}

/* BOF news_xtcmodified, 25.6.2014 bf */
.news_view_default_linie {margin-bottom:10px; padding-bottom:10px;}

.news_head {
  font: 16px/20px Arial,sans-serif; 
  font-weight: bold; 
  margin-bottom: 16px; 
  color:#333;
  padding-left: 15px;
}

.news_subtitle {font-weight: normal;}
.news_date {font-weight: normal;}

.news_read_more {text-align:right;}
.news_read_more a {text-align:right;clear:both;}
.news_image {float:left;}
.news_image a {margin:5px 15px 5px 0; width:240px; height:120px;}
.news_image img{width:240px; height:120px; float:left;}
.news_text,
.news_text p {
  margin: 0;
  font: 14px/20px Arial,sans-serif;
  line-height: 20px !important; 
}

.news_text_body {
  float: left; 
  width: 500px;
  min-height: 140px;
  margin-bottom: 20px;
}

.news_view_default_linie .news_image,
.news_view_default_linie .news_text_body {
    float: none;
    display: table-cell;
    padding-bottom: 20px;
}

/* EOF news_xtcmodified */

.art_item {
  display: flex;
  margin-bottom:10px; 
  padding-bottom:10px;
}

.art_head {
  font: 14px/20px Arial,sans-serif;
  font-weight: bold; 
  margin-bottom: 10px; 
  color:#333;
}

.art_image {
  margin-right: 20px;
  /*  float:left; */
}

.art_item.kunst {
  display:inline;
}

.art_item.kunst img{
  width:370px;
}

.art_item.kunst .news_text_body {
  width:100%;
}

.art_text p {
  margin-bottom: 0.9em;
}

/* von lmd style2008.css?20131112*/
.inter dl {
  font: 14px/18px Georgia,serif;;
  margin-top:0.9em;
}

.inter dt {
  font: 14px/18px Georgia,serif;
  padding: 0.4em 0.8em 0.2em 0;
  font-style: italic;
}

.inter dd{
  font: 14px/18px Georgia,serif;
  padding: 0 0.8em 0.4em 0;
}

.dklrotfett {
    color: #CC0033;
    font-weight: bold;
}

/* bis 16.5.2017 über flexbox + wrap nachteil manuelle höhenanpassung */
/*
ul.inhaltsverz {
  display:flex; flex-flow:column; 
  flex-wrap: wrap;
  width:100%; 
  height: 890px; 
  display: -webkit-box; 
  display: -webkit-flex; 
  -webkit-flex-wrap: wrap; 
  -webkit-flex-direction:column;
}
ul.inhaltsverz li {
    list-style-type: none;
    margin-bottom: 0.8em;
    text-align: left;
    width:47%;
}
*/

ul.inhaltsverz {
  /* multicolumn layout */
  column-width: 350px;
  -webkit-column-width: 350px;
  -moz-column-width: 350px;
}

ul.inhaltsverz li {
  list-style-type: none;
  margin-bottom: 0.8em;
  text-align: left;
  /* kurze texte nicht nebeneinander */
  width: 100%;
  /* absätze zusammenhalten */
  display: inline-block;
}
#content ul.inhaltsverz li a:before {
    color: #999;
    content: "\25ba\00a0";
    font-size: 0.4em;
    margin-right: 0.2em;
    vertical-align: top;
    line-height: 18px;
}

ul.inhaltsverz.verlinkt {
  height: unset;
}

ul.inhaltsverz.verlinkt li{
  /* mit unset werden kurze lis nebeneinander angeordnet, daher: */ 
  /* width: unset; */
}

ul.vorschau {
    padding-top: 10px;
}
ul.vorschau li {
    list-style-type: none;
    margin-bottom: 0.8em;
    text-align: left;
    width:100%;
}
div.vorschau {
    margin-bottom: 30px;
}
#content > form > div > ul{
    list-style: none;
}
#content > form > div > ul > li{
    font: 16px/20px Georgia,serif;
    margin-bottom: 0.9em;
}
#content > form > fieldset {
     margin: 0.8em 0 0;
     padding: 0 0 0.8em 0.8em;
}
#content > form > fieldset.pr5 {
    padding-right: 5px;
}
#content > form > fieldset > legend {
    font-weight: bold;
}
#content > form > fieldset.abo2column > label,
#content > form > fieldset.aboEmail > label,
#content > form > fieldset.aboNr > label,
#content > form > fieldset#bankdaten > label,
#content > form > fieldset > label.abonr_taz {
    width:110px;
    float: left;
    margin-top: 5px;
}
#content > form > fieldset#aufmerksam {
    display: none;
}
#content > form > fieldset#aufmerksam > label {
    width:145px;
    display: inline-block;
    line-height: 40px;
}
#content > form > fieldset#aufmerksam >  input[type="text"] {
    width:400px;
}
#content table.abo-table td{
    padding: 0 0 20px 0;
    vertical-align: top;
}
#content table.abo-table td:first-of-type{
    padding: 0 20px 20px 0;
}
#content table.abo-table p{
    vertical-align: top;
}
#content table.abo-table-submit td{
    vertical-align: middle;
}
#content table.abo-table ul{
    margin: 10px 20px;
    font: 16px/20px Georgia,serif;
}
#content table.abo-table h2{
    border-top: 1px solid #000000;
    padding-top: 10px;
}
#content table.abo-table h2.nobo{
    border-top: none;
    padding-top: 0;
}
#content table.abo-table input[type="submit"]#kstpflbestellen {
    margin: 0;
}
#content table.abo-table table {
    margin: 20px 0;
}
#content table.abo-table table td,
#content table.abo-table table td:first-of-type{
    padding: 0 0 6px 0;
    vertical-align: top;
}

.navkompakt{
    height: 35px;
    margin-bottom: 20px;
}
a .count {
    font: 24px/30px Georgia,serif;
}
div.mediadaten {
    float: left;
    margin: 0 15px 15px 0;
    width: 190px;
}
/* von http://www.ralfweissmantel.de/lmd/  */
ol.toc-items {
    margin: 10px 0 0;
}
ol.toc-items li {
    list-style-type: none;
    margin-bottom: 10px;
}
ol.toc-items li a span.title {
    color: #999999;
}
ol.toc-items li span.title {
    font: 14px/20px Arial,sans-serif;
}
ol.toc-items li span.title.piped:after {
    content: " |";
}
ol.toc-items li span.byLine {
    font-style: italic;
}
#dankeschoen div {display:none;}
#dankeschoen div.first {display:block;}

fieldset.abo2column {
    float:left;
    width:355px;
}
#content > form > fieldset.abo2column.second {
    margin: 0.8em 0 0.8em 19px;
}
#accordion .praemienkasten h1 {
    padding: 0px;
    margin: 6px 0 12px 0;
    border-top: 1px solid #000000;
}
#accordion .praemienkasten img.bildlinks {
    margin-bottom: 0px;
}
.ui-icon.ui-icon-triangle-1-e:before {
    color: #999;
    font-size: 0.8em;
    margin-right: 0.4em;
    margin-left: 0.4em;
    vertical-align: middle;
    content: "\25ba\00a0";
    display: none;
}
.ui-icon.ui-icon-triangle-1-s:before {
    color: #999;
    font-size: 0.8em;
    margin-right: 0.4em;
    margin-left: 0.4em;
    vertical-align: middle;
    content: "\25bc\00a0";
    display: none;
}
.ui-accordion-header {
    outline: none;
}
.ui-accordion-content {
    }
.ui-img-button {
    cursor:pointer;
    outline:none;
    margin-top:8px;
}
p.picture {
    clear: left;
    float: left;
    margin-right: 24px;
    position: relative;
    z-index: 1;
}
p.article {
    padding-left: 100px;
}
article.eformate {
    float: left;
    margin-bottom: 10px;
}
a.floatnone {
    float:none;
}
p.error {
    color:crimson;
}

a.pageResults {
  /* größenanpassung der pointer-dreiecke in der seitennavigation */
  font-size: 0.8em;
  margin-right: 8px;
}

div.downloadbox {
  /* die alten styles zuerst! */
  display: -webkit-box; 
  display: -webkit-flex;
  display: flex;
  
  -webkit-justify-content: space-between;
  justify-content: space-between;
  
  margin-bottom: 3em;
  margin-top: 3em;   
}

div.downloadbox-image {
  margin-right: 20px;
}

div.downloadbox-text {
  display: -webkit-box; 
  display: -webkit-flex;
  display: flex;
  
  /* chrome, safari und ie brauchen die folgenden styles, sonst stimmt die breite des textdivs in der flexbox nicht */
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  
  -webkit-flex-direction: column;
  flex-direction: column;
  
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

div.downloadbox-inputbox {
  display: -webkit-box; 
  display: -webkit-flex;
  display: flex;
  
  /* chrome und ff verstehen verschieden dinge unter baseline, daher */
  -webkit-align-items: center;
  align-items: center;
  
  background-color: #f6f6f6;
  border-radius: 8px;
  margin: 2em 0;
  padding: 1em 0.5em; 
}

div.downloadbox-inputbox input{
  margin-bottom: 0px;
}

p.credits {
  text-align:right;
  font-size: smaller;
  margin-top: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.pr5 {
    padding-right: 5px;
}
.footnote {
    font: 14px/18px Georgia,serif;
}
.printIcon {
    width: 16px;
    height: 16px;
    position:relative;
    float:right;
    top: -20px;
}

/* Styles für Artikeltexte aus dem Textarchiv, direkte Abbildung der übernommenen Styles */

p.Titel {
   color: #333;
   font: 24px/30px Georgia,serif;
   margin: 15px 0 8px;
   padding: 0;
}

p.Unterzeile {
  /* wie p global */
  margin:8px 0px 0 0;
  font: 16px/20px Georgia,serif;
}

p.Unterzeile span.Autor {
  color: #333;
  margin: 7px 0 8px;
  padding: 0;
  display:block;
  font-style: italic;
}

p.Zwischentitel {
  color: #333;
  font: 18px/22px Georgia,serif;
  margin: 15px 0 8px;
  padding: 0;
}


/* textarchiv-titelelemente mit h1 und h2 statt p 19.6.2017 vr */
#content h1.Titel {
   color: #333;
   font: 36px/42px Georgia,serif;
   margin: 15px 0 8px;
   padding: 0;
   border: none;
   clear: none;
   /*font-weight: bold;*/
}

#content h2.Unterzeile {
  /* wie p global */
  margin: 8px 0px 0 0;
  font: 16px/22px Georgia,serif;
  font-style: italic;
}

#content h2.Unterzeile span.Autor {
  color: #333;
  margin: 7px 0 8px;
  padding: 0;
  display: block;
  font-style: italic;
}

#content h2.Zwischentitel {
    color: #333;
    font: 20px/28px Georgia,serif;
    margin: 20px 0 0 0;
    padding: 0;
}

#content td {
    vertical-align: top;
}


/* LINKS GLOBAL */
#content a, a:link, a:link, a:link, a:hover, a:active, a:visited {
    background:transparent;
    text-decoration:none;
    outline:none;
    cursor:pointer;
    /* color:#333; */
    color:#333;
}
#content p > a {
    color:#999;
}
#content p > a:hover {
    color:#333;
}
#content a:hover {
    color:#999;
}

ul.hits {
  list-style: outside none none;
  font: 16px/20px Georgia,serif;
}

ul.hits li {
  margin-bottom: 0.9em;
}

.floatright {
  float:right;
}

.floatleft {
  float:left;
}

#blog-griechenland img {
    margin: 0 15px 5px 0;
}
#blog-griechenland td {
    vertical-align: top;
}
#blog-griechenland p {
    margin-top: 0;
}