/* global */
#cluetip-close img {
  border: 0;
}
.CloseImg{
background-image: url(../grafik/images/PopUp3.gif); background-repeat: no-repeat; background-position: 0 0; WIDTH: 16px; HEIGHT: 16px; CURSOR: pointer;
}
h3{
line-height: 22px;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right; position: relative;
}
#cluetip-waitimage {
  width: 43px; height: 11px; position: absolute; background-image: url(../images/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: 'default' 
-------------------------------------- */

.cluetip-default {
  background: url(../images/bg.png);
}
.cluetip-default #cluetip-outer {
  position: relative; margin: 0;
}
.cluetip-default h3#cluetip-title {
  margin: 0; padding:0 0 0 10px; font-size: 11px; font-weight: 600; background-color: #003366; color: #fff; FONT-FAMILY: arial;
}
.cluetip-default #cluetip-title a {
  color: #ffffff; font-size:11px;
}  
.cluetip-default #cluetip-inner {
  padding: 0;
}
.cluetip-default div#cluetip-close { 
  POSITION: absolute; RIGHT: 10px; TOP: 10px; color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../images/arrowleft.png);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../images/arrowright.gif); left: 100%; margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../images/arrowdown.gif);top: 100%; left: 50%; margin-left: -11px; height: 11px; width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../images/arrowup.gif); top: -11px; left: 50%; margin-left: -11px; height: 11px; width: 22px;
}
