/* global */

a span.info {
	display:none;
	}

#cluetip-close img {
  border: 0;
  position:absolute;
  top: 12px;
  right: 10px;
}
#cluetip-title {
  overflow: hidden;
}

#cluetip-waitimage {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #FFF url(../img/wait.gif) no-repeat center center;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0px;
  left: -47px;
  height: 32px;
  width: 47px;
  margin-top: -18px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

.begriff {
	background: #2193d1;
	padding: 1em;
	color:#FFF;
	font-size: 14px;
	line-height: 21px;
	display:block;
	font-weight: bold;
}

.erklaerung {
	font-size: 12px;
	line-height: 18px;
	padding: 1em;
	color:#000;
	display:block;
}

/*************************************** */



.cluetip-default {
  background-color: transparent;
}
.cluetip-default #cluetip-outer {
  border: 2px solid #2193d1;
  position: relative;
  background-color: #fff;
  margin-top: -30px;
}

.cluetip-default h3#cluetip-title {
  margin: 0;
  padding: 1em;
  font-size: 14px;
  line-height: 21px;
  display:block;
  font-weight: bold;
  background-color: #2193d1;
  color: #FFF;
}

.cluetip-default #cluetip-inner {
  display: block;
  font-size: 12px;
	line-height: 18px;
	padding: 1em;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.cluetip-default div#cluetip-close { 
  float: right;
  display:block;
  width: 22px;
  height: 22px;
  margin: 12px 8px 8px;
  color: #900;
}

.cluetip-default div#cluetip-close a {
	opacity: 0.5;
}

.cluetip-default div#cluetip-close a:hover {
	opacity: 1;
	background: none;
}


/* jtip arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../img/arrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../img/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../img/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(../img/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}