@import url(/media/style/navi.css);
@import url(/media/style/imgscroller.css);
/*** BASIC CSS ***/

* {
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;  
}

html {
  height: 100%;
  overflow-y: hidden;
}


body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  font-size: 11px;
  color: #444444;
  background: #BFBFC3 url(/media/img/bg_body.gif) repeat-x left top;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  margin: 0;
  padding: 0;
}

h1 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
}

h1.detail {
  font-size: 12px;
  font-weight: bold;
}

h1.detail span.date {
  display: block;
  font-weight: normal;
}

h2 {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}

h3, h4 {
  font-size: 100%;
  font-weight: bold;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}

img {
  border: 0;
}

a {
  text-decoration: underline;
  color: #444444;
}

a:focus, a:hover, a:active {
  color: #B23644;
}

h2 a,
h3 a,
strong a {
  text-decoration: none;
}

strong a img {
  float: none!important;
  display: inline!important;
  margin: 0!important;
  padding: 0 0 3px 0!important;
  border: 0!important;
  vertical-align: middle;
}

a .mime {
  color: #E2001A;
}

.hr {
  clear: both;
  height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px dashed #C3C5C9;
}

.hr hr {
  display: none;
}

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  position: relative;
  display: block;
  margin: 0 0 7px 0;
  padding: 0 0 0 10px;
  background: url(/media/img/li.gif) no-repeat left 5px;
}

table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid #C3C5C9;
  border-width: 1px;
}

table.noborder {
  border: 0;
}

th, td {
  padding: 10px 10px 10px 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #C3C5C9;
  border-width: 0 1px 1px 0;
}

table.noborder tr.last th, table.noborder tr.last td {
  border-bottom: 0;
}

table.noborder th.last, table.noborder td.last {
  border-right: 0;
}

th {
  font-size: 12px;
  border-bottom: 0;
  background: #EAEBEF;
}

form {
  margin: 0;
  padding: 0;
}

input {
  vertical-align: middle;
}

input.clickbox {
  position: relative;
  top: -1px;
  left: -3px;
}

label.clickbox {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
}

label.clickbox.info {
  width: auto;
  float: left;
  margin: 3px 20px 0 0;
}

label.clickbox input.clickbox {
  position: absolute;
  top: -3px;
  left: -4px;
}

label.more {
  display: inline;
}

label strong {
  display: block;
  margin-bottom: 5px;
}

textarea {
  font-size: 100%;
  width: 458px;
  margin: 0;
  padding: 5px;
}

select {
  padding: 0;
  margin: 0;
}

select,
.select {
  height: 18px;
  line-height: 18px;
  font-size: 100%;
}

input.text,
textarea,
select,
.select,
.select .options {
  border: 1px solid #D7D7D7;
  border-top-color: #A0A0A0;
  border-bottom-color: #E9E9E9;
  background: #FFFFFF;
}

.select {
  background-image: url(/media/img/dropdown.gif);
  cursor: pointer!important; 
}

.select .value {
  margin-right: 20px; 
}

.select .option.selected,
.select .option:hover {
  background: #EEEEEE;
}

button {
  position: relative;
  height: 25px; 
  margin: 0 0 -3px -2px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer!important; 
}

button div {
  position: relative;
  float: left;
  height: 25px; 
  line-height: 22px;
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 2px;
  vertical-align: top;
  font-size: 11px;
  text-align: left;
  background: url(/media/img/bg_button_l.gif) no-repeat left top;
}

button div strong {
  position: relative;
  display: block;
  float: left;
  height: 25px; 
  line-height: 22px;
  margin: 0;
  padding: 0 20px 0 0;
  vertical-align: top;
  white-space: nowrap;
  background: url(/media/img/bg_button_r.gif) no-repeat right top;
}

button img {
  display: block;
}

.clearer {
  clear: both;
}

/* BASIC */

#page {
  position: relative;
  width: 970px;
  margin: 0 auto 0 auto;
  background: #FFFFFF url(/media/img/bg_page.gif) repeat-x left top;
}

#header {
  height: 138px;
}

#header h1 {
  position: absolute;
  top: 22px;
  left: 36px;
}

#main {
  width: 100%;
  padding-top: 80px;
  background: url(/media/img/bg_main.gif) no-repeat 53px top;
}

#specialteaser {
  position: relative;
  margin: -80px 0 30px 0;
}

#content {
  position: relative;
  float: right;
  width: 470px;
  right: 250px;
  margin-bottom: 30px;
}

#content.nonavi {
  float: none;
  width: 910px;
  right: -30px;
}

#marginal {
  position: relative;
  float: right;
  width: 200px;
  left: 450px;
  margin-bottom: 30px;
}

#info {
  position: relative;
  float: left;
  width: 200px;
  left: 20px;
  margin-bottom: 30px;
}

#quicksearch {
  position: absolute;
  top: 109px;
  right: 15px;
}

#quicksearch input {
  width: 130px;
  height: 20px;
  padding: 2px 0 0 10px;
  vertical-align: middle;
  border: 0;
  background: transparent url(/media/img/bg_quicksearch_l.gif) no-repeat left center;
}

#quicksearch button {
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: transparent url(/media/img/bg_quicksearch_r.gif) no-repeat left center;
}

#quicksearch button span {
  display: none;
}


#footer {
  clear: both;
  margin: 0 20px 0 20px;
  padding: 4px 0 30px 15px;
  border-top: 2px solid #C3C5C9;
}

#printctrl {
  position: fixed;
  z-index: 100;
  width: 205px;
  height: 55px;
  right: 50px;
  top: -60px;
  padding: 0 0 0 5px;
  background: #FFFFFF url(/media/img/bg_box_vip_b.gif) no-repeat center bottom;
}

* html #printctrl {
  position: absolute;
}

#printctrl button {
  display: block;
  float: left;
  width: 100px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  background: #F6F6F6;
}

#printctrl button img {
  display: block;
  margin: 0 auto 0 auto;
}

#login {
  position: absolute;
  width: 65px;
  height: 30px;
  right: 22px;
  top: 50px;
}

#login a.opener,
#login a.closer {
  display: block;
  width: 65px;
  height: 30px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: url(/media/img/bg_login.png) no-repeat;
}

* html #login a.opener,
* html #login a.closer {
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_login.png, sizingMethod=crop);
}

/* Contentelemente */

.box {
  position: relative;
  border: 1px solid #D5D6D9;
  margin-bottom: 30px;
  padding-top: 51px;
  background: url(/media/img/bg_box.gif) repeat-x left bottom;
}

.box h3 {
  position: absolute;
  width: 170px;
  height: 37px;
  top: 0;
  margin: 0;
  padding: 13px 14px 0 14px;
  line-height: 12px;
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  background: url(/media/img/bg_box_t.gif) no-repeat center -5px;
}

.box h3 img {
  position: absolute;
  right: 15px;
  top: -4px;
}

.box .boxcontent {
  position: relative;
  padding: 0 14px 14px 14px;
}

.box.vip {
  width: 210px;
  left: -5px;
  margin-right: -10px;
  border: 0;
}

.box.vip h3 {
  padding: 18px 20px 0 20px;
  background: url(/media/img/bg_box_vip_t.png) no-repeat center top;
}

* html .box.vip h3 {
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_box_vip_t.png, sizingMethod=crop);
}


.box.vip h3 img {
  right: 20px;
  top: -1px;
}

.box.vip .boxcontent {
  position: relative;
  padding: 0 20px 20px 20px;
  background: url(/media/img/bg_box_vip_b.gif) no-repeat center bottom;
}

.box select {
  display: block;
  width: 100%;
}

#marginal .hr {
  height: 2px;
  margin-bottom: 10px;
}

#storesearch .boxcontent {
  height: 100%;
  background: url(/media/img/bg_storesearch.gif) no-repeat center bottom;
}

.imgtext {
  clear: both;
}

.imgtext .textblock {
  float: right;
  width: 300px;
}

.imgtextcontent {
  clear: both;
}

.imgblock {
  float: left;
  margin: 2px 15px 0 0;
}

.imgblock.right {
  float: right;
  margin: 2px 0 0 15px;
}

.imgblock span {
  margin-top: -5px;
  display: block;
  font-size: 10px;
  color: #444444;
}

.box .imgblock {
  float: none;
  margin: 0;
}

.multicol .imgblock {
  float: none;
  width: 155px;
}

.imgtext .imgblock {
  margin: 2px 0 0 0;
}

.imgblock a {
  display: block;
}

.imgblock img {
  display: block;
  margin: 0 0 10px 0;
  padding: 2px;
  border: 1px solid #C3C5C9;
}

.imgblock a:focus img, .imgblock a:hover img, .imgblock a:active img {
  border-color: #B23644;
}


.imgtext .imgblock img {
  margin: 0 auto 0 auto;
}

.box .imgblock img {
  margin: 0;
}

.imgtext.intro h2,
.imgtext.product h2 {
  margin-top: -2px;
  font-size: 18px;
  font-weight: normal;
}

.imgtext.teaser .textblock {
  float: right;
  width: 335px;
}

.imgtext.teaser .imgblock {
  width: 120px;
}

.imgtext.product {
  position: relative;
  width: 700px;
  left: -230px;
  margin-right: -300px; /*ie6*/
}

.imgtext.product .textblock {
  float: right;
  width: 450px;
  padding-right: 20px;
}

.imgtext.product .imgblock {
  width: 210px;
}

.imgtext.product .imgblock img {
  margin: 0 5px 0 0;
}

.imgtext.product .imgblock .thumbs img {
  float: left;
}


.multicol {
  clear: both;
}

/*
.multicol * {
  position: relative;
}
*/
.multicol .col {
  width: 220px;
}

.multicol .col.odd {
  clear: both;
  float: left;
}

.multicol .col.even {
  float: right;
}

* html .multicol .col {
  margin-bottom: 5px;
}

*+html .multicol .col {
  margin-bottom: 5px;
}

* html .multicol .col.even {
  float: none;
  margin-left: 8px; 
}

*+html .multicol .col.even {
  float: none;
  margin-left: 8px; 
}

.multicol.specs .col.even {
  text-align: right;
}

form .data,
form .data p {
  clear: both;
}

.data {
  margin-right: -50px;
  width: 470px;
}

.data.compact {
  width: 480px;
  padding-top: 15px;
}

.data.compact label {
  position: relative;
  float: left;
  width: 150px;
  margin: 0 10px 10px 0;
}

.data.compact label.clickbox {
  width: 130px;
  padding-left: 20px;
}

.data.compact label.clickbox {
  width: 130px;
}

.data .multicol .col label.text {
  display: block;
}

/** label-input zweizeilig **/
 *.data .multicol label.text span,
.data .multicol input.text,
.data .multicol select {
  display: block;
  margin-bottom: 2px;
}

.data .multicol input.text {
  width: 218px;
}

.data .multicol select {
  width: 220px;
}

/** /label-input zweizeilig **/

/** label-input einzeilig **/
/*
.data .multicol label.text span {
  float: left;
  width: 60px;
  margin-top: 2px;
}

* html .data .multicol label.text span {
  width: 56px;
}

*+html .data .multicol label.text span {
  width: 58px;
}

.data .multicol label.text input.text,
.data .multicol input.text {
  float: right;
  width: 158px;
  margin: 0 0 10px -10px;
}
*/
/** /label-input einzeilig **/

.submitrow {
  clear: both;
  padding-top: 10px;
  text-align: right;
}

.submitrow span {
  float: left;
}

.data.roller {
  margin-bottom: 20px;
}

.rollerbox {
  position: relative;
  width: 100%;
}

.roller .toggle {
  position: relative;
  clear: both;
  height: 30px;
  margin-top: -30px;
  border-bottom: 1px dashed #C3C5C9;
  background: url(/media/img/link_toggle_d.gif) no-repeat right center;
}

.roller .toggle.open {
  height: 30px;
  background-image: url(/media/img/link_toggle_u.gif);
}

strong.mandatory {
  display: inline;
  font-weight: normal;
  color: #E2001A;
}

table.events td {
  vertical-align: middle;
}

table.events td.event {
  width: 50%;
}

table.events td.event img {
  float: right;
  margin-left: 10px;
}

table.events td.event strong a {
  clear: both;
  display: block;
}

.scrollerbox {
  position: relative;
  float: right;
  width: 700px;
  left: -20px;
  margin-bottom: 10px;
}

#scroller.scrollerbox {
  left: -230px;
  margin-right: -300px; /*ie6*/
  float: none;
}

#multiscroller.scrollerbox {
  top: -30px;
}

.scrollerheader {
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  margin: 0 0 -1px 0;
  padding: 0 20px 0 20px;
  text-align: right;
  background: #FFFFFF url(/media/img/bg_scrollerheader.gif) no-repeat center top;
  border: 1px solid #C3C5C9;
  border-bottom: 0;
}

.scrollerheader .choices,
.scrollerheader h2,
.scrollerheader h4 {
  float: left;
}


#filterbox {
}

#filterbox h2 {
  margin: 5px 5px 20px 10px;
  font-size: 16px;
  color: #555555;
}

#filterbox h3 {
  margin-bottom: 20px;
  padding: 0 5px 5px 10px;
  font-size: 12px;
  border-bottom: 1px dashed #C3C5C9;
}

.filterbox {
  position: relative;  
  height: 130px;
  margin-bottom: 30px;
  padding: 20px 0 10px 15px;
  border: 1px solid #C3C5C9;
  overflow-x: hidden;
  overflow-y: auto;
}

.filterbox label {
  width: 140px;
}

.pager {
  clear: both;
  padding: 5px 0 5px 0;
  text-align: right;
  border: 1px dashed #C3C5C9;
  border-width: 1px 0 1px 0;
}

.pager .info {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
}

.pager .ctrl * {
  vertical-align: middle;
}

.pager .ctrl a {
  text-decoration: none;
  color: #E2001A;
}

.pager .ctrl a:focus, .pager .ctrl a:hover, .pager .ctrl a:active {
  text-decoration: underline;
}

#search,
#watchlist {
  position: relative;
  width: 685px;
  left: -215px;
  margin-bottom: 10px;
  margin-right: -300px; /*ie6*/
}

#search form {
  height: 35px;
}

#search form div {
  float: left;
  height: 18px;
  border: 1px solid #D7D7D7;
  border-top-color: #A0A0A0;
  border-bottom-color: #E9E9E9;
}

#search input.text {
  height: 16px;
  border: 0;
  vertical-align: top;
  background: none;
}

#search button {
  height: 16px;
  margin: 0;
  padding: 0;
  background: none;
}

#searchresult {
  border: 1px solid #C3C5C9;
}

#searchresult .header,
#searchresult .content,
#searchresult .footer {
  height: 100%;
  padding: 10px 15px 10px 15px;
  border: 0;
}

#searchresult .header,
#searchresult .footer {
  background: #EAEBEF;
}

#searchresult .content {
  margin: 5px 0 10px 0;
}

#searchresult .header h2 {
  float: left;
  margin: 2px 15px 0 0;
  padding: 0;
  font-size: 16px;
}

#searchresult .header .info,
#searchresult .footer .info {
  margin-top: 2px;
}

#searchresult .header .info span,
#searchresult .header .info strong {
  display: block;
  float: left;
  margin: 4px 5px 0 0;
}

#watchlist h2 {
  margin-bottom: 15px;  
  padding: 10px 0 10px 0;
  font-size: 100%;
  border: 1px dashed #C3C5C9;
  border-width: 1px 0 1px 0;
}

#watchlist h3 {
  font-size: 12px;
}

#watchlist .imgtext .imgblock img {
  padding: 0;
  border: 0;
}

#watchlist .imgtext .textblock {
  width: 400px;
  padding: 15px 120px 0 0;
}

#watchlist form {
  width: 562px;
}

.preview {
  position: relative;
  width: 520px;
  margin-right: -50px;
  padding-top: 10px;
}

.preview .header {
  height: 25px;
  width: 470px;
  text-align: right;
}

.preview .header h3 {
  float: left;
  font-size: 12px;
}

.preview .imgblock {
  width: 95px;
  height: 74px;
  margin: 0 30px 10px 0;
  text-align: center;
  overflow: hidden;
}

.preview.productlist .imgblock {
  height: 150px;
}

.preview .imgblock img {
  padding: 1px;
}

.productlist {
  padding-top: 30px;
}

.productlist .imgblock {
  margin-bottom: 30px;
}

.productlist .imgblock img {
  padding: 0;
  border: 0;
}

.pagenavi {
  clear: both;
  padding-top: 10px;
  border-top: 1px dashed #C3C5C9;
}

.teaser .pagenavi {
  margin-top: -10px;
  padding-top: 0;
  border: 0;
}

.pagenavi div {
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px dashed #C3C5C9;
}

.pagenavi .prev {
  float: left;
}

.error {
  font-size: 12px;
  color: #E2001A;
}

#popup {
  position: absolute;
  top: 0;
  padding: 20px;
  border: 1px solid #C3C5C9;
  background: #FFFFFF;
}

#sitemap {
}

#sitemap .block {
  width: 260px;
  float: left;
  margin-right: 38px;
}

#sitemap ul {
  margin: 0;
  padding: 0;
}

#sitemap ul li {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  background: none;
}

#sitemap ul li a {
  display: block;
  line-height: 29px;
  margin-bottom: 12px;
  text-decoration: none;
  border: 1px solid #C3C5C9;
  border-width: 1px 0 1px 0;
}

#sitemap ul li.childs a {
  border-bottom-style: dashed;
}

#sitemap ul li a span {
  padding-right: 12px;
  background: url(/media/img/sitemap_e1.gif) no-repeat right center;
}

#sitemap ul li.childs a span {
  background: url(/media/img/sitemap_e1_open.gif) no-repeat right center;
}

#sitemap ul li ul li {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 11px;
}

#sitemap ul li ul li.childs {
  margin-bottom: 15px;
}

#sitemap ul li ul li a {
  line-height: 17px;
  margin-bottom: 0;
  border: 0;
}

#sitemap ul li.childs ul li a span {
  padding-right: 10px;
  background-image: none;
}

#sitemap ul li.childs ul li.childs a span {
  padding-right: 10px;
  background-image: url(/media/img/sitemap_e2_open.gif);
}

#sitemap ul li ul li ul li {
  margin: 0;
  font-weight: normal;
}

#sitemap ul li ul li ul li a span {
  background: none!important;
}

#info404 .block {
  position: relative;
  float: left;
  width: 350px;
  padding: 0 25px 0 25px;
}

#info404 .block img {
  position: absolute;
  left: 0;
  top: 7px;
}

.ajaxloader {
background-image: url(/media/img/loading.gif);
width: 16px;
height: 16px;
}

#bubble {
  position: absolute;
  z-index: 100;
  width: 535px;
  left: 225px;
  top: 250px;
  padding-top: 3px;
  background: url(/media/img/bg_bubble_shade_t.png) no-repeat left top;
}

* html #bubble {
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_bubble_shade_t.png, sizingMethod=crop);
}

#bubblecontent {
  position: relative;
  width: 470px;
  padding: 25px;
  background: url(/media/img/bg_bubble_shade_s.png) repeat-y left top;
}

* html #bubblecontent {
  overflow: hidden;
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_bubble_shade_s.png, sizingMethod=scale);
}

#bubblefooter {
  position: relative;
  width: 520px;
  height: 7px;
  bottom: 0px;
  background: url(/media/img/bg_bubble_shade_b.png) no-repeat left top;
}

* html #bubblefooter {
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_bubble_shade_b.png, sizingMethod=crop);
}

#bubblearrow {
  position: absolute;
  z-index: 100;
  width: 21px;
  height: 41px;
  right: 0;
  background: url(/media/img/bg_bubble_arrow_r.png) no-repeat left top;
}

* html #bubblearrow {
  right: -1px;
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/img/bg_bubble_arrow_r.png, sizingMethod=crop);
}

#bubblecloser {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 30px;
  top: 13px;
  background: url(/media/img/link_closer.gif) no-repeat left top;
}

.loginform {
}

.loginform .submitrow {
  text-align: left;
}

.loginform .submitrow button {
  display: block;
  margin-bottom: 20px;  
}

.loginform .submitrow strong {
  display: block;
  margin-bottom: 5px;  
}

#quicklogin {
  position: absolute;
  z-index: 200;
  width: 406px;
  height: 160px;
  right: 13px;
  top: 4px;
  background: url(/media/img/bg_quicklogin.png) no-repeat;
}

/*
* html #quicklogin {
  background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/bg_quicklogin.png, sizingMethod=image);
}
*/

* html #quicklogin {
  background: url(/media/img/bg_quicklogin~1.gif) no-repeat;
}


#quicklogin .loginform {
  margin: 0 20px 0 20px; 
}

#quicklogin .loginform .submitrow {
  position: relative;
  width: 100%;
  padding: 0;
  line-height: 0;
  text-align: right;
}

#quicklogin .loginform .submitrow button {
  display: block;
  float: left;
}

#quicklogin .loginform .submitrow strong {
  display: block;
  float: left;
}

#quicklogin .loginform .submitrow strong a {
  position: relative;
  display: inline;
  top: 8px;
  margin-left: 20px;
  font-size: 11px;
}

* html #quicklogin .loginform .submitrow strong a {
  top: 4px;
}

*+html #quicklogin .loginform .submitrow strong a {
  top: 4px;
}

#quicklogin .loginform p {
  position: relative;
  float: right;
  width: 160px;
  right: 30px;
  margin: 16px 0 0 0;
}

#quicklogin .loginform .data, 
#quicklogin .loginform .data * {
  position: relative; 
  clear: left;
  width: 160px;
}

#quicklogin .loginform .data p {
  right: auto;
  margin: 0 0 10px 0;
}

#quicklogin .loginform .data label span {
  position: relative;
  display: block;
  float: none;
}

#quicklogin .loginform .data input {
  margin: 0; 
}

#quicklogin .closer {
  position: absolute;
  z-index: 10000;
  width: 13px;
  height: 13px;
  right: 20px;
  top: 10px;
  background: url(/media/img/link_quicklogin_closer.gif) no-repeat;  
}

.legend .boxcontent div {
  margin-bottom: 3px;
}

.legend .boxcontent div * {
  vertical-align: middle;
}

.nospace {
  padding: 0!important;
  margin: 0!important;
}