/****************************************************************** 
  Include Media - Axel Rothenbuecher and Phillip Kroll GbR (www.includemedia.de)
  description: basic css
  project: 
******************************************************************/

/* color scheme
  e40f82
#
  
*/

/*. general settings .*/


body, p, h1, h2, h3, h4, h5, form, fieldset{
  margin:0;
  padding:0;
}

body{
  font: 12px arial, verdana, sans-serif;
  color: #585858;
  background: #eee url(header_background.gif) repeat-x 0px 0px;
}

.hideMe{
  display: none;
}


a img{ border: none; } 
a:active, a:focus, *:active, *:focus { outline: 0 }
.showOnPrint{ display: none;  }


h1, h2, h3{
  padding: 0px 0px 10px 0px; /* top, left, bottom, right */
}

h1{
  font-size: 14px;
}

h2{
  font-size: 12px;
}

h3{
  font-size: 12px;
}

a, a:visited{
  color: #585858;
}

a:hover{
  color: #e40f82;
}

.cf{
  clear: both;
  height: 0;
  overflow: hidden;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/*. layout .*/

#main{
  width: 999px;
  float: left;
}

#sp0{
  height: 30px;
  background: #E0DFDF;
}

#head{
  height: 50px;
  background: #E0DFDF;  
  overflow: hidden;
}

#rightColHolder{
  float: left;
  width: 100%;

}

#rightCol{
  margin-left: 246px; /*Set left margin to leftCol.width + leftCol2.width */

}

#leftCol{
  float: left;
  width: 123px; /*Width of left column*/
  margin-left: -999px; /*Set left margin to -(main.width)*/
}

#leftCol2{
  float: left;
  width: 123px; /*Width of left column*/
  margin-left: -876px; /*Set right margin to -(main.width - leftCol.width)*/
}

#footer{
  clear: both;
  width: 100%;
  height: 98px; 
}

/* sticky footer */

#leftCol, #leftCol2{
}

#main{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -98px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push{
	height: 98px; /* .push must be the same height as .footer */
}

html, body {
	height: 100%;
}

#footer .spacer{
  height: 20px;
  background-color: transparent;
}

.navFooter{
  height: 78px;
  background-color: #E0DFDF; 
}

/*. flags .*/

/*. tubes .*/

#head .tube{

}

#leftCol .tube,
#leftCol2 .tube{
  padding-left: 15px;
  padding-top: 4px;
}

#rightCol .tube{
  padding: 4px 0px 0px 15px;
}

#footer .tube{
  padding: 5px 10px 5px 10px;
}

/*. spacer .*/

#sp1{
  height: 36px;
  overflow: hidden;
}

/*. no script .*/

#noscript{
  background: #ff0;
}

#noscript p{
  font-weight: bold;
  color: #950000;
  padding: 3px 0px 3px 5px;
  font-size: 14px;
}


/***************/
/*. components */
/***************/

.nav{
  overflow: hidden;
}

.nav ul{
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

/*. left col .*/

#leftCol .nav{
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.navFooter .nav{
  border-right: 5px solid #E2E2E2;
  height:58px;
  list-style-type:none;
  width: 156px;
  margin: 0px;  
  padding: 15px 0px 0px 0px;
  float: left;
}


#leftCol .nav li{
  margin-bottom: 10px;
}

#leftCol .nav a{
  font-size: 13px;
}

#leftCol2 .nav{
  background: #fff;
  padding: 0px 9px;
  clear: both;
}

#leftCol2 .nav ul{
}

#leftCol2 .nav li{
  padding-bottom: 5px;
}

#leftCol2 .nav li.last{
  padding-bottom: 2px !important;
}

#leftCol2 .nav a{
  font-size: 11px;
}

#leftCol .nav a,
#leftCol2 .nav a,
#head .nav a{
  text-decoration: none;
  color: #444;
}

#leftCol .nav a:hover,
#leftCol .nav .active,
#leftCol2 .nav a:hover,
#leftCol2 .nav .active,
#head .nav a:hover,
#head .nav .active{
  color: #e40f82;
}


#head .nav{
  /* padding-left: 220px; */
  float: left;
  /* padding-top: 30px; */
}

#head .nav li{
  display: inline;
  margin-right: 100px;
}

#head .nav li a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}



/*. footer .*/


#footer .nav li{
  display: inline;
  margin-right: 10px;
}

#footer .nav a{
  text-decoration: none;
  color: #444;
}

#footer .nav a:hover{
  color: #444;
  text-decoration: underline;
}


/* super view */

#superView{
  width: 300px;
  height: 300px;
  overflow: hidden;
}

#dragMe{
  cursor: move;
  background: url(dragme.jpg);
  height: 500px;
  width: 500px;
}


/* arrows */

.productNavigation {
  padding-top: 5px;
}

.arrow_next {
  padding-right: 15px;
  background: url(pfeile/vor.gif) no-repeat right 2px;
}

.arrow_back {
  padding-left: 15px;
  background: url(pfeile/zurueck.gif) no-repeat 0px 2px;
}

.productNavigation a {
  color: #666;
  text-decoration: none;
}

.arrowLink a:hover .arrow_back {
  background: url(pfeile/zurueck_aktiv.gif) no-repeat 0px 2px;
}

.arrowLink a:hover .arrow_next {
  background: url(pfeile/vor_aktiv.gif) no-repeat right 2px;
}



.productCatHolder {
  width: 742px;
}

.memoHolder {
/*  width: 373px;
  height: 300px;  */
}


/***************/
/*  components */
/***************/

/* copyright and disclaimer box*/

.navFooter {
  padding-left: 15px;
}

.navFooter .nav a{
  font-weight: normal !important;
}

.navFooter .nav li{
  margin-bottom: 1px !important;
} 

.navFooter .copyright{
  float: left;
  padding: 15px 0px 0px 15px;
}

/*. footer .*/

#footer p{
  float: left;
}

/*. right col .*/

#rightCol{

}

#rightCol p{
  padding: 0px 0px 5px 0px;
}

#rightHead{
  float: right;
  padding: 5px 15px 0px 0px;
}

#watchlist{
  float: right;
  clear: both;
}

.watchList{
  background: url(watchlist.gif) no-repeat right top;
  height: 15px;
  width: 109px;
  float: right;
}

.watchList a{
  text-decoration: none;
}

.watchList a:hover{
}

#flags{
  float: right;

}

#flags img{
  margin: 5px 0px 0px 10px;
  display: inline;
}


/* newsletter box */

.popin{
 /* position: absolute;
  top: 400px; */
  display: none;
}

.popin .header{
  height: 7px;
  font-size: 1px;
  background: url(boxes/newsletter/start/header.gif) no-repeat;
}

.popin .content{
  background: url(boxes/newsletter/start/content.gif) repeat-y;
  overflow: hidden;
  padding: 0px 10px 0px 15px;
  width: 80px;
}

.popin .footer{
  height: 7px;
  font-size: 1px;
  background: url(boxes/newsletter/start/footer.gif) no-repeat;
}

.popin a{
  color: #585858;
  text-decoration: none; 
}

.popin a:hover{
  color: #e40f82;
}

.newsletterPopin{
  padding-top: 20px;
}
.adviserPopin{
  padding-top: 20px;
}

.adviserPopin .content{
 background: #fff url(../images/boll_berater_ohne_text.gif) no-repeat left bottom;
 padding-bottom: 110px;
}


.nlSub input{
  background: #ccc;
  border: none;
}

.nlSub label{
  width: 200px;
  display: block;
  padding-bottom: 3px;
}

.nlSub .name{
  padding-bottom: 10px;
}
.nlSub .email{
  padding-bottom: 10px;
}

.nlSub .unsubscribed{
  padding-top: 40px;
}

.nlSub .error{
  color: #f00;
  font-weight: bold;
}

.nlSub h2{
  font-size: 15px;
}


.nlSub{
  width: 354px;
}

/***************/
/*  forms      */
/***************/

input, textarea {
  background-color: #fff;
  border: 1px solid #999;
  color: #444;
  padding: 2px 4px 2px 4px;
}

input:hover,
textarea:hover{

}


/*******************/
/* shop styling   */
/******************/

/* four pixles border on each site, 108+4+4 */

.productList{
  width: 369px;
  height: 360px;
  overflow: hidden;
}

.productList .item{
  width: 116px;
  height: 116px;
  margin-right: 7px;
  margin-bottom: 7px;
  float: left;
  overflow: hidden;
  background: url(box01normal.gif);
  position: relative;
}

/* noch überarbeiten */

.productList .item .txt{
  margin: 0px 11px 8px 11px;
  padding: 0px;
  overflow: hidden;
  width: 96px;
  font-size: 11px;
  bottom:0;
  left:0;
  position:absolute;
}


.productList .item a,
.productList .item img{

}

.productList .active{
  background: url(box01active.gif);
}

.productList .item .img{
  margin: 8px 6px 0px 6px;
  text-align: center;
  height: 72px;
  overflow: hidden;
}

.productImage img{
  cursor: pointer;
}


.productDetail{
  width: 362px;
  /* height: 369px; */
  float: left;
}

.productDetail ul{
  margin: 5px 0px 0px 16px;
  padding: 0;
}

.productDetail .header{
  height: 10px;
  font-size: 1px;
  background: url(boxes/big/header.gif) no-repeat;
}

.productDetail .content{
  background: url(boxes/big/content.gif) repeat-y;
  padding: 0px 12px;
  position: relative;
}

.productDetail .footer{
  height: 10px;
  font-size: 1px;
  background: url(boxes/big/footer.gif) no-repeat;
}

.productDetail .prop{
  top: 25px;
  right: 10px;
  position: absolute; 
  width: 120px;
  text-align: left;
}

.productDetail .productTools{
  height: 15px;
  padding-top: 10px;
}




.productDescription{
  padding: 5px 0px;
}

.title{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.productNavigation{
  width: 369px;
  height: 20px;
  clear: both;
}

.productHolder {
  float: left;
  padding-left: 11px;
}

.prevPage {
  float: left;
  margin-left: 4px;
  display: inline;
}

.nextPage {
  float: right;
  margin-right: 11px;  
  display: inline;
}


/*******************/
/* news           */
/******************/

.newsList{
  margin: 0px;
}

.newsList .item{
  position: relative;
  height: 123px;
  clear: both;
}

.newsList .box{
  width: 354px;
  float: left;  
  margin: 0px 15px 15px 0px;
}

.newsList .img{
  float: left;
}

.singleView img{
  padding-bottom: 5px;
}

.singleView{
 font-style: normal !important;
}

.singleView .csc-textpic-imagewrap{
  padding-top: 30px;
}

.singleView .news-single-timedata{
  padding: 10px 0px 15px 0px;
}

.newsList img{
  margin: 0px 15px 15px 0px;
  float: left;
}

.newsList .item h1{
  font-size: 14px;
}

.newsList .item h1 a{
  color: #585858;
  text-decoration: none;
}

.newsList .item p.date{
  position: absolute; 
  right: 10px;
  top: 0px;
}

.newsList .item p.more{
  position: absolute; 
  bottom: 0px;
  left: 10px;
}

.newsList .item p.more a{
  text-decoration: none;
  background: #fff;
  color: #c5c7c8;
}

.newsList .item p.more a:hover{
  color: #e40f82;
}

.newsList .item .bodytext{
  overflow: hidden;
  height: 35px;
}

.newsList .header,
.singleView .header{
  height: 7px;
  font-size: 1px;
  background: url(boxes/news/header.gif) no-repeat;
}

.newsList .content,
.singleView .content{
  background: url(boxes/news/content.gif) repeat-y;
  overflow: hidden;
  padding: 0px 10px;
  height: 94px;
  width: 334px;
  position: relative;
}

.singleView .content{
  height: auto;
}

.newsList .footer,
.singleView .footer{
  height: 7px;
  font-size: 1px;
  background: url(boxes/news/footer.gif) no-repeat;
}

.singleView{
  float: left; 
}

.moreNews{
  background: url(boxes/morenews/more.gif) no-repeat;
  text-align: center;
  width: 108px;
  height: 20px;
  overflow: hidden;
  margin-left: 615px;
}

.moreNews a,
.singleView a{
  text-decoration: none;
  color: #000;
}

.moreNews a:hover,
.singleView a:hover{
  color: #e40f82;
}



/*******************/
/* rounded boxes  */
/******************/

.rBoxNav{
  margin-left:1px;
  margin-right:1px;
  width: 108px;
}

.rBoxNav .boxHeader{
  height: 7px;
  overflow: hidden;
  width: 108px;
}

.rBoxNav .boxFooter{
  height: 7px;
  width: 108px;
  font-size: 1px;
}

.rBoxNav .boxHeader{
  background:transparent url(boxes/nav/start/header.gif) no-repeat scroll center top;
}

.rBoxNav .boxFooter{
  background:transparent url(boxes/nav/start/footer.gif) no-repeat scroll center bottom;
}


/* content box */


.contentBox{
  margin-left:1px;
  margin-right:1px;
  width: 723px;
}

.contentBox .header{
  height: 10px;
  overflow: hidden;
  font-size: 1px;
}

.contentBox .footer{
  height: 10px;
  overflow: hidden;
  font-size: 1px;
}

.contentBox .content{
  padding: 0px 9px;
  margin-top: -2px;
  
}
.contentBox .wrap{
  background: #fff;
}

.contentBox .header{
  background:transparent url(boxes/content/start/header.gif) no-repeat scroll center top;
}
.contentBox .content{
  background:transparent url(boxes/content/start/content.gif) repeat-y scroll center top;
}
.contentBox .footer{
  background:transparent url(boxes/content/start/footer.gif) no-repeat scroll center bottom;
}

/* for understanding browsers */
.productDetail .content .minHeight{
  min-height:317px;
  height:auto !important;
  height:317px;
}

/* for understanding browsers */
.contentBox .minheight354{
  min-height:354px;
  height:auto !important;
  height:354px;
}

/* for understanding browsers */
.contentBox .minheight500{
  min-height:427px;
  height:auto !important;
  height:354px;  
}



/* standard heights */


.height150 {
  height: 150px;
  padding-right: 15px;
}

.height350 {
  height: 350px;
  padding-right: 15px;
}

.height431 {
  height: 431px;
  padding-right: 15px;
}

.height195 {
  height: 200px;
  padding-right: 10px;
}

/* adviser */

.adviser .info{
  width: 11px;
  height: 11px;

  float: right;
  background: url(../images/adivser/info.gif) no-repeat 0px 0px;
}

.adviser .info:hover{
  background: url(../images/adivser/info.gif) no-repeat -11px 0px;
}

.adviser .left,
.adviser .right{
  float: left;
}

.adviser .left .questions{
  width: 354px;
  height: 354px;
  background: url(boxes/adviser/start/boll.gif) no-repeat left top;
}


/* dynamic box for adivsers question on the left - strat */

.questions .box{
  width: 324px;
  padding: 14px 0px 0px 15px;
}

.questions .box .footer,
.questions .box .header{
  height: 5px;
  font-size: 1px;
  overflow: hidden;
}

.questions .content{
  padding: 0px 7px;
}

.questions .header{ background: #CFD0D2 url(../images/adivser/skin1/bubbles/header.gif) no-repeat left top; }
.questions .content{ background: #CFD0D2 url(../images/adivser/skin1/bubbles/content.gif) repeat-y; }
.questions .footer{ background: #CFD0D2 url(../images/adivser/skin1/bubbles/footer.gif) no-repeat left bottom; }

.questions .subfooter{
  height: 25px;
  background: url(../images/adivser/skin1/bubbles/triangle.gif) no-repeat 240px top;
}

.questions p{
  padding-bottom: 0px !important;
}
/* dynamic box for adivsers question on the left - end */


/* dynamic box for answer browser on the right - strat */

.adviser .right .box{
  width: 354px;
  margin-left: 15px;
}

.adviser .right .header{
  font-size: 11px;
  padding: 6px 0px 0px 42px;
}

.adviser .right .header a{
  text-decoration: none;
  color: #444;
}

.adviser .right .box .header{
  background: #fff url(boxes/adviser/start/header.gif) no-repeat left top;
  height:27px;
}

.adviser .right .box .content{
  background: #fff;
  min-height: 339px;
  height: auto !important;
  height: 339px;
}

.adviser .right .box .footer{ 
  background: #fff url(boxes/merkzettel/start/footer.gif) no-repeat left bottom; /* image missing */
  height: 7px;
}

.adviser .answer-tube{
  padding: 6px 0px 5px 15px;
}

/* dynamic box for answer browser on the right - end */

/* dynamic box for single answers on the right - start */

.adviser .boxAnswer{
  width: 325px;
  padding: 0px 0px 10px 0px;
}

.adviser .boxAnswer .footerAnswer,
.adviser .boxAnswer .headerAnswer{
  height: 5px;
  background-color: #E3E3E4;   
  overflow: hidden;
  font-size: 1px;  

}

.adviser .boxAnswer .contentAnswer{
  padding: 0px 5px 0px 7px;
  min-height: 0px !important;  

}

.adviser .boxAnswer .contentAnswer a{
  padding-bottom: 13px;
  text-decoration: none;
  color: #333;
}

.adviser .boxAnswer .contentAnswer a:hover{
  color: #e40f82;
}

.adviser .boxAnswer .contentAnswer img{
  float: left;
  padding: 3px 10px 10px 0px;
}

.adviser .boxAnswer .headerAnswer{  background: #CFD0D2 url(../images/adivser/header.gif) no-repeat left top; }
.adviser .boxAnswer .contentAnswer{ background: #CFD0D2 url(../images/adivser/content.gif) repeat-y; }
.adviser .boxAnswer .footerAnswer{ background: #CFD0D2 url(../images/adivser/footer.gif) no-repeat left bottom; }



/**************************/
/*  overbox               */
/**************************/

.toolTipHeader{
  font-weight: bold;
  width: 200px;
  border: 1px solid #000;
  border-bottom: none;
  padding: 10px 10px 0px 10px;
  background: #eee;
}

.toolTipBody{
  width: 200px;
  border: 1px solid #000;
  border-top: none;
  padding: 7px 10px 10px 10px;
  background: #eee;
}


/**************************/
/*  tt_address            */
/**************************/

.vcard {
  width: 361px;
  float: left;
  margin-top: 20px;
}

.vcard .org {
  font-weight: bold;
}


/**************************/
/*  arrows                */
/**************************/
.arrow{
  margin: 0px;
}

.arrow a{
  text-decoration: none;
  color: #444;
}

.arrow a:hover{
  color: #e40f82 !important;
}

.left-white a{
  background: url(arrows.gif) no-repeat left 2px;
  padding-left: 18px;
}

.left-white  a:hover{
  background: url(arrows.gif) no-repeat left -20px;
}

.right-white a{
  background: url(arrows.gif) no-repeat right -64px;
  padding-right: 18px;
}

.right-white  a:hover{
  background: url(arrows.gif) no-repeat right -42px;
}



.left-darkgray a{
  background: url(arrows.gif) no-repeat left -86px;
  padding-left: 18px;
}

.left-darkgray  a:hover{
  background: url(arrows.gif) no-repeat left -108px;
}

.right-darkgray a{
  background: url(arrows.gif) no-repeat right -152px;
  padding-right: 18px;
}

.right-darkgray  a:hover{
  background: url(arrows.gif) no-repeat right -130px;
}



.left-gray a{
  background: url(arrows.gif) no-repeat left -174px;
  padding-left: 18px;
}

.left-gray  a:hover{
  background: url(arrows.gif) no-repeat left -196px;
}

.right-gray a{
  background: url(arrows.gif) no-repeat right -240px;
  padding-right: 18px;
}

.right-gray  a:hover{
  background: url(arrows.gif) no-repeat right -218px;
}




/**************************/
/*  Memo                  */
/**************************/
/*
.memo{
  width: 354px;
  height: 270px;
  float: left;
  margin-left: 4px;
}

.memo ul{
  margin: 5px 0px 0px 25px;
  padding: 0;
}

.memo .header{
  height: 10px;
  font-size: 1px;
  background: url(boxes/merkzettel/start/header.gif) no-repeat;
}

.memo .content{
  background: url(boxes/merkzettel/start/content.gif) repeat-y;
  overflow: hidden;
  padding: 0px 12px;
  position: relative;
}

.memo .footer{
  height: 10px;
  font-size: 1px;
  background: url(boxes/merkzettel/start/footer.gif) no-repeat;
}

.memo .prop{
  top: 25px;
  right: 10px;
  position: absolute; 
  width: 120px;
  text-align: left;
}

.memo div.hr {
  height: 15px;
  background: #fff url(hr_grey.gif) repeat-x scroll center;
}

.memo div.hr hr {
  display: none;
}

.memoImage {
  float: right;
}

.memoDescription {
  float: left;
}

.memoProduct {
  height: 55px;
}

.memo .button {
  margin-top: 5px;
}
*/

.memo a{ 
  text-decoration: none;
}

.memoImage{
 float: right;
}

.memoDescription{
  float: left;
}

.jsSubmit{
  text-decoration: none;
  color: #777 !important;
  display: none;
}

.jsSubmit:hover{
  color: #e40f82 !important;
}

.memo .hr{
  height: 1px;
  background-color: #999 !important;
  overflow: hidden;
  font-size: 1px;
  margin: 7px 0px;
}

.memo .tx-ttproducts-pi1-wrap1{
  font-size: 12px;
}

/* Content Element Styling */

.csc-textpic-imagewrap {
  width: 300px !important;
}

.contentElement {
  padding-bottom: 20px;
}

.c2l1d-left {
  width: 350px !important;
  border: none !important;
}

.c2l1d-middle {
  width: 350px !important;
  left: 351px !important;
  border: none !important;
  padding-left: 3px !important;
}

#rightCol .contentElement .bodytext {
  width: 340px;
}

.contentBox ul{
  width: 300px;
}


/* powermail */


.tx-powermail-pi1 label{
  display: block;
}

.tx-powermail-pi1 fieldset{
  border: none; 
}

.tx-powermail-pi1 fieldset legend{
  display: none;
}

.tx-powermail-pi1 fieldset input,
.tx-powermail-pi1 fieldset textarea{

  background:#CCCCCC none repeat scroll 0 0;
  border: none;
}

.tx-powermail-pi1 fieldset label{
  padding-bottom: 3px;
}

.tx_powermail_pi1_fieldwrap_html{
   margin-bottom: 10px;
}

.powermail_mandatory_js{
  display: inline;
  padding-left: 10px;
}

.tx-srfreecap-pi2-cant-read{
  display: block;
}

.tx-srfreecap-pi2-image{
  display: block;
  margin: 5px 0px 5px 0px;
}

.powermail_kontakt powermail_captcha{
  display: block;
}

.tx-srfreecap-pi2-cant-read{
  color: #585858 !important;
}

.bookmarkProduct,
.tx-butterflyzoomlink-pi1{
  font-size: 11px;
}


.tx_powermail_pi1_fieldwrap_html_textarea textarea{
  font-family: arial,verdana,sans-serif;
  font-size: 13px;
}