/*.stickytooltip{
box-shadow: 5px 5px 8px #818181; 
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
background:white;
z-index:3000;
}
*/

.stickytooltip{
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.345);
border-radius:5px;
max-width:400px;
line-height:1.2em;
padding:5px;
display:none;
position:absolute;
font-size:11px;
display:none;
background:#f1f3f8; 
color:#505a64;
z-index:3000;
}

.stickytooltip.haeae {max-width:250px;background:#002454;}
.stickytooltip.haeae p {margin-bottom:0px;color:#fff;}


.stickytooltip img{height:24px; margin:3px 1px 0 1px; vertical-align:middle;}



	.stickytooltip li{margin:1px 0px 3px 0px; font-weight: bold; color:#505a64;} /* Buchbar */
	.stickytooltip li.s1{font-weight:normal;background:#67b529; color:#3a6219; padding:3px; border-radius:3px;} /* Buchbar */
	.stickytooltip li.s2{font-weight:normal;background:#ffd647; color:#ac7900; padding:3px; border-radius:3px;} /* Termin auf Anfrage */
	.stickytooltip li.s3{font-weight:normal;background:#f28c47; color:#993300; padding:3px; border-radius:3px;} /* Wenig Plätze frei */
	.stickytooltip li.s4{font-weight:normal;background:#d7d7d7; color:#838383; padding:3px; border-radius:3px;} /* Ausgebucht / Nicht mehr buchbar */


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}

/* Für die Startseite */
.angebote+.stickytooltip img{width:100%; height:50px; margin:3px 1px 0 1px; vertical-align:middle;}