.cluetip { 
    background:transparent;
	padding: 0 10px;
	display: none;
	position: absolute;
	width:335px;
	z-index:9999;
}

.cluetip .cluetip-header,
.cluetip .cluetip-footer {
	background: transparent url("../images/cluetip_border.png") no-repeat 0px 0px;
	height: 12px;
	font-size: 0px;
	line-height: 0px;
}

.cluetip .cluetip-footer {
	background-position: 0px -12px;
}

.cluetip img {
	background: none !important;
	padding: 0 !important;
}

.cluetip-icons {
	float: right;
	margin-right: 10px;
}

.cluetip-title {
	overflow:hidden;
}

.cluetip-close img {
	border:0;
}

.cluetip-title .cluetip-close {
	float:right;
	position:relative;
	margin:3px 3px 0 0;
}

.cluetip-outer {
	position:relative;
	/*border:4px solid #F4CE12;*/
	text-align:left;
}

.cluetip-inner {
	border-left: 4px solid #F4CE12;
	border-right: 4px solid #F4CE12;
	background-color: #fff;
}

.cluetip-content-padding {
	padding: 10px;
}

.cluetip-arrow {
	position:absolute;
	height:22px;
	width:15px;
	z-index: 10;
}

.cluetip .cluetip-arrow {
	background:url("../images/cluetip-arrow-left.png") no-repeat; 
	top:25px!important;
	left:-1px;
}

.cluetip-right .cluetip-arrow {
	background:url("../images/cluetip-arrow-right.png") no-repeat !important; 
	top:25px!important;
	left: auto !important;
	right:-1px;
}

.cluetip-close {
	text-align:right;
	margin:0 5px 5px;
}

/* ############################## Inhalte #################################### */

.cluetip .buch_autor {
	font-family:'Lucida Sans Unicode', Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #63b5cf !important;
	font-size: 12px !important;
	height: auto !important;	
}

.cluetip .buch_titel{
	font-family:'Lucida Sans Unicode', Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
    color: #04a0c1 !important;
    font-size: 18px !important;	
	height: auto !important;
	clear: none !important; 
	font-style: normal !important;
}

.cluetip .buch_listentext {
	color: #333134;
	font-size: 12px;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom:0px!important;
}



