/* ##### Haupteinstellungen ##### */
html, body
{
  width:               100%;
  height:              100%;
  padding:             0px;
  margin:              0px;
  text-align:          center;
  font-family:         Verdana, Helvetica, Arial, sans-serif;
}

body h1
{
  display: none;
}

#page
{
  display:             block;
  width:               960px;
  margin-top:          10px;
  margin-left:         auto;
  margin-right:        auto;
  margin-bottom:       10px;
  padding:             0px 0px 10px 0px;
}

/* Fix */
#header:after, #body:after, #body_center:after, #body_center p:after, #body_center div.p:after,
#body_expanded:after
{
  content:             ".";
  display:             block;
  height:              0;
  clear:               both;
  visibility:          hidden;
}



/* ##### Seiten-Header ##### */
#header
{
  display:             block;
  width:               960px;
  height:              190px;
  overflow:            hidden;
}

#header div
{
  display:             block;
  float:               left;
}

#header_logo a
{
  display:             block;
  width:               205px;
  height:              190px;
  background:          url(/img/layout/bg_header_logo.gif) no-repeat;
}

#header_logo a span
{
  display:             none;
}

#header_claim
{
  width:               545px;
  height:              190px;
  background:          url(/img/home/bg_header_claim.jpg) no-repeat;
}

#header_claim_flash
{
  display:             block;
  width:               545px;
  height:              190px;
}

#header_teaser
{
  display:             block;
  position:            relative;
  width:               545px;
  height:              190px;
}

#header_teaser img
{
  position:            absolute;
  top:                 0px;
  left:                0px;
}

#header_claim a
{
  display:             block;
  width:               545px;
  height:              160px;
  float:               left;
}

#newsticker
{
  display:             block;
  width:               545px;
  padding:             0px 0px 0px 0px;
  font-size:           12px;
  height:              30px;
  line-height:         30px;
  float:               left;
  color:               #000;
  font-weight:         bold;
  background:          url(/img/layout/bg_newsticker.gif);
  overflow:            hidden;
  position:            relative;
}

#newsticker div
{
  display:             inherit;
  position:            relative;
}

#header_navigation
{
  height:              190px;
  width:               195px;
  padding:             3px 12px 0px 3px;
  background:          url(/img/layout/bg_header_navigation.gif) no-repeat;
  overflow:            hidden;
}

#header_navigation a.button
{
  display:             block;
  width:               185px;
  height:              20px;
  line-height:         20px;
  padding:             0px 10px 0px 0px;
  margin:              0px 0px 5px 0px;
  font-size:           12px;
  font-weight:         none;
  text-decoration:     none;
  text-align:          right;
  color:               #a9a9a9;
  background:          #e5e5e5 url(/img/layout/bg_hnav_standard.gif) no-repeat;
  float:               left;
  overflow:            hidden;
}

/* Hack für den IE6 wg. Duplicate-Text-Bug */
* #header_navigation a.button
{
  margin-right:        -10px;
}

#header_navigation a.button:hover
{
  background:          #dddddd url(/img/layout/bg_hnav_standard.gif) no-repeat;
}

#header_navigation a.warenkorb
{
  font-weight:         bold;
  color:               #FFF;
  background:          #E60005 url(/img/layout/bg_hnav_warenkorb.gif) no-repeat;
}

#header_navigation a.warenkorb:hover
{
  background:          #D90005 url(/img/layout/bg_hnav_warenkorb.gif) no-repeat;
}

#header_navigation a.hilfe
{
  margin:              0px 0px 5px 0px;
  font-weight:         bold;
  color:               #FFF;
  background:          #FFD200 url(/img/layout/bg_hnav_hilfe.gif) no-repeat;
}

#header_navigation a.hilfe:hover
{
  background:          #F5CA00 url(/img/layout/bg_hnav_hilfe.gif) no-repeat;
}



/* ##### Seiten-Body ##### */
#body
{
  display:             block;
  width:               960px;
  margin:              5px 0px 5px 0px;
  text-align:          left;
  background:          url(/img/layout/bg_body.gif) repeat-y;
  float:               left;
  overflow:            hidden;
}

#body_expanded
{
  display:             block;
  width:               752px;
  float:               left;
  margin-left:         3px;
}

#body_expanded img
{
  border:              0px;
}

#body_left
{
  display:             block;
  width:               200px;
  margin:              0px 5px 0px 0px;
  float:               left;
  overflow:            hidden;
}

#body_left div
{
  padding:             15px 5px 10px 5px;
}

#body_left div h1
{
  display:             block;
  width:               190px;
  height:              20px;
  line-height:         20px;
  margin:              0px 0px 10px 0px;
  padding:             0px 0px 0px 0px;
  font-size:           12px;
  font-weight:         bold;
  text-align:          center;
  color:               #000;
  background:          url(/img/layout/bg_h1_190.gif);
  overflow:            hidden;
}

#body_left div form
{
  display:             block;
  width:               190px;
  height:              23px;
  margin:              0px 0px 0px 5px;
  padding:             0px 0px 0px 0px;
  overflow:            hidden;
}

#body_left div form p input
{
  width:               130px;
  height:              18px;
  padding:             0px 0px 0px 0px;
  margin:              0px 0px 0px 0px;
  border:              1px solid #D2D2D2;
  float:               left;
}

#body_left div form p
{
  padding:             0px 0px 0px 0px;
  margin:              0px 0px 0px 0px;
}

#body_left div form p a
{
  display:             block;
  width:               32px;
  height:              18px;
  margin:              0px 0px 0px 10px;
  padding:             0px 0px 0px 0px;
  border:              1px solid #D2D2D2;
  background:          #FFD200 url(/img/layout/bg_body_left_search.gif) no-repeat center;
  float:               left;
}

#body_left div form p a:hover
{
  background:          #EEC200 url(/img/layout/bg_body_left_search.gif) no-repeat center;
}

#body_left div form p a span
{
  display:             none;
}

#body_left div a
{
  display:             block;
  width:               157px;
  height:              24px;
  line-height:         24px;
  font-size:           11px;
  margin:              0px 0px 0px 8px;
  padding:             0px 0px 0px 20px;
  text-decoration:     none;
  color:               #35738D;
  overflow:            hidden;
  border:              0px solid #DBDBDB;
  border-bottom-width: 1px;
  background:          url(/img/layout/bg_body_left_a.gif) no-repeat 4px 8px;
  overflow:            hidden;
}

#body_left div a.selected
{
  font-weight:         bold;
  color:               #000;
}

#body_left div a.unterwarengruppe
{
  font-weight:         normal;
  color:               #000000;

  font-size: 10px;
  height: auto;
  line-height: 20px;
}

#body_left div a.unterwarengruppe_selected
{
  font-weight:         normal;
  color:               #000000;
  background:          #EDEDED url(/img/layout/bg_body_left_a.gif) no-repeat 4px 8px;

  font-size: 10px;
  height: auto;
  line-height: 20px;
}

#body_left div a:hover
{
  background:          #EDEDED url(/img/layout/bg_body_left_a.gif) no-repeat 4px 8px;
}

#body_left #service_center
{
  padding:             5px 5px 10px 5px;
  background:          #6FB2CF ;
}
#body_left #siegel
{
  padding:             0px 5px 5px 0px;
  background:          #6FB2CF url(/img/layout/bg_service_center.gif) top right no-repeat;
  position:            relative;
}

#body_left #service_center a
{
  display:             block;
  width:               157px;
  height:              24px;
  line-height:         24px;
  font-size:           11px;
  font-weight:         bold;
  margin:              0px 0px 0px 8px;
  padding:             0px 0px 0px 20px;
  text-decoration:     none;
  color:               #FFF;
  overflow:            hidden;
  border:              0px solid #92C5DA;
  border-bottom-width: 1px;
  background:          url(/img/layout/bg_body_left_a_service.gif) no-repeat 4px 8px;
}

#body_left #service_center a:hover
{
  background:          #79BCD9 url(/img/layout/bg_body_left_a_service.gif) no-repeat 4px 8px;
}

#body_center
{
  display:             block;
  width:               540px;
  margin:              0px 5px 0px 0px;
  font-size:           12px;
  line-height:         18px;
  float:               left;
}

#body_center a.button
{
  display:             block;
  width:               110px;
  height:              19px;
  line-height:         19px;
  padding:             0px 10px 1px 0px;
  margin:              0px 0px 0px 0px;
  font-size:           11px;
  font-weight:         none;
  text-decoration:     none;
  text-align:          center;
  color:               #000;
  background:          #C9C9C9 url(/img/layout/bg_body_button.gif) no-repeat;
  overflow:            hidden;
  float:               left;
}

#body_center a.button:hover
{
  text-decoration:     none;
}

#body_center a.light
{
  color:               #000;
  background:          #C9C9C9 url(/img/layout/bg_body_button_light.gif) no-repeat;
}

#body_center a.dark
{
  color:               #FFF;
  background:          #000 url(/img/layout/bg_body_button_dark.gif) no-repeat;
}

#body_center a.yellow
{
  background-color:    #FFD200;
}

#body_center a.yellow:hover
{
  background-color:    #EEC200;
}

#body_center a.red
{
  background-color:    #E60005;
}

#body_center a.red:hover
{
  background-color:    #D90005;
}

#body_center a.black
{
  background-color:    #000;
}

#body_center a.black:hover
{
  background-color:    #2F2F2F;
}

#body_center a
{
  color:               #F7AE00;
  text-decoration:     none;
}

#body_center a:hover
{
  text-decoration:     underline;
}

#body_center h1
{
  display:             block;
  width:               500px;
  height:              30px;
  line-height:         30px;
  font-size:           13px;
  font-weight:         normal;
  color:               #ffd200;
  padding:             0px 20px 0px 20px;
  margin:              0px 0px 5px 0px;
  background:          url(/img/layout/bg_body_h1.gif);
  float:               left;
  text-transform:      uppercase;
}

#body_center h1 a
{
  color:               #FFD200;
}

#body_center h2
{
  display:             block;
  width:               500px;
  font-size:           18px;
  color:               #817f80;
  padding:             20px 20px 5px 20px;
  margin:              0px 0px 0px 0px;
  background:          #f2f2f2 url(/img/layout/bg_body_p_top.gif) no-repeat top left;
  float:               left;
}

#body_center p, div.p
{
  display:             block;
  width:               500px;
  margin:              0px 0px 5px 0px;
  padding:             10px 20px 20px 20px;
  background:          #f2f2f2 url(/img/layout/bg_body_p_bottom.gif) no-repeat bottom;
  float:               left;
}

div.advertisement
{
  /*display:             block;*/
  visibility:          visible;
  position:            absolute;
  padding:             10px 10px 10px 10px;
  top:                 163px;
  left:                45px;
  z-index:             2000;
  background:          #FFF;
  overflow:            hidden;
}

div.advertisement a img
{
  /*display:             block;*/
  border:              0px solid;
}

div.advertisement a.close
{
  /*display:             block;*/
  width:               106px;
  height:              28px;
  background:          transparent url(/img/layout/bg_popup_close.gif) no-repeat  right bottom;
  float:               right;
}

div.advertisement_shadow
{
  /*display:             block;*/
  visibility:          visible;
  position:            absolute;
  top:                 170px;
  left:                52px;
  z-index:             1000;
  background:          #000;
  filter:              alpha(opacity=50);
  -moz-opacity:        0.5;
  opacity:             0.5;
  overflow:            hidden;
}

#body_right
{
  display:             block;
  width:               200px;
  margin:              0px 0px 0px 0px;
  padding:             5px 5px 5px 5px;
  background:          url(/img/layout/bg_body_right.gif) no-repeat top left;
  float:               right;
  overflow:            hidden;
}

#body_right div
{
  display:             block;
  width:               200px;
  padding:             0px 0px 0px 0px;
  float:               left;
}

#body_right div a img
{
  border:              0px;
}

#body_right div h1
{
  display:             block;
  width:               200px;
  height:              20px;
  line-height:         20px;
  margin:              0px 0px 10px 0px;
  padding:             0px 0px 0px 0px;
  color:               #000;
  font-size:           12px;
  font-weight:         bold;
  text-align:          center;
  background:          url(/img/layout/bg_h1_200.gif) no-repeat;
}

#body_right #last_seen,
#body_right #merkzettel,
#body_right #hilfethemen
{
  padding:             0px 0px 20px 0px;
}

#body_right #last_seen a,
#body_right #merkzettel a,
#body_right #hilfethemen a
{
  display:             block;
  width:               162px;
  height:              24px;
  line-height:         24px;
  font-size:           9px;
  font-weight:         bold;
  margin:              0px 0px 0px 8px;
  padding:             0px 0px 0px 20px;
  text-decoration:     none;
  color:               #FFF;
  overflow:            hidden;
  border:              0px solid #92C5DA;
  border-bottom-width: 1px;
  background:          url(/img/layout/bg_body_left_a_service.gif) no-repeat 4px 8px;
}

#body_right #last_seen a:hover,
#body_right #merkzettel a:hover,
#body_right #hilfethemen a:hover
{
  background:          #79BCD9 url(/img/layout/bg_body_left_a_service.gif) no-repeat 4px 8px;
}

#body_right #specials
{
  display:             block;
  margin:              0px 0px 0px 0px;
  float:               left;
}

#body_right #specials #warenkorbvorschau
{
  background:         url(/img/warenkorb/vorschau_bg.gif) no-repeat;
  width:              200px;
  color:              #4987A2;
  font-size:          11px;
}

#body_right #specials #warenkorbvorschau #normal
{
  padding:            3px 0px 3px 8px;
}

#body_right #specials #warenkorbvorschau #high
{
  background:         #9AC9DD;
  padding:            3px 0px 3px 8px;
}
#body_right #specials #warenkorbvorschau2
{
  background:         url(/img/warenkorb/vorschau_bg2.gif) no-repeat;
  width:              200px;
  color:              #4987A2;
  font-size:          9px;
  border:             0;
}
#body_right #specials #warenkorbvorschau2 #summe
{
  padding:            0px 0px 0px 8px;
  margin:             0;
  color:              #FFD200;
  font-size:          12px;
  font-weight:        bold;
  height:             21px;
}
#body_right #specials #warenkorbvorschau2 #disclaimer
{
  padding:            0px 0px 0px 8px;
  color:              #FFFFFF;
  font-size:          9px;
  height:             29px;
}
#body_right #specials #warenkorbvorschau2 #disclaimer a
{
  color:              #ffffff;
  text-decoration:    none;
}

#body_right #specials #warenkorbvorschau a
{
  color:              #4987A2;
  text-decoration:    none;
}

#body_right #specials #warenkorbvorschau a:hover
{
  color:              #E60005;
  text-decoration:    none;
}



#body_right #specials a
{
  margin:              0px 0px 0px 0px;
  padding:             0px 0px 8px 0px;
}

#body_right #berater
{
  margin:              0px 0px 0px 0px;
  padding:             7px 0px 0px 0px;
}

#body_right #bestseller
{
  display:             block;
  margin:              0px 0px 0px 0px;
  padding:             0px 0px 20px 0px;
  float:               left;
}

#body_right #bestseller div
{
  display:             block;
  width:               180px;
  margin:              0px 0px 0px 0px;
  padding:             0px 10px 0px 10px;
  background:          transparent;
  float:               left;
}

#body_right #bestseller div a
{
  display:             block;
  width:               174px;
  padding:             3px 3px 3px 3px;
  font-size:           11px;
  text-decoration:     none;
  color:               #FFF;
  float:               left;
}

#body_right #bestseller div a.hwg
{
  font-weight:         bold;
}

#body_right #bestseller div a.uwg, #body_right #bestseller div a.produkt
{
  width:               157px;
  padding:             3px 3px 3px 20px;
}

#body_right #bestseller div a.uwg
{
  background:          url(/img/layout/bg_body_right_a.gif) no-repeat 3px 6px;
}

#body_right #bestseller div a.produkt
{
  padding:             3px 3px 5px 20px;
  color:               #FFF;
  background:          url(/img/layout/bg_body_right_a_double.gif) no-repeat 3px 6px;
  border-bottom:       1px solid #92C5DA;
}

/* IE 6 Hotfix */
* #body_right #bestseller div a.produkt
{
  margin-right: -10px;
}

#body_right #bestseller div a:hover
{
  text-decoration:     underline;
}

#body_right #asp
{
  padding:             0px 0px 10px 0px;
}

#body_right #asp div
{
  padding:             0px 10px 15px 10px;
  font-size:           9px;
}

#body_right #asp div h2
{
  margin:              0px 0px 0px 0px;
  padding:             0px 0px 5px 0px;
  font-size:           11px;
}

#body_right #asp div a
{
  color:               #FFF;
}



/* ##### Seiten-Footer ##### */
div#besterpreis-footer {
  width: 960px;
  height: 22px;
  float: left;
  overflow: hidden;
  display: block;
  background-color: #6FB2CF;
  color: #fff;
  text-align: center;
}

#footer
{
  display:             block;
  width:               960px;
  height:              30px;
  float:               left;
  overflow:            hidden;
}

#footer_links
{
  display:             block;
  width:               717px;
  height:              30px;
  padding:             0px 0px 0px 33px;
  text-align:          left;
  background:          #000 url(/img/layout/bg_footer_left.gif) no-repeat left;
  font-size:           10px;
  line-height:         30px;
  color:               #FFD200;
  float:               left;
}

#footer_links a
{
  text-decoration:     none;
  color:               #FFD200;
}

#footer_links a:hover
{
  text-decoration:     underline;
}

#footer_copyright
{
  display:             block;
  width:               151px;
  height:              30px;
  padding:             0px 59px 0px 0px;
  text-align:          right;
  background:          #000 url(/img/layout/bg_footer_right.gif) no-repeat right;
  font-size:           10px;
  line-height:         30px;
  color:               #FFF;
  float:               left;
}

#versandkostenstaffel
{
  display:             block;
  width:               183px;
  height:              280px;
  padding:             20px 20px 20px 20px;
  border:              1px solid #000;
  font-size:           11px;
  position:            absolute;
  text-align:          left;
  top:                 300px;
  left:                500px;
  background:          #FFFCC9;
  z-Index:             1000;
}

#versandkostenstaffel a
{
  color:               #000;
}

#versandkostenstaffel table
{
  margin:              8px 0px 0px 0px;
  width:               183px;
  border:              1px solid #000;
}

#versandkostenstaffel table tr th
{
  background:          #000;
  color:               #FFF;
}

#versandkostenstaffel table tr td
{
  background:          #FFF;
}

#versandkostenstaffel table tr th,
#versandkostenstaffel table tr td
{
  padding:             2px;
}

#prospektteaser {
  background: transparent url(/img/specials/bg-prospekte.gif) scroll left top no-repeat;
  display: block;
  height: 257px;
  margin: 18px 0 0 0;
  width: 200px;
}

#prospektteaser img {
  display: block;
  height: 170px;
  margin: 15px auto 5px auto;
  width: 127px;
}

#prospektteaser span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 0 auto;
  text-align: center;
}

div.prospekt {
  background: #dfeae9;
  border: 1px solid #6fb2cf;
  display: block;
  float: left;
  height: 233px;
  margin: 10px 10px 0 0;
  width: 168px;
}

div.prospekt img {
  border: 0;
  display: block;
  height: 170px;
  margin: 15px auto 5px auto;
  width: 127px;
}

div.prospekt span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto 0 auto;
  text-align: center;
}

/*##############################################################################
UWG Übersichtsseite
##############################################################################*/

div#uwg-intro {
  margin: 0 0 4px 0;
}

ul#kriterien {
  display: block;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  z-index: 10000;
}

  ul#kriterien li {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #9ac9dd url(/img/produkte/bg_kriteria.png) right 7px no-repeat;
    border: 1px solid #6fb2cf;
    color: white;
    display: block;
    float: left;
    font-size: 10px;
    margin: 0 6px 0 0;
    padding: 2px 25px 2px 5px;
    white-space: nowrap;
    width: 98px;
  }

  ul#kriterien li.hover {
    background: #9ac9dd url(/img/produkte/bg_kriteria.png) right -13px no-repeat;
    color: white;
  }

    ul#kriterien li ul {
      display: none;
      list-style-type: none;
      margin: 0 -2px 0 -5px;
      padding: 0 0 0 5px;
      position: relative;
      z-index: 10000;
    }

      ul#kriterien li ul li {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        background: #9ac9dd;
        border: 0;
				border-top: 1px solid #AFE8FF;
				border-bottom: 1px solid #83AEBF;
        float: none;
        line-height: 13px;
        margin: 0;
        padding: 4px 0 7px 0;
        position: relative;
				white-space: normal;
				width: 115px;
        z-index: 10000;
      }

      ul#kriterien li ul li:first-child {
				border-top: none;
      }

      ul#kriterien li ul li:last-child {
				border-bottom: none;
      }

      ul#kriterien li ul li a {
        display: block;
      }

      ul#kriterien li:last-child ul li {
        width: 98px;
      }

        ul#kriterien li ul li a {
          color: white;
          display: block;
        }

#preisregler {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: white;
  border: 1px solid #0a80af;
  display: block;
  height: 50px;
  margin: 12px 0 0 0;
  padding: 5px;
  width: 525px;
}

*:first-child+html #preisregler {
  margin-top: 33px;
}

#preisregler form {
  margin: 0;
  padding: 0;
}

#preisregler form p {
  background: none;
  display: block;
  margin: 0;
  padding: 0;
}

#preisregler form strong {
  color: #0a80af;
}

#preisregler form label {
  color: #0a80af;
}

#preisregler form input[type='text'] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #0a80af;
  color: #0a80af;
  font-size: 12px;
  height: 18px;
  padding: 2px 0 0 0;
  text-align: center;
  width: 55px;
}

#preisregler form input[type='submit'] {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #9ac9dd;
  border: 1px solid #0a80af;
  color: white;
  font-size: 13px;
  height: 22px;
  margin: 0 0 0 0;
  padding: 0 5px 0 5px;
  text-align: center;
}

#skala {
  position: relative;
  display: inline-block;
  width: 485px;
  margin: 0 0 0 20px;
  height: 6px;
  z-index: 300;
	background: transparent url(/img/produkte/bg_sliderbar.png) left top no-repeat;
}

*:first-child+html #skala {
  margin-top: 30px;
}

.sliderbar {
	background: transparent url(/img/produkte/bg_sliderbar.png) left top no-repeat;
	float: left;
	height: 6px;
	margin: 0 0 0 10px;
	position: relative;
	width: 245px;
	z-index: 500;
}

.sliderknob {
  display: block;
  background: transparent url(/img/produkte/knob.png) left top no-repeat;
	cursor: pointer;
	height: 12px;
	position: absolute;
	width: 12px;
	z-index: 1000;
}



/*##############################################################################
Produkt-Detailansicht
##############################################################################*/

#produkte-blaettern a {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: #5d5d5d;
  color: #ffd200;
  display: inline-block;
  padding: 2px 5px 2px 5px;
}

#produkte-blaettern a#zurueck {
  float: left;
}

#produkte-blaettern a#vor {
  float: right;
}

/*##############################################################################
Matratzenplaner
##############################################################################*/

div#head {
  background: transparent url(/img/matratzenplaner/bg_head.jpg) scroll left top no-repeat;
  clear: both;
  height: 265px;
  width: 540px;
}

div#head h1 {
  background: transparent url(/img/matratzenplaner/bg_head_h1.png) scroll left top no-repeat;
  height: 29px;
  margin: 15px 0px 0px 15px;
  width: 335px;
}

div#head h1 span {
  display: none;
}

div#head p {
  background: transparent;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  line-height: 150%;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 280px;
}

div#checkliste {
  background: transparent url(/img/matratzenplaner/bg_checkliste.jpg) scroll left top no-repeat;
  height: 20px;
  margin-top: 6px;
  padding-top: 26px;
  width: 540px;
}

div#checkliste ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div#checkliste ul li {
  border-right: 1px solid #6fb2cf;
  border-left: 1px solid #cde5ee;
  display: block;
  float: left;
  height: 20px;
  line-height: 18px;
  padding: 0px 15px 0px 15px;
}

div#checkliste ul li#firstelement {
  border-left: 0px;
}

div#checkliste ul li#lastelement {
  border-right: 0px;
}

div#checkliste ul li a {
  color: white;
  font-size: 11px;
}

h1#headline {
  background: transparent url(/img/matratzenplaner/bg_headline_h1.jpg) scroll left top no-repeat;
  height: 28px;
  margin: 25px 0px 0px 0px;
  width: 457px;
}

h1#headline span {
  display: none;
}

strong.frage {
  font-size: 12px;
  margin: 8px 0 3px 10px;
}

ul.antwortmoeglichkeiten {
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

ul.antwortmoeglichkeiten li {
  background: transparent url(/img/matratzenplaner/bg_li.jpg) scroll 0px -20px no-repeat;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  margin-bottom: 5px;
  width: 530px;
}

ul.antwortmoeglichkeiten li.checked,
ul.antwortmoeglichkeiten li:hover {
  background: transparent url(/img/matratzenplaner/bg_li.jpg) scroll 0px 0px no-repeat;
  font-weight: bold;
}

ul.antwortmoeglichkeiten li input {
  display: block;
  float: left;
}

ul.antwortmoeglichkeiten li label {
  display: block;
  float: left;
  width: 500px;
}

a#auswerten {
  background: #e60005 url(/img/layout/bg_body_button.gif) no-repeat scroll 0 0 !important;
  clear: both;
  color: white !important;
  float: right !important;
}

div#ergebnis_matratzenplaner {
  margin: 0px auto 0px auto;
  padding: 0px;
  text-align: left;
  width: 550px;
}

div#ergebnis_matratzenplaner h1 {
  background: transparent url(/img/matratzenplaner/bg_auswertung_h1.jpg) no-repeat scroll 0 0;
  color: #ffd200;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px 0;
  padding: 0 20px;
  width: 510px
}

div#ergebnis_matratzenplaner h1 span {
  background: transparent url(/img/matratzenplaner/button_close.png) no-repeat scroll right center;
  display: block;
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 20px;
}

div#ergebnis_matratzenplaner h1 span a {
  color: white;
  text-decoration: none;
}

ul.speccs {
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.speccs li {
  background: #ffd200 url(/img/matratzenplaner/auswertung_li.gif) no-repeat scroll left bottom;
  display: block;
  font-size: 11px;
  margin: 0 0 6px 0px;
  padding: 0 0 6px 0;
  width: 261px;
}

ul.speccs li strong {
  background: transparent url(/img/matratzenplaner/auswertung_strong.gif) no-repeat scroll 0px top;
  display: block;
  padding: 6px 5px 0 35px;
}

div#ergebnis_matratzenplaner h3 {
  font-size: 12px;
}

div#ergebnis_matratzenplaner h3 span {
  display: none;
}

div#ergebnis_matratzenplaner h3.matratzen {
  background: transparent url(/img/matratzenplaner/head_produkte_im_shop.png) no-repeat scroll left bottom;
  height: 22px;
  width: 215px;
}

div#ergebnis_matratzenplaner h3.lattenrahmen {
  background: transparent url(/img/matratzenplaner/head_lattenrahmen_im_shop.png) no-repeat scroll left bottom;
  height: 22px;
  width: 335px;
}

div#ergebnis_matratzenplaner hr {
  clear: both;
}

div.matratzen {
  float: right;
  height: 100px;
  padding: 110px 0 0 0;
  width: 262px;
}

div.matratzen a,
div.lattenroste a {
  color: black;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

div.lattenroste {
  background: transparent url(/img/matratzenplaner/lattenrost.jpg) no-repeat scroll left top;
  clear: both;

  min-height: 100px;
  height: auto !important;
  height: 100px;

  padding: 15px 0 0 130px;
}

div.typ1 {
  background: transparent url(/img/matratzenplaner/matratze_1.jpg) no-repeat scroll right top;
}

div.typ2 {
  background: transparent url(/img/matratzenplaner/matratze_2.jpg) no-repeat scroll right top;
}

h1#head_schlafprofil {
  height: 22px;
  width: 230px;
}

div#ergebnis_matratzenplaner h1#head_schlafprofil span {
  display: none;
}

div#firstaid {
  background: url(/img/layout/bg_firstaid.gif) no-repeat;
  width: 186px;
  height: 207px;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px;
  font-weight: bold;
  line-height: 125%;
}

div#firstaid span {
  font-size: 1em;
  font-weight: bold;
}

div#firstaid a, div#firstaid a:visited  {
  color: #486e7e;
  text-decoration: none;
}

div#firstaid a:hover {
  color: #12262e;
}






/* Body Expanded Stuff */

#body_expanded div.head
{
  float: left;
  display: block;
  width: 752px;
  height: 5px;
  background: #F2F2F2 url(/img/layout/bg_body_ex_p_top.gif) top left no-repeat;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}

#body_expanded h1
{
  float: left;
  display: block;
  width: 742px;
  background: #F2F2F2;
  color: #000;
  font-size: 20px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

#body_expanded h2
{
  float: left;
  display: block;
  width: 742px;
  background: #F2F2F2;
  color: #000;
  font-size: 16px;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

#body_expanded div.foot
{
  float: left;
  display: block;
  width: 752px;
  height: 5px;
  background: #F2F2F2 url(/img/layout/bg_body_ex_p_bottom.gif) bottom left no-repeat;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

#body_expanded p,
#body_expanded div.p
{
  float: left;
  display: block;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  width: 732px;
  background: #F2F2F2;
  font-size: 13px;
}

#body_expanded p p,
#body_expanded div.p p
{
  display: block;
  float: left;
  width: 532px;
  padding: 10px 200px 10px 0px;
  font-size: 13px;
}

#body_expanded p table,
#body_expanded div.p table
{
  float: left;
}

#body_expanded input.button
{
  margin: 5px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #FDB22B;
  background: #FFD12A;
  float: right;
}

#body_expanded a.button
{
  height: 18px;
  padding: 6px 5px 6px 5px;
  margin: 3px 0px 5px 0px;
  float: left;
}

table.warenkorb
{
  float: left;
  font-size: 12px;
  margin: 10px 0px 10px 0px;
  border-collapse: collapse;
  width: 100%;
}

table.warenkorb thead tr th
{
  background: #6FB2CF;
  color: #FFF;
  padding: 5px;
  border: 1px solid #007DAF;
}

table.warenkorb tbody tr td
{
  border: 1px solid #007DAF;
  padding: 5px;
  vertical-align: top;
}

table.warenkorb tfoot
{
  border-top: 3px solid #007DAF;
}

table.warenkorb tfoot tr td.foot
{
  padding: 5px;
  border: 1px solid #007DAF;
}

table.warenkorb tfoot tr td.total
{
  background: #D1E7EF;
}

#body_expanded table.warenkorb tbody tr td img.artikelbild
{
  float: left;
  border: 3px solid #c9c9c9;
  margin-right: 5px;
  background: #AACCDA;
}

#body_expanded a
{
  color: #007CB2;
}

#body_expanded a:hover
{
  color: #005B7F;
}

#body_expanded table.adresse
{
  width: 732px;
  margin-top: 10px;
  background: #FFF;
}

#body_expanded table.adresse thead tr th
{
  background: #6FB2CF;
  color: #FFF;
  font-size: 13px;
  padding: 5px;
}

#body_expanded table.adresse thead tr th a
{
  color: #00527F;
}

#body_expanded table.adresse tbody tr td
{
  padding: 5px;
  font-size: 13px;
}

#body_expanded table.adresse tbody tr td input.small,
#body_expanded table.adresse tbody tr td input.medium,
#body_expanded table.adresse tbody tr td input.big
{
  border: 1px solid #6FB2CF;
  margin: 0px 10px 0px 0px;
  float: left;
}

#body_expanded table.adresse tbody tr td input.big
{
  width: 400px;
}

#body_expanded table.adresse tbody tr td input.small
{
  width: 55px;
}

#body_expanded table.adresse tbody tr td input.medium
{
  width: 333px;
}

#body_expanded table.adresse tbody tr td label
{
  cursor: pointer;
}

#body_expanded #umschalter
{
  display: block;
  width: 708px;
  float: left;
  border: 2px solid #6FB2CF;
  background: #EFFAFF;
  padding: 10px;
  font-size: 13px;
  margin: 10px 0px 10px 0px;
}

#body_expanded #umschalter span
{
  display: block;
  margin-bottom: 5px;
}

#body_expanded h3.errors-headline
{
  float: left;
  font-size: 15px;
  margin: 0px 0px 5px 0px;
  color: #F00;
}

#body_expanded ul.errors
{
  float: left;
  clear: both;
  font-size: 13px;
  color: #F00;
  margin: 0px 0px 10px 0px;
  border: 1px solid #F00;
  background: #FFDFE0;
  padding: 10px 10px 10px 30px;
}

#body_expanded div.zahlungsart
{
  margin: 15px 0px 15px 20px;
}

#body_expanded div.zahlungsart label
{
  font-weight: normal;
  cursor: pointer;
}

#body_expanded div.zahlungsart label.selected
{
  font-weight: bold;
}

#body_expanded div.zahlungsart label img
{
  position: relative;
  top: 3px;
}

div.zahlungsart-tool-tip
{
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #FFD12A;
  width: 380px;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
}

div.zahlungsart-tool-tip h3
{
  display: block;
  float: left;
  width: 100%;
  height: 15px;
  background: #FFD12A;
  margin: 0px;
  padding: 2px 0px 2px 5px;
  font-size: 11px;
}

#body_expanded div.zahlungsart-tool-tip p
{
  display: block;
  float: left;
  width: 370px;
  background: #FFF;
  padding: 5px;
  font-size: 11px;
}

#body_expanded table.uebersicht
{
  border-collapse: collapse;
  margin-bottom: 10px;
  margin-top: 10px;
}

#body_expanded table.uebersicht tr th
{
  width: 33%;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #6FB2CF;
  padding: 5px;
  border: 1px solid #007DAF;
}

#body_expanded table.uebersicht tr th a
{
  color: #00527F;
}

#body_expanded table.uebersicht tr td
{
  vertical-align: top;
  font-size: 11px;
  background: transparent;
  border: 1px solid #007DAF;
  padding: 5px;
}
