.tooltip {
  font-size: 8pt;
  position: absolute;
  margin-top: 20px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
 }
 
  .tooltip .content {
  color: #666666;
  font-weight: normal;
  text-align: left;
  padding: 4px; }
  
 
  /* --------- Kalkulator Druckdateninfos ----------*/
 
 
 .kalktooltip {
  position: absolute;
  width: 105px;
  height: 70px;
  font-size: 10px;
  margin-top: 10px;

  display: none;
  /*background: url(/img/onlineshop/kalkulator/ll_tooltipp_hg.png) top left no-repeat;*/
 }
 
  .kalktooltip .kalkcontent {
   	font-size: 10px; 
  	color: #666;
  	font-weight: normal;
  	text-align: center;
  	  padding:7px 5px 10px 5px;
  } 
  
 
 /* --------- Organigramm --------------------- */
 
.tooltip1 {
  font-size: 8pt;
  position: absolute;
  display: none;
  background-color: #cfe7eb;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  /*border-color: #E2860E;*/
  }

.tooltip2 {
  font-size: 8pt;
  position: absolute;
  display: none;
  background-color: #dedcea;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  /*border-color: #E2860E;*/
  }

.tooltip3 {
  font-size: 8pt;
  position: absolute;
  display: none;
  background-color: #fcdfcd;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  /*border-color: #E2860E;*/
  }

.tooltip4 {
  font-size: 8pt;
  position: absolute;
  display: none;
  background-color: #ffefc3;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  /*border-color: #E2860E;*/
  }
  
  .tooltip1 .content {
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding: 4px; }

.tooltip2 .content {
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding: 4px; }

.tooltip3 .content {
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding: 4px; }

.tooltip4 .content {
  color: #666666;
  font-weight: normal;
  text-align: left;
  padding: 4px; }
  
  

/*-------------- Shopformular ------------------*/
 
 .tooltip5 {
  font-size: 10px;
  position: absolute;
    padding: 5px;
 margin-top: 20px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
 }
 
  .tooltip5b {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  margin-top: -330px;
  margin-left: -330px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
 }
 
 
  .tooltip6 {
  font-size: 8pt;
  position: absolute;
  padding: 5px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  overflow-y:auto;
 }
 
 .tooltip5 .content {
  color: #666666;
  font-weight: normal;
  text-align: left;
  padding: 4px; }
  
  
/* ------------ OnlineShop Specials -------------- */

.tooltipSp {
  top: 339px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  margin: 0px;
  margin-left: -1px;
  padding: 5px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
 }
 
.tooltipSp2 {
  top: 427px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  margin: 0px;
  margin-left: -1px;
  padding: 5px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
 }
 
 .tooltipSp3 {
  top: 540px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  margin: 0px;
  margin-left: -1px;
  padding: 5px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
 }
 
  .tooltipSp4 {
  top: 629px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  margin: 0px;
  margin-left: -1px;
  padding: 5px;
  display: none;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #bbb;
 }

  .tooltipSp .content {
  color: #666666;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  }
