/**
* @section encoding, section-list, info for fonts and colors
*
*
* @appdef TYPO3
* @package TYPO3-mareike-shop
*
* @see     http://cssdoc.net/

== Ueberschriften zu den einzelnen Stilen ==
gilt NICHT für small.html
gilt NUR für small.html
gilt für ALLE Bereiche inklusive small.html
für Hauptnavigation vertikal - nur Ebene ZWEI
für Hauptnavigation vertikal - nur Ebene DREI
für Galerie - Auswahl der Bilder
tt_products - singleView_details
td_newsletter
Struktur Basis-HTML-Template
Portfolio - Multicolumn
Shop - List
Shop - Maßtabelle(n)
Shop - Basket
Anpassungen InternetExpl Extra-Wurst

== Gesamt-Hoehe-Angaben ==
singleView_details_description - height gives the height for the whole table left side
shop-detail-mass-buttons - height for the buttons-container on right side
shop-detail-mass-container - gives the height for the whole table right side

==Elementgroessen ==
- 346px für Hauptcontent
- Höhe 2048 in "#skeleton_rightspacer" !!


== Schriftgrößen ==
- 6.5pt für kleine Dinge
- 8.5pt als Standard
- 9pt wenn etwas größer nötig
- font-family: Arial, Helvetica, sans-serif;

* Farben:
* @colordef #dc0068; pink; Schmuckfarbe
* @colordef #000000; schwarz; Text
* @colordef #a09ea1; dunkelgrau
* @colordef #cccccc; mittelgrau
* @colordef #E8E8E8; hellgrau
* @colordef #ffffff; weiß
*/

/**
* @section gilt NICHT für small.html !!
*/
body {
  color:#333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt; /* gilt nur Rand */
  font-style: normal;
  font-weight: normal;
  margin: 0;
  background-color:#E8E8E8;
 }

.alignright { float: right;
}

body#portfolio {
  margin: 50px 0 0 20px;
  padding: 0;
  background-color:#ffffff;
}


/**
* @section gilt NUR für small.html !!
*/
body.small {
  float:left;
  background-color:#ffffff;
 }

/**
* @section gilt NUR für shopdetail.html !!
*/
body.shopdetail {
  float:left;
  background-color: #E8E8E8;
 }

h1, h2, h3,
.standard,
.tt_products_basket h2,
.tt_products_basket_required_info_missing h2,
.tt_products_basket_payment h2,
.tt_products_order_confirmation h2,
.tt_products_tracking_display_info h2 {
    font-size: 8.5pt;

    margin: 15px 0 0 0;
    padding: 0;
}

.big {
  font-size: 13.5pt;
}


/**
* @section default für z.B. Kontaktform
*/
TABLE, TD {
  font-size: 8.5pt;
}

form table tr td {
  font-size: 8.5pt;
  text-align:left;
}

form table tr td font b {
  color:#000000;
  font-family: Arial, Helvetica, sans-serif;
}

INPUT, SELECT, TEXTAREA {
  font-size: 8.5pt;
}

div.tx-thexttable-pi1{
  font-size: 8.5pt;
}

form#mailform fieldset label
{
  display: block;
  width: 60px;
  float: left;
}

/**
* @section gilt für ALLE Bereiche inklusive small.html
*/
.underline 
{
  text-decoration:underline
}

 a
 {
   color:#333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
 
a.lang
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
  font-weight: normal;
  color: #A19FA3;
  text-decoration: none;
 }

a.langCUR
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
  font-weight: normal;
  color: #A19FA3;
  text-decoration: none;
 }
 
a.lang_soft
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
  font-weight: normal;
  color: #E8E8E8;
  text-decoration: none;
 }


/**
* @section für Hauptnavigation vertikal - nur Ebene ZWEI
*/
div.nav2ebene1 {
  position: relative;
  top: -8px;
}

a.nav2 
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
 
 }

a.nav2:link 
 {
  color: #000000;
  text-decoration: none;
 }

a.nav2:visited 
 {
  text-decoration: none;
  color: #000000;
 }

a.nav2:hover 
 {
  text-decoration: none;
  color: #DE0067;
}

a.nav2:active 
 {
  text-decoration: none;
   color: #DE0067;
 }

a.nav2CUR 
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: bold;
  text-transform: uppercase;
  color: #DD0067;
  text-decoration: none;
 
 }
 
a.nav2CUR:link 
 {
  color: #DD0067;
  text-decoration: none;
 }

a.nav2CUR:visited 
 {
  text-decoration: none;
  color: #DD0067;
 }

a.nav2CUR:hover 
 {
  text-decoration: none;
  color: #DD0067;
}

a.nav2CUR:active 
 {
  text-decoration: none;
  color: #DD0067;
 }

ul {
  margin-top: 5px;
  margin-bottom: 0px;
}
ol {
  margin-top: 5px;
  margin-bottom: 0px;
}


/**
* @section für Hauptnavigation vertikal - nur Ebene DREI
*/
a.nav2ebene2 
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
 
 }
 
a.nav2ebene2:link 
 {
  color: #000000;
  text-decoration: none;
 }

a.nav2ebene2:visited 
 {
  text-decoration: none;
  color: #000000;
 }

a.nav2ebene2:hover 
 {
  text-decoration: none;
  color: #DE0067;
}

a.nav2ebene2:active 
 {
  text-decoration: none;
   color: #DE0067;
 }

a.nav2ebene2CUR 
 {
   font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #DD0067;
  text-decoration: none;
 
 }
 
a.nav2ebene2CUR:link 
 {
  color: #DD0067;
  text-decoration: none;
 }

a.nav2ebene2CUR:visited 
 {
  text-decoration: none;
  color: #DD0067;
 }

a.nav2ebene2CUR:hover 
 {
  text-decoration: none;
  color: #DD0067;
}

a.nav2ebene2CUR:active 
 {
  text-decoration: none;
  color: #DD0067;
 }


/**
* @section für Galerie - Auswahl der Bilder
*/
.gallery-eyecatcher {
    margin-top: 30px;
  color: #dc0068;
  font-size: 8.5pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

img.click-enlarge-image {
}

div.click-enlarge {
  padding-top: 5px;
  text-align: right;
}

div.click-enlarge a {
  /*
  width: 25px;
  height: 21px;
  */

  /*
  background-repeat: no-repeat;
  padding-left: 32px;
  padding-bottom: 10px;
  */
}

a.nav3 
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  text-align: right;
 
 }
 
a.nav3:link 
 {
  color: #000000;
  text-decoration: none;
 }

a.nav3:visited 
 {
  text-decoration: none;
  color: #000000;
 }

a.nav3:hover 
 {
  text-decoration: none;
  color: #DE0067;
}

a.nav3:active 
 {
  text-decoration: none;
   color: #DE0067;
 }

a.nav3CUR 
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-weight: normal;
  text-transform: uppercase;
  color: #DD0067;
  text-decoration: none;
  text-align: right;
 
 }
 
a.nav3CUR:link 
 {
  color: #DD0067;
  text-decoration: none;
 }

a.nav3CUR:visited 
 {
  text-decoration: none;
  color: #DD0067;
 }

a.nav3CUR:hover 
 {
  text-decoration: none;
  color: #DD0067;
}

a.nav3CUR:active 
 {
  text-decoration: none;
  color: #DD0067;
 }
 
td {
  color:#333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  font-style: normal;
  font-weight: normal;
  
 }
 
#grauerkasten_vorschau
 {
  background-color: #A19FA3;
  
  color: #FFFFFF;
  width: 76px;
  text-align: center;
  font-weight: normal;
  font-size: 8.5pt;
  padding-top:6px;
  padding-bottom:6px;

  }
 
 #grauerkasten_abstand_vertikal_vorschau
 {
  padding-bottom: 14px;

  }
  
 #grauerkasten_abstand_horizontal_vorschau
 {
  padding-left: 13px;

  }
 
.text_ausverkauft_vorschau
  {
  font-weight:normal;
  color: #DD0067;
   }

  
TD#balken_schmal_basket  
{
  
  /* nur zusätzlich per style hinzufügen: text-align:left;  */
  background-color:#E8E8E8;
  padding-left:5px;
  padding-top:2px;   
}
  
TD#basket_content
{
  
  /* nur zusätzlich per style hinzufügen: text-align:left;  */
  padding-left:5px;
  padding-top:2px;   
}


#balken_breit_basket  
{
  
  width:200px; 
  background-color: #E8E8E8; 
  padding-top:2px;
  padding-left:5px;
}
 

 
#balken_preis_basket  
{
  background-color:#E8E8E8;
  text-align:right; 
  padding-top:2px; 
  padding-right:4px;

}
 
#balken_preis_basket_weiss 
{
  background-color:#FFFFFF;
  text-align:right; 
  padding-top:2px; 
  padding-right:4px;
  padding-left:4px;
}

#balken_gesamtbetrag 
{

  text-align:left; 
  background-color:#E8E8E8;
  padding-top:2px; 
  
  padding-left:5px;
}
 
div.nav2ebene1
 {
   padding: 8px 3px 3px 0px;
  
 }


 div.nav2ebene2
 {
 padding: 0px 3px 11px 8px;
 font-weight:normal;

 }
 
 div.nav2ebene3
 {
  padding-left:20px;
 font-weight:normal;
 }

table#basket_table
{
}

#skeleton_minibasket_content_table
{
}

.basket_bestellschritt_r
{
  border:2px solid #EDEDED;
  background-color:#EDEDED;
}

.basket_bestellschritt_ACT
{
  width:79px;
  height:14px;
  background-color:#EDEDED;
  color:#A9A9A9;
  text-align:center;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.basket_bestellschritt_NO
{
  background-color:#ffffff;
  color:#A9A9A9;
  width:79px;
  height:14px;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

.basket_bestellschritt_content
{
  text-align:left;
  padding:2px 5px 0px 5px;
  color:#A6A6A6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
}

#skeleton_contentsmall
{
}

#tuning_minibasket_iframe
{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  height:25px;
}

div#impressum
 {
  position:absolute;
  top:20px;
  width:85px;
  height:130px;
  right: 700px;
  z-index: 9;
  text-align:right;
  }

a#impressum
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  }

a#impressum:hover
 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6.5pt;
  font-weight: normal;
  color: #DE0067;
  text-decoration: none;
  }


/**
* @section Shop - Detailansicht - details on left side
*/
div.ListView-Product-Size, div.ListView-Product-SoldOut {
  text-transform: uppercase;
  background-color:#ccc;

  height:19px;
  padding-top:3px;
}

div.ListView-Product-SoldOut {
  font-size: 7.0pt;
}

.ListView-Product-Container {
  padding-right:14px;
  padding-bottom:14px
}

.ListView-Product-Container_last {
  padding-bottom:14px
}

.ListView-Product-PopUpLink {
  padding: 0;
  margin: 0;
}

td.product a.ListView-Product-PopUpLink {
  text-decoration: underline;
}

div.tt_products_minibasket {
  padding: 0;
  margin: 0;
}

.basket_priceLink_txt {
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

a.basket_priceLink {
  position: relative;
  left: 0;
  top: 0;

  font-size: 8.5pt;
}

div#content_masstab_container {
  width:346px;
  height:577px; /* DIES ist skeleton_detail_massAll  !! */
  background-color:#ffffff;
}

table#content_product_container {
  font-size: 8.5pt;
}

td#skeleton_product_height2{
  height:217px;
  /* border:1px solid red; */
}

div#tuning_detail_product_beforeButtons {
  height:25px; /* SEHR wichtige Stellschraube für Button-Positionierung */
  /* background-color:red; */

  /* Microsoft extra-sausage */
  clear: both;
  float: none;
  line-height: 0;
  font-size: 0.1px;
}

div#tuning_detail_masstab_beforeNavigation {
  height:13px; /* SEHR wichtige Stellschraube für Nav-Positionierung */
  /* background-color:red; */
}

td.popup_close_box {
  background-color: #A19FA3;
}

td.popup_close_box a.popup_close div {
  color: #E8E8E8;
  text-decoration: none;
  font-weight:normal;
  font-size:8.5pt;
}

td.popup_close_box a.popup_close:hover div {
  color: #ffffff;
}

div#content_productnote{
  padding-left:5px;
  padding-right:5px;
  font-size: 9pt;
}

div#tuning_detail_aboveAll {
  height:8px;
}

div#tuning_detail_masstab_spaceToBorder {
  /* origin width:125px; */
  width:25px;
}


/**
* @section tt_products - singleView_details
*
* must have THE SAME with: singleView_image2, singleView_details_prodNumber, singleView_details_eyecatcher, singleView_details_description
*/
td.singleView_image2 {
    background-color: #ffffff;
    vertical-align: top;
    
    width: 250px;
    height: 346px;
    
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #cccccc;
}
/* the two on right side MUST have a width */
td.singleView_imageWithFullBorder {
    background-color: #ffffff;
    
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #cccccc;
}

/* must have THE SAME with: singleView_image2, singleView_details_prodNumber, singleView_details_eyecatcher, singleView_details_description */
td.singleView_details_white {
    background-color: #ffffff
}

td.singleView_details_prodNumber {
    background-color: #a09ea1;
    font-size: 14pt; /* von 19pt auf 14pt */
    vertical-align: top;
    text-transform:uppercase;
    color: black;
    font-weight:normal;
    
    width: 250px;
    padding-left:0px;
    height: 30px;

    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #cccccc;
    
}

/* must have THE SAME with: singleView_image2, singleView_details_prodNumber, singleView_details_eyecatcher, singleView_details_description */
td.singleView_details_eyecatcher {
    background-color: #a09ea1;
    font-size: 14pt; /* von 17pt auf 14pt */
    vertical-align: top;
    color: #ffffff;
    font-weight:normal;
    
    width: 250px;
    height: 40px;
    padding-left:7px;

    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #cccccc;
}

td.singleView_details_title {
    background-color: #ffffff;
    vertical-align: middle;
    font-size: 8.5pt;
    font-weight:bold;
    text-transform:uppercase;   
    
    padding-right:5px;
    height:17px;
}

td.singleView_details_text {
  background-color: #ffffff;
  vertical-align: middle;
  vertical-align: top;
  font-size: 9pt;
    
    height:17px;    
}

/* must have THE SAME with: singleView_image2, singleView_details_prodNumber, singleView_details_eyecatcher, singleView_details_description */
/* singleView_details_description - height gives the height for the whole table */
td.singleView_details_description {
    background-color: #a09ea1;
    font-size: 8.5pt; /* von 6.5pt auf 8.5pt */
    vertical-align: top;
    font-weight:bold;
    color: #ffffff;
    
    width: 243px;
    height: 160px;
    padding-left:7px;
    padding-right:7px;

    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #cccccc;    
}

td.singleView_details_listContainer {
    background-color: #ffffff;

    width: 190px;    
}

td.singleView_details_spacerXWhite {
    background-color: #ffffff;

    width:11px;    
}

td.singleView_details_spacerYWhite {
    background-color: #ffffff;

    width:7px;
    height:7px;    
}

td.singleView_details_buttons {
    background-color: #ffffff;
    vertical-align: bottom;

    width: 190px;
    height:50px;
}

td.singleView_details_spacerXBackground {
    border-color: #cccccc;    

    width:11px;    
}


/**
* @section Shop - Detailansicht - details left side
*/
#shop-detail-mass-container {
}

#shop-detail-mass-tab {
    background-color: #ffffff;
}

#shop-detail-mass-infobox {
}

/* background-color behind content and buttons on right side */
/* shop-detail-mass-container - gives the height for the whole table right side */
#shop-detail-mass-container{
    background-color: #ffffff;

    height: 591px;
}

/* shop-detail-mass-buttons - height for the buttons-container on right side */
#shop-detail-mass-buttons {
    height: 78px;
}

#content_masstab_1, #content_masstab_2, #content_masstab_3, #content_masstab_4, #content_masstab_5 {
    background-color: #ffffff;
    margin-left: 5px;
}

#shop-detail-mass-tab font b {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    font-weight: bold;
    text-transform: uppercase;   
    margin-left: 5px;
}

#content_masstab_1 div table.imgtext-table tr td img {
    position: relative;
    left: -5px;
}



#content_masstab_1 p, #content_masstab_2 p, #content_masstab_3 p, #content_masstab_4 p, #content_masstab_5 p {
    margin-left: 5px;
}

#content_masstab_1 font, #content_masstab_2 font, #content_masstab_3 font, #content_masstab_4 font, #content_masstab_5 font {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.5pt;
    font-weight: normal;
}


/**
* @section td_newsletter
*/
div.tx-tdnewsletter-pi1 {
  width: 346px;
}

td.td_newsletter_label {
  width: 140px;
}

input.td_newsletter_input {
  width: 175px;
}


/**
* @section Struktur Basis-HTML-Template
*/
#skeleton_fullheight
{
  height: 2000px;
  background-color: #ffffff;
}

#skeleton_tabspacer1 {
  height: 20px;
}

/* Haupt-Schriftgroesse */
#skeleton_tabmain, #maintable {
  font-size: 8.5pt;
}

#skeleton_tabspacer2 {
}

#skeleton_lang {
  width: 119px;
  background-color: #ffffff;
  vertical-align: top;
}

#skeleton_nav2 {
  width:150px;
  background-color:#ffffff;
  vertical-align:top;
}

#skeleton_main_outer, .w2 {
  width:370px;
  background-color: #ffffff;
  vertical-align: top;
}

.nav-w1 {
  width:192px;
}

.nav-w2 {
  width: 370px;
}

.wfull {
  width: 100%;
}

.top {
  vertical-align: top;
}

#skeleton_main, .maincontent {
  width:346px;
  background-color:#ffffff;
  vertical-align:top;
  font-size: 8.5pt;
  text-align:left;
}

#skeleton_rightspacer {
  width:56px;
  background-color:#ffffff;
  vertical-align:top;
}

#tuning_lang {
  width:3px;
}

#tuning_logo {
  height:37px;
}

#tuning_logonav1, .space-y1 {
  height:16px;
}

#tuning_nav1content, .space-y2 {
  height:30px;
}

.space-y3 {
  height:25px;
}

.space-y4 {
  height:90px;
}

/**
* @section Portfolio - Multicolumn
*/
#portfolio .csc-textpic-caption {
  margin-top: 2px;
}

.c50l, .c50r, .subcl, .subcr,
.portfolio .csc-default {
  vertical-align: top;
}

#portfolio .subcolumns {
  white-space: nowrap; /* does not work when content needs to be BIGGER than the browser-x-size */
  width: 3000px;
}

.c33l, .c50l, .c50r, .c33r {
  /* width: 498px; */
  width: auto;
}

.c33l, .c50l {
  margin-right: 16px;
}

.c33r, .c50r {
  float: left;
}

.subcl {
  padding:0;
  margin:0;
}

.subcr {
  padding:0;
  margin:0;
}

#portfolio h3, #portfolio h4,
#portfolio p, #portfolio .bodytext {
  margin-top: 0;
}
#portfolio p {
  margin: 0 0 10px 0;
  padding: 0;
}

#portfolio h3, #portfolio h3.portfolio-header1 {
  border-top: 7px solid black;
  border-bottom: 4px solid black;
  margin: 0 0 20px 0;
  padding: 0 0 0 2px;
  font-family:'Times New Roman',Times,serif; font-size: 3em; color:black; font-weight: normal;
}

#portfolio h3.portfolio-header1 {
  padding: 0 0 0 36px;
  position: relative;
  left: -27px;
}

#portfolio h4 {
  margin: 0;
  padding: 0;
  font-family:'Times New Roman',Times,serif; font-size: 8.7pt; text-transform:uppercase; color:black; font-weight: bold;
}

#portfolio .nav2container {
  position: relative;
  top: -20px;
}

#portfolio a.nav2kontakt {
  color: #DD0067;
}


#portfolio .nav2kontakt,
#portfolio a.nav2,
#portfolio a.nav2CUR {
  font-size: 10.4pt;
}

#portfolio div.nav2ebene1 {
  margin-top: 16px;
  padding: 0 0 3px 0;
  position: static; /* normal */
}

#portfolio div.nav2ebene2 {
  padding: 0 3px 3px 0;
}
#portfolio a.nav2ebene2,
#portfolio a.nav2ebene2CUR {
  font-size: 9pt;
}
#portfolio a.nav2CUR {
  color: black;
}
#portfolio a.nav2,
#portfolio a.nav2CUR,
#portfolio a.nav2ebene2,
#portfolio a.nav2ebene2 {
  font-weight: normal;
}
#portfolio .nav2ebene1 a {
  font-weight: bold;
}

#footer-content {
  text-transform: uppercase;
  font-size: 7.5pt;
  border-top: 1px solid black;
  padding-top: 3px;
  color: black;
  margin: 15px 0 20px 0;
}

.align-center {
  text-align: center;
}

.totop {
  left: -230px;
  position: relative;
  text-align: right;
  width: 1015px;
}
.totop a {
}

/**
* @section Shop - List
*/




/**
* @section Shop - Maßtabelle(n)
*/
.mass_table{
  font-size: 8.5pt;
}

.in_den_warenkorb{
  border:0;
  width:110px;
  height:17px;
}
.in_den_warenkorb:hover{
  border:0;
  width:110px;
  height:17px;
}

.mass_Masse_spalte1{
  background-color:#E8E8E8;
  border-bottom:3px solid #ffffff;
  padding-left:3px;
  font-weight: bold;
}

.mass_Masse_spalteSonst_top{
  background-color:#E8E8E8;
  border-left:3px solid #ffffff;
  border-bottom:3px solid #ffffff;
  text-align:center;
  font-weight: bold;
}

.mass_Masse_spalteSonst{
  background-color:#E8E8E8;
  border-left:3px solid #ffffff;
  border-bottom:3px solid #ffffff;
  text-align:center;
}

.mass_AbstandTextUnten{
  height: 5px;
}

.mass_klein{
  font-size: 6.5pt;
}

.mass_WieMesseIch{
  border:0px solid blue;
  background-image:url(/fileadmin/mareike/img/masstabelle/wie_messe_ich.gif);
  width:346px;
  height:233px;
}

.mass_WieMesseIch_content{
  padding-right:17px;
  font-size: 8.5pt;
}

.mass_OberteilLaenge{
  background-image:url(/fileadmin/mareike/img/masstabelle/oberteillaenge.gif);
  width:346px;
  height:233px;
}

.mass_OberteilLaenge_content{
  padding-bottom:12px;
  font-size: 8.5pt;
}

.mass_Rocklaenge{
  background-image:url(/fileadmin/mareike/img/masstabelle/rocklaenge.gif);
  width:346px;
  height:233px;
}

.mass_Aermellaenge{
  background-image:url(/fileadmin/mareike/img/masstabelle/aermellaenge.gif);
  width:346px;
  height:233px;
}


/**
* @section Shop - Basket
*/
span.header {
    font-size: 8.5pt;
    font-weight: bold;
}
div.sectionHeader {
    background-color: #E8E8E8;
    font-size: 8.5pt;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 7px;
}
div.gray {
    background-color: #E8E8E8;
    font-size: 8.5pt;
}
div.gray02 {
    background-color: #E8E8E8;
    font-size: 8.5pt;
    margin: 0 2px 2px;
    padding: 2px 0 2px 0;
}
div.gray03 {
    background-color: #E8E8E8;
    font-size: 8.5pt;
    margin: 0 0 2px;
    padding: 2px 0 2px 0;
}

.tt_products_basket,
.tt_products_basket_info,
.tt_products_basket_payment,
.tt_products_order_confirmation,
.tt_products_tracking_display_info {
    font-size: 8.5pt;
}

div.basket_spacingParagraph {
  height:15px;
}

.tt_products_basket ul,
.tt_products_basket_payment ul,
.tt_products_order_confirmation ul,
.tt_products_tracking_display_info ul {
    margin: 0px;
    padding: 0px;
}

.tt_products_basket_info p,
p.error,
.tt_products_basket_payment p,
.tt_products_order_confirmation p,
.tt_products_tracking_display_info p {
    margin: 0pt 0pt 15px 0;
    padding: 0pt;
}

.tt_products_basket ul li,
.tt_products_basket_payment ul li,
.tt_products_order_confirmation ul li,
.tt_products_tracking_display_info ul li {
    list-style-type: none;
    list-style-image: none;
}

.tt_products_basket table,
.tt_products_basket_payment table,
.tt_products_order_confirmation table,
.tt_products_tracking_display_info table,
.basket_items  {
    width: 346px;
    margin: 15px 0 0 0;
    padding: 0;
}

.tt_products_basket table thead tr th,
.tt_products_basket_payment table thead tr th,
.tt_products_order_confirmation table thead tr th,
.tt_products_tracking_display_info table thead tr th,
.basket_items table thead tr th {
    background-color: #a09ea1;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding-bottom: 1px;
    padding-left: 3px;
}

.basket_items table thead tr th.image {
    width: 76px;
}

.tt_products_basket table tr td,
.tt_products_basket_payment table tr td,
.tt_products_order_confirmation table tr td,
.tt_products_tracking_display_info table tr td,
.basket_items table thead tr td {
    font-weight: normal;
    text-align: left;
    padding: 0 10px 0 0;
}

table.basket_items tr.listitem td.image
{
    width: 76px;
    padding: 0;
}

table.basket_items tr.listitem td.product,
table.basket_items tr.listitem td.product_number,
table.basket_items tr.listitem td.price,
table.basket_items tr.listitem td.total,
table.basket_items tr.listitem td.quantity
{
    background-color: #E8E8E8;
    padding: 0 0 0 3px;
}

table.basket_items tr.listitem td.product
{
    width: 95px;
}

table.price_summary tr td.left {
    background-color: #E8E8E8;
    padding-left: 3px;
}
table.price_summary tr td.right {
    background-color: #E8E8E8;
    text-align:right
}
table.price_summary tr td.special {
    background-color: #E8E8E8;
    padding-left: 3px;
}

.tt_products_order_confirmation .small-link {
    font-size: 15pt
}

a.recyclebin {
}

img.recyclebin {
}

fieldset {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    
    width: 345px;
}

.tt_products_basket_info .billing_address table tr td ,
.tt_products_basket_info .delivery_address table tr td
{
    vertical-align: top;
    padding-bottom:10px; 
}

.tt_products_basket_info legend,
.tt_products_tracking_display_info legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.tt_products_basket_info .lab,
.tt_products_tracking_display_info .lab {
    width: 116px;
}

.tt_products_basket_info label,
.tt_products_tracking_display_info label {
    font-weight: normal; 
}

.tt_products_basket_info textarea,
.tt_products_tracking_display_info textarea {
    width: 283px;
}

.form_control {
    display: block; /* Umbruch */
    left: 0;

    margin: 0;
    padding: 0;
}

.form_control input {
    display: inline;
    position: relative;
    width: 155px;

    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 6.5pt;
}


/**
* @section Shop - Basket
*/

/* Anpassungen InternetExpl Extra-Wurst */
div#clear, div.clear{
  clear: both;
  float: none;
  /* background-color:orange; */

  /* height: 0; */
  line-height: 0;
  font-size: 0.1px;
}

