/* Stickys */
.sticky,
.sticky_long {
	position:absolute;
	width:27px;
	height:109px;
	display:block;
	z-index:10;
	cursor:pointer;
}

.sticky p { display:none; }

.sticky_long { 
	width:317px;
	background:url(../_layout/stickyHG.gif) no-repeat right;
}

.sticky_long p {
	display:block;
	margin:0px;
	position:relative;
	left:1px;
	padding:3px 35px 3px 10px;
	text-align:right;
	font-size:10px;
	font-style:italic;
	height:103px;
	width:272px;
}
/** wird per PHP an Ort und Stelle generiert
#alleenfonts { background-image:url(../_layout/stickyLabel_alleenfonds.gif); }
#alleenfonts.sticky_long { background:url(../_layout/stickyHG.gif) right top no-repeat; }
#alleenfonts.sticky_long p { background:url(../_layout/stickyLabel_alleenfonds.gif) right top no-repeat; }

#alleenfonts2 { background-image:url(../_layout/stickyLabel_alleenfonds.gif); }
#alleenfonts2.sticky_long { background:url(../_layout/stickyHG.gif) right top no-repeat; }
#alleenfonts2.sticky_long p { background:url(../_layout/stickyLabel_alleenfonds.gif) right top no-repeat; }
*/

