@charset "UTF-8";

*{
margin:0;
padding:0;
}

body {
background-color:#ffffff;
font-family:arial, helvetica, verdana, sans-serif;
font-size:12px;
margin:0;
padding:0;
text-align: center; /* für IE6 */
}

#flash {
position: absolute;
top: 0;
width: 720px;
height: 560px;
z-index: 9;
overflow: hidden;
}

#html {
position: absolute;
}
	
#tabs {
clear: both;
}

#tabs .tab {
background-color: white;
border:1px solid #c8c8c8;
overflow: auto;
overflow-x: hidden;
}

#tabs .tab .header {
padding: 15px;
}

#logo {
top: 0;
height:89px;
position:absolute;
margin-left: 610px;
width:89px;
z-index:100;
}

#wrapper {
width:720px;
height:560px;
margin:0 auto;
margin-top: 0;
text-align: left; /*Aufheben von IE_quirks im BODY*/
background-repeat: no-repeat;
}

#wrapper_padding {
padding-left:17px;
padding-right:17px;
padding-top:12px;
}

#popup { /* Popup für Warenkorb */
width: 250px;
height: 90px;
padding: 20px;
text-align: center;
background-color:#ffffff;
position:absolute;
z-index:99;
border:1px solid #c8c8c8;
top:200px;
left:35%;
}

h2 {
font-size: 14px;
}

h4 {
font-size:12px;
}

#content {
background-color: white;
}

h1 {
margin-top: 10px;
border-bottom:1px solid #c8c8c8;
color:#000;
font-size:16px;
margin-bottom:12px;
padding-bottom:9px;
}

p {
color:#000;
font-size:12px;
line-height: 1.3em;
}

a {
color:black;
text-decoration: none;
}

a.smallicon {
font-size: 11px;
background:url("/img/shared/icon_doublearrow_right.gif") no-repeat right;
padding-right:12px;
}

a:hover {
text-decoration: underline;
}

.pricebox {
width:142px;
height: 91px;
background: url('/img/shared/pricebox_back.png') no-repeat;
clear:both;
float:right;
}

.pricebox .price {
margin-left: 14px;
margin-top: 12px;
}

.pricebox .price div {
float:left;
}

.pricebox .price .without_tax {
border-right:1px solid #c8c8c8;
margin-right:7px;
padding-right:7px;
}

.pricebox .price strong {
display:block;
font-size:14px;
font-weight: bold;
}

.style_to_basket {
margin-top: -40px;
}

.pricebox .to_basket {
clear:both;
margin-left: 14px;
line-height: 25px;
padding-top: 10px;
padding-bottom: 3px;	
}

.pricebox .to_basket input {
width: 24px;
}

.pricebox .to_basket a {
margin-left:9px;
}

.pricebox .to_basket a img {
padding-top: 1px;
}

.pager {
margin-left:15px;
}

.price .with_tax {
color:#666;
}

.price .without_tax {
color:#a6001f;
}

input {
border:1px solid #dadada;
line-height: 24px;
padding-top: 4px;
padding-bottom: 3px;
}

#splash {
height:138px;
}

#teaser
{
height:105px;
margin-top:16px;
}

#teaser .item
{
background-color:#FFF;
float:left;
margin-left:16px;
cursor: pointer;
height: 105px;
}

#teaser .item.first {
margin-left:0;
}

#teaser .item.image img {
border: 0;
}

.breadcrumb {
background-color: #ffffff;
height: 23px;
width: 100%;
}

.breadcrumb ul {
list-style:none;
margin-left:9px;
}

.breadcrumb ul li a {
background:url("/img/shared/icon_doublearrow_right.gif") no-repeat left;
color:grey;
font-size:11px;
line-height:21px;
margin-right:5px;
padding-left:10px;
text-decoration:none;
}

.breadcrumb ul li a:hover {
color:#000;
}


.icon_sortby { 
background:url("/img/shared/sprite_6x9_sortby.gif");
background-repeat:no-repeat;
display:block;
float:left;
height:9px;
margin-right:5px;
overflow:hidden;
text-indent:-99999px;
width:6px;
}

.default {
background-position:0 0;
}

.down {
background-position:-6px 0;
}

.up {
background-position:-12px 0;
}

a.button_blue, a.button_blue:hover, a.button_blue:visited {
background:url('/img/shared/button_blue_middle.gif');
color:#FFF;
font-size: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 3px;
padding-bottom: 3px;
text-decoration:none;
}

#teaser .price {
margin-top:10px;
}

#content_overlay {
display:none;
}


.breadcrumb ul li {
float:left;
}

.search input {
line-height: 20px;
padding-top: 2px;
padding-bottom: 2px;	
}

.button-basket {
background-image:url('/img/shared/button_to_basket.png');
background-repeat: no-repeat;
width: 30px;
height: 23px;
border: none;
cursor: pointer;
border: 0px solid #FFFFFF;
}

.button-to-shop {
background-image:url('/img/shared/button_to_shop.png');
background-repeat: no-repeat;
width: 124px;
height: 23px;
border: none;
cursor: pointer;
border: 0px solid #FFFFFF;	
}

.button-basket  span, .button-to-shop span {
visibility: hidden;
}

#form {
padding: 20px;
}