 /*
  ++ $Revision: 1.77 $
  ++ $Date: 2007/01/17 13:33:41 $
  ++ $Author: annika.lerche $
*/
 
 /* Defaults
  ------------------------------------ */
 

 * {
    margin: 0;
    padding: 0;
  }

html {
  overflow-x: hidden;       
}
 
 body {
    color: #666;
    font: normal 12px/1.2 arial, sans-serif;
    background: transparent url(/images/back_gross.gif) no-repeat scroll bottom center; 
     
 }
 
 body.home {
    color: #666;
    font: normal 12px/1.2 arial, sans-serif;
    background: transparent;
 }


 
 /* flexible Schriftgrößen und Zentrierung für den IE 
 ----------------------------------------------------*/
 * * body {
   /* font: normal 72%/1.2 arial, sans-serif; */
  }




table {
  font-size: 12px;
}
 
a {
    color: #333 ;
}

a:hover {
   /* color: #B60E87; */
    color: #54AB00;
}


a img {
    border: none;
}
  
.floatfix {
  clear: both;

}

.alignright {
  text-align: right;

}


.flash {
     font-size:1.1em;
     padding: 2em;
    color: #B71189!important;
    
}
  
 /* Basislayout
  ------------------------------------ */


#satzspiegel {
    border: 1px solid #fff;
    margin: 0 auto;
    _\height: 100%;
    min-height: 100%;
    position: relative;
  }
  
#satzspiegel.contHome {
    border: 1px solid #fff;
    margin: 0 auto;
    _\height: 100%;
    min-height: 100%;
    position: relative;
    width:900px;
    z-index:10;
  }
#outer-div {
  width: 900px; 
  margin: 0 auto;
}

#pageFooter {
  clear: both;
  width: 97%;
  padding: 6px 0 ;
  text-align: center;
  font-size: 11px;
  margin-top:1em;
}

#pageFooter.home {
  clear: both;
  width: 100%;
  padding: 0 0;
  text-align: center;
  vertical-align: bottom;
  font-size: 11px;
  margin:0;
  position:absolute;
  bottom: 0px;
  height: 300px;
  z-index:1;
  background: transparent url(/images/bg_klein.gif) no-repeat scroll bottom center;
}

#footercontent {
  position: absolute; 
  left: 0px; 
  bottom: 5px; 
  width:100%;
  z-index:1;
  margin:0; 
  text-align: center;
}
 

#logoWrap {
  clear: both;
  margin: 60px auto 0 auto;
  text-align:right;
  width: 530px;
  border: 1px solid #fff;
}

#logoWrap.home {
  text-align: center;
  margin: 45px auto 20px auto;
  _\margin-top: 30px;
}

#logoLink img{
  border: none;

}

/* Defaults für Überschriften  
-------------------------------------*/
h2 {
  font-size: 1.1em;
  margin: 1.5em 0;
}
h3 {
  font-size: 1.1em;
  margin: 1em 0;
  
}
h4 {
  font-size: 1em;
  margin: 1em 0;
  
}


    /* Navigation
  ------------------------------------ */
  #mainNav {
    list-style: none;
    margin: 0 auto 0 20%; /* exakte Zentrierung via JS */
    width: auto;
    text-align: center;
    font-size: 1em;
    font-family: arial, sans-serif;
    font-weight: bolder;
    white-space: nowrap;
  }    

  #mainNav li {
    float: left;
    position: relative;
    z-index: 99;
    background: #B60E87;
    _\display: inline;
  }


  
 #mainNav li a{
    color: #F9ECF6;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0.15em 1.5em;
    
  }


/* grober Unfug: nicht klickbare Einträge*/
 #mainNav li span{
    color: #DB87C3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0 1.4em 0 1.4em;
  }

 /* Rundung links im <li> */
  #mainNav li.aktiv,
  #mainNav li.hereWeAre {
    background-color: #DB87C3;
    background-image:  url(/images/nav_round_l_aktiv.gif);
    background-repeat:  no-repeat;
    background-position:  left center ;
  }  

 /* Rundung rechts im <a> */
  #mainNav li.aktiv a,
  #mainNav li.hereWeAre a   {
    background: transparent url(/images/nav_round_r_aktiv.gif) no-repeat right center;
  }

 li#first {
    background: #B60E87 url(/images/nav_round_l_outer.gif) no-repeat left center;
  }

  li#first.aktiv {
    background: #DB87C3 url(/images/nav_round_l_outer_aktiv.gif) no-repeat left center;
  }  

  #mainNav li.firstActive {
    background: #DB87C3 url(/images/nav_round_l_outer_aktiv.gif) no-repeat left center;
  }  
  
  li#first.aktiv a {
    background:  url(/images/nav_round_r_aktiv.gif) no-repeat right center;
  }   

 li#first.firstActive a{
    background:  url(/images/nav_round_r_aktiv.gif) no-repeat right center;
  }  
   
   
 li#last {
    background: #B60E87 url(/images/nav_round_r_outer.gif) no-repeat right center;
  }

  li#last.aktiv,
  li#last.hereWeAre {
    background: #DB87C3 url(/images/nav_round_l_aktiv.gif) no-repeat left center;
  }  

  li#last.aktiv a {
    background:  url(/images/nav_round_r_outer_aktiv.gif) no-repeat right center;
  }   

 li#last.hereWeAre a{
    background:  url(/images/nav_round_r_outer_aktiv.gif) no-repeat right center;
  }   

 .hiddenMenu,
 #mainNav ul {
   text-align: left;
   position: absolute;
   z-index: 99;
   list-style: none;
   visibility: hidden;
   background: #fff;
   opacity: 0.95;
 } 
 
 #mainNav ul a{
   background: none;
   color: #DB87C3; 
   text-transform: uppercase;
 }
 
 #mainNav ul a:hover,
 #mainNav ul a.hereWeAre {
   background: none;
   color: #B60E87; 
 }
 
 #mainNav ul li {
   float: none;
   display: inline;
 }


 #mainNav ul li,
 #mainNav ul li a {
   background: none!important;
 }
 .visibleMenu,
 #mainNav li:hover ul {
   visibility: visible!important;
 }

 #mainNav ul li.sub, #mainNav ul li.subpair {
   white-space: nowrap;

 }

 #mainNav ul li.sub a {
   margin-left: 1em;
   margin-bottom: 0.5em;
 }
 
 #mainNav ul li.subpair a {
   margin-left: 1em;
   margin-bottom: 0;
   color: #A2DD6C;
   padding: 0 1.7em;
 }
 
 #mainNav ul li.subpair a:hover {
   color: #4FA600;
 }


#mainNav li.cart ul {
  visibility: visible!important;
  font-size: 0.9em;
  font-weight: normal;
  color: #B60E87; 
  padding: 0.3em 1.4em;
}
li.cart strong {
  background: url(/images/cart.gif) no-repeat right top;
  padding-right: 20px;
}

 /* Content-Bereich
  --------------------------------------------*/
 
  
 #innerContent {
   clear: both;
   margin: 0 auto 200px auto;
   width: 500px;
   _overflow-x: hidden;
   min-height: 405px;
   _\height: 490px;

 }
 
 
 #innerContent.contHome {
   clear: both;
   margin: 0 35px 140px 200px;
   _\margin: 0 32px 150px 100px;
   width: 500px;
   min-height: 405px;
   _\height: 645px;
   float:left;
 }
 
 #popupContent {
   margin: 30px;
 }
 
 #lang-selector {
  margin: 0 0 15px 0;
 }
 
 #newsarea {
    margin-top:  70px;
    _\margin-top:86px;
    font: normal 12px/1.2 arial, sans-serif;
    color: #333;
    width: 160px;
    float:right;
    z-index:20;
 }
 #newsarea p {
    margin: 0 0 15px 0;
 }
 #newsarea strong {
    font: bold 12px/1.2 arial, sans-serif;
    color: #B60E87;
 }
 
 /* Flash auf der Startseite */
 #flashHome {
   margin-left: 60px;
 
 }
 
 
 .pageHead {
   color: #B60E87;
   height: 35px;
   text-transform: uppercase;
   font-size: 1.3em;
   margin: 17px 0 12px 0;

  }

  h1.pageHead {
   margin: 17px 0 12px 0;
  }
 
  h2.pageHead {
   margin: 10px 0 8px 0;
  }
 
 img#moodImg {
   float: left;
   position: relative;
   z-index:90;
   margin-left: -120px;

 
 }

/* Überschriften auf Content-Seiten */
 
 #innerContent h2 {
   margin-top: 1.5em;
   font-size: 1.1em; 
  }
 
 #innerContent h3 {
   margin-top: 1em;
   font-size: 1.1em; 
  }
 
 
 #innerContent p {
   margin-bottom: 1.5em;
   font-size: 1em; 
  }
 
 
 
 .imgRight {
   margin: 10px 0 10px 10px;
   float: right;
   _position: relative; /* verhindert z-index-Bug im IE */
 }
 
 .imgLeft {
   margin: 10px 10px 10px 0 ;
   float: left;
   _position: relative; /* verhindert z-index-Bug im IE */
 }
 
 table.dimensions {
    border: 1px solid #333;
    border-collapse: separate;
    width: 100%;
}
.dimensions th, .dimensions td {
    border: 1px solid #333;
    border-width: 1px 0 1px 0; 
    padding: 5px; 
    text-align: center;    
}
.dimensions caption {
  font-weight: bold;
  text-align: left;
  padding: 3px;
 
} 
 
 /* Cart und Checkout
  --------------------------------------------*/
 
 table.cart {
   margin: 5px 0;
   width: 100%;
   border-collapse: collapse;
   border-spacing: 0;
   font-size: 11px;
   border: 1px solid #333;
 }

.cart thead th {
   border-bottom: 1px solid #333;
}
 
 .cart td,
 .cart th{
   padding: 5px;
 }
 
 
 
 table.cart td {
   text-align: center;
 }

 .cart th {
   color: #54ab00;
   border
 }

table.cart .price {
  text-align: right!important;
}

td.cartImage {
  vertical-align: middle;
  text-align:center;
  padding: 5px 12px 5px 3px;

}
td.sum {
  text-align: right!important;
}
.cart .noborder td,
.cart .noborder th,
.cart .noborder {
  border: none!important;
}

p.cartActions {
  font-size: 11px!important;
  text-align: right;
}

/* Formulartabelle
  --------------------------------------------*/

.formTable {
  border-collapse: collapse;
  border-spacing: 0;
}  
.formTable input[type="text"],
.formTable input[type="password"],
.formTable select,
.formTable textarea {
  border: 1px solid #333; 
  border-top: medium groove; 
}

.input300 {
  width: 300px;
}
.input280 {
  width: 280px;
}


/* IE-Formelements */

* * body .formTable input {
  border: expression( (this.type == "text" || this.type == "password") ?  "1px solid #333" : "null" );
  border-top: expression( (this.type == "text" || this.type == "password") ? "4px groove #ddd" : "null" ); 
}

* * body .formTable textarea,
* * body .formTable select {
  border: 1px solid #333;
  border-top: 4px groove #ddd ; 
}


.formTable caption {
  font-weight: bold;
  text-align: left;
  padding: 12px 3px;
}  
.formTable td,
.formTable th {
  padding: 5px;
}

.formTable th {
  text-align: right;
  vertical-align: middle;
}  
.formTable th.textarea {
  vertical-align: top;

} 

/* Achtung, hier läuft irgendwas mit den SChriftgrößen in Labels schief. */
.formTable label {
  font-size: 12px;
}



td.sendForm,
p.sendForm {
  text-align: right;
  padding-top: 12px;
}

/* Konfigurator */
#flashcontent {
 clear: both;
 position:relative;
 left: -70px; 
 top: -10px;
}


#wakoflash {
  margin: 10px auto 10px 50px;
}



#errorExplanation {
color: #B71189!important;
}

#errorExplanation h2 {
padding: 0;
margin: 0;
letter-spacing: 0;
}

#errorExplanation ul {
margin: 0;
padding: 0;
}

#errorExplanation p {
padding: 0;
margin: 0;
}

#errorExplanation ul li {
margin: 0;
padding: 0;
list-style-type: none;
}

.remark {
padding: 20px 0px;
}



/* CMS 
-------------------------------------*/

.fontSize1 {
    font-size: 1.4em;
  }

  .fontSize2 {
    font-size: 1.3em;
  }
  
  .fontSize3 {
    font-size: 1.2em;
  }
  
  .fontSize4 {
    font-size: 1.1em;
  }
  
  .fontSize5 {
    font-size: 1em;
  }
  
  .fontSize6 {
    font-size: 0.9em;
  }
  
  .fontSize7 {
    font-size: 0.9em;
  }

   .pink {
    color: #B60E87!important;
  }
  
  .greenc {
    color: #4FA600!important;
  }
  
  .greyc {
    color: #666!important;
  }
  
  .pinkbig {
    color: #B60E87!important;
    font-size: 1.2em!important;
  }
  
  .greencbig {
    color: #4FA600!important;
    font-size: 1.2em!important;
  }
  
  .greycbig {
    color: #666!important;
    font-size: 1.2em!important;
  }
  
  .nodeco {
    text-decoration:none!important;
  }
 
  .smallfont {
  font-size: 0.8em!important;
}

/* PLAY Bottom Kit Table */

.kit_table {
  font: normal 12px/1.2 arial, sans-serif;  
  border: 1px solid #666;
}

.kit_table_text_align_center {
  text-align: center;
  vertical-align: top;
}

.kit_table_text_align {
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
}

.kit_table_text_align_end {
  text-align: right;
  vertical-align: top;
}

.set_table_text_align {
  text-align: left;
  vertical-align: top;
}

#border_line {
  border: 1px solid #000;
}

caption {
  color: #4FA600!important;
  padding-left:10px;
  text-align: left;
  font-weight: bold;
}

.form-element {
  font-size: 12px;
}

.editprod {
  margin: 10px;
}

/* SHIFT KITS */
.shiftkits {
  position: relative;
  top: 0px;
  left: 0px;
  height: 210px;
  vertical-align: top;
}

/* KIT Nr.1 */
#shift1-1dim {
  position: absolute;
  top: 0px;
  left: 0px;
}

#shift1-2dim {
  position: absolute;
  top: 58px;
  left: 33px;
}


#min1-2 {
  position: absolute;
  left: 0px;
  top: 190px;
  width: 50px;
}

#max1-2 {
  position: absolute;
  left: 0px;
  top: 220px;
  width: 83px;
}

/* KIT Nr.2 */
#shift2-1dim {
  position: absolute;
  top: 0px;
  left: 0px;
}

#shift2-2dim {
  position: absolute;
  top: 58px;
  left: 33px;
}

#shift2-3dim {
  position: absolute;
  top: 0px;
  left: 83px;
}

#shift2-4dim {
  position: absolute;
  top: 58px;
  left: 116px;
}

#min2-4 {
  position: absolute;
  left: 0px;
  top: 190px;
  width: 100px;
}

#max2-4 {
  position: absolute;
  left: 0px;
  top: 220px;
  width: 166px;
}

/* KIT Nr.3 */
#shift3-1dim {
  position: absolute;
  top: 0px;
  left: 0px;
}

#shift3-2dim {
  position: absolute;
  top: 58px;
  left: 33px;
}

#shift3-3dim {
  position: absolute;
  top: 0px;
  left: 83px;
}

#shift3-4dim {
  position: absolute;
  top: 58px;
  left: 116px;
}
#shift3-5dim {
  position: absolute;
  top: 0px;
  left: 166px;
}

#shift3-6dim {
  position: absolute;
  top: 58px;
  left: 199px;
}

#min3-6 {
  position: absolute;
  left: 0px;
  top: 190px;
  width: 150px; 
}

#max3-6 {
  position: absolute;
  left: 0px;
  top: 220px;
  width: 249px;
}

.amount {
  width: 25px;
}

.colorvalue {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
}

.minmax {
  border-top: 1px dashed #C43B9E;
  text-align: left; 
  font-weight: bold;
  white-space:nowrap;
  padding-top:2px;
}