/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../../images/images_jquery/cluetip/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'unternehmen_info'
-------------------------------------- */
.cluetip-unternehmen_info {
  background-color: transparent;
}
.cluetip-unternehmen_info #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
  
  line-height:1.3em;
}

.cluetip-unternehmen_info h3#cluetip-title {
  margin: 0 0 5px;
  padding: 5px 5px 5px;
  font-size: 14px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-unternehmen_info #cluetip-inner {
  padding: 10px 5px 10px;
  display: inline-block;
 
}
.cluetip-unternehmen_info div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}


/***************************************
   =cluetipClass: 'benefits'
-------------------------------------- */

.cluetip-benefits {
  background-color: transparent;
  font-family:arial
}
.cluetip-benefits #cluetip-outer {
  border:1px solid #aaa;
  position: relative;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width:160px;
  line-height:1.1em;
  -moz-opacity: 0.9; opacity:.90; filter: alpha(opacity=90);
  
}

.cluetip-benefits h3#cluetip-title {
  margin:0;
  padding: 5px 5px 5px;
  font-size: 12px;
  font-weight: normal;
  background-color: #white;
  color: #333;
  text-align:center;

}

/***************************************
   =cluetipClass: 'fotos'
-------------------------------------- */

.cluetip-fotos {
  background-color: transparent;
  font-family:arial
}
.cluetip-fotos #cluetip-outer {
  border:1px solid #aaa;
  position: relative;
  background-color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width:160px;
  line-height:1.1em;
  -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);
  
}

.cluetip-fotos h3#cluetip-title {
  margin:0;
  padding: 5px 5px 5px;
  font-size: 12px;
  font-weight: normal;
  background-color: #white;
  color: #333;
  text-align:center;

}



.cluetip-benefits #cluetip-inner {
  
 
}
.cluetip-benefits div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}





/* unternehmen_info arrows */

.clue-right-unternehmen_info .cluetip-arrows {
  background-image: url(../../images/images_jquery/cluetip/arrowleft.gif);
}
.clue-left-unternehmen_info .cluetip-arrows {
  background-image: url(../../images/images_jquery/cluetip/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-unternehmen_info .cluetip-arrows {
  background-image: url(../../images/images_jquery/cluetip/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-unternehmen_info .cluetip-arrows {
  background-image: url(../../images/images_jquery/cluetip/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
