html * { font-size: 100.01% }
* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    text-align: left;
    background: #fff;
    font: 100%/130% "Times New Roman",serif !important;
}
a {
    color: #000 !important;
    text-decoration: none;
}
#wrapper a {
    color: #000 !important;
    text-decoration: none;
}
#wrapper a:visited {
    color: #000 !important;
}
#wrapper a:hover {
    color: #000 !important;
}

h2 {
    font: bold 180%/100% "Times New Roman",serif !important;
    color: #000 !important;
}
h3 {
    font: bold 130%/140% "Times New Roman",serif !important;
    color: #000 !important;
}
h4 {
    margin: 0;
    font: bold 110%/140% "Times New Roman",serif !important;
    color: #000 !important;
}

#header {
    display: none;
}

#wrapper {
    width: 17cm !important; /* 21cm minus ca. 3,5-4cm, da die Browser als Druck-Standard einen linken und rechten Seitenrand von ca. 1,5 bis 2cm angeben */
}
/* Klassen
------------------------------------------------------- */
.valid, hr {
    display: none;
}
.clear {
    clear: both;
}
.imgleft {
    float: left;
    margin: 5px 1cm 0 0;
    text-align: right;
}
.imgleft a {
    text-indent: -9999px;
}
.imgright {
    float: right;
    margin: -4px 0 0 0;
}
.mobilcont {
    margin-left: 0;
}
.mobilcontright {
    margin: 0;
}
.blue {
    color: #000 !important;
    font-weight: bold;
}
.orange {
    color: #000 !important;
    font-weight: bold;
}
.stk, .quantity, .wpsc_buy_button {
  display: none;
}
.additional_description {
  display: inline !important;
}

.container:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.container {
 margin: 0 0 1em;
 padding: 2em 0 0 0;
 display: block;
}

/* Holly Hack Targets IE Win only \*/
* html .container {height: 1%;}
       .container {display: block;}
/* End Holly Hack */



/* Textcontainer
------------------------------------------------------- */

.left70 {
    width: 100% !important;
  /* border: 1px solid blue; */
}
.right30 {
    display: none;
    width: 0 !important;
}

#wrapper:before { /* zeigt bei mod. Browsern beim Ausdrucken das Logo am Anfang des Contents*/
    margin: 0 0 1em 0;
    padding: 0 0 0 5px;
    padding-bottom: .5cm;
    display: block;
    content: url(../gfx/cup-service-logo.png)" ";
    }

#wrapper:after { /* zeigt bei mod. Browsern beim Ausdrucken diesen Text am Ende des Contents*/
    margin: 0 0 1em 0;
    padding: .5em 0 0 5px;
    display: block;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    content: "Cup Service GmbH • Hofmannstr. 7 • D-81379 München • Telefon: +49 (0) 89 - 95 83 85 0 • Telefax: +49 (0) 89 - 95 83 85 11 • E-Mail: info@cup-service.de • Internet: http://www.cup-service.de"
}


/* Textcontainer im Footer
------------------------------------------------------- */
#footer {
    display: none;
}