/* CSS Document */


/* tooltip styling. by default the element to be styled is .tooltip  */

/* tooltip styling 
background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png);
*/
.tooltip {
	display:none;
	/*background:url('/multimedia/saalplan/res/pics/sb_gold_bg.gif') repeat #FDFDFD;*/
	height:100px;
	width:180px;
	padding:20px 20px 10px 20px;
	font-size:11px;
	color:#fff;
	z-index:99;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/*
#InfoBox {
	visibility: hidden;
	position: absolute;
	z-index:99;
	width:200px;
	height:100px;
	border:1px solid #860000;
}


/* weitere Box in der Info-Box für padding * /
#BoxInnen {
	background:url(../../../pics/main_navi_bg.jpg) repeat #FDFDFD;
}

/* Formatierung Texte in der Info-Box * /
#BoxInhalte {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#860000;
	background:none;
	line-height:130%;
}

#BoxInhalte h3 {
	display:block;
	padding:0px 4px 0px 4px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:130%;
	color:#fff;
	background-color:#860000;
	widows:200px;
}

#BoxInhalte h3 .BoxCloseButton {
	display:inline;
	float:right;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	text-decoration:none !important;
	line-height:130%;
	color:#fff !important;
	font-weight:bold;
	background-color:#860000;
	widows:200px;
}

*/
