

/* Tool-Tip */

#ttp-bx {
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 100000;
	background-color: #9c985f;
}

#ttp-content {
	padding: 2px 10px 2px 10px;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px #888; 
	-moz-box-shadow: 0px 0px 5px #888; 
	box-shadow: 0px 0px 5px #888;
	font: 11px/18px Trebuchet MS, Trebuchet, Verdana, sans-serif;
	letter-spacing: 0.1em;
	behavior: url(fileadmin/templates/css/PIE.php);

}

#ttp-bx .ttp-corner {
	position: absolute;
	width: 15px;
	height: 15px;
	background: transparent url(imgs_toolbox/ttp/ecke.png) 0 0 no-repeat;
	bottom: -15px;
	left: 0;
}


/* Bubble-Box */

#bbx-bx {
	border: 3px solid #fff;
	background: #fff url(imgs_toolbox/bbx/verlauf.jpg) 0 bottom repeat-x;
	padding: 20px;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 100000;
	
	-webkit-box-shadow: 0px 0px 15px #888; 
	-moz-box-shadow: 0px 0px 15px #888; 
	box-shadow: 0px 0px 15px #888;
	
	behavior: url(fileadmin/templates/css/PIE.php);
}

#bbx-wait {
	width: 30px;
	height: 30px;
	background: transparent url(imgs_toolbox/bbx/spin.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
}

#bbx-bx .bbx-corner,
#bbx-bx .bbx-xbox {
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(imgs_toolbox/bbx/skin.png) -120px -13px no-repeat;
}

#bbx-bx.u-l .bbx-corner {
	bottom: -30px;
	left: 0;
}

#bbx-bx.u-r .bbx-corner {
	bottom: -30px;
	right: 5px;
}

#bbx-bx.o-l .bbx-corner {
	top: -22px;
	left: 0;
	background-position: -160px -13px;
}

#bbx-bx.o-r .bbx-corner {
	top: -22px;
	right: 5px;
	background-position: -160px -13px;
}

#bbx-bx.r-o .bbx-corner {
	top: 10px;
	right: -28px;
	background-position: -90px -13px;
}

#bbx-bx.r-u .bbx-corner {
	bottom: 3px;
	right: -28px;
	background-position: -90px -13px;
}

#bbx-bx.l-o .bbx-corner {
	top: 10px;
	left: -25px;
	background-position: -40px -13px;
}

#bbx-bx.l-u .bbx-corner {
	bottom: 3px;
	left: -25px;
	background-position: -40px -13px;
}

#bbx-bx .bbx-xbox {
	top: -13px;
	right: -13px;
	background-position: -5px -13px;
	display: none;
	cursor: pointer;
	cursor: hand;
}

#bbx-bx.w-xbox .bbx-xbox {
	display: block;
}