#helpLayer{
	position:absolute;
	left:659px;top:0;width:140px;height:20px;
	z-index:5001;overflow:hidden;
}
#bBoxTop,
#bBoxBottom{
	width:799px;
	height:5px;
	background:url(/img/css/boxBlueTop.gif) no-repeat;
	display:none;
}
#bBoxBottom{
	background:url(/img/css/boxBlueBottom.gif) no-repeat;
}
#helpLayer:hover {
	left:0px;
	width:799px;
	height:auto;
}
#helpText{
	background:#95aed6;
	display:none;
	padding:5px;
	font-weight:normal;
}
#helpLayer:hover #helpText,
#helpLayer:hover #bBoxBottom,
#helpLayer:hover #bBoxTop
{
	display:block;
}
#helpButton{
	float:right;
	padding-right:5px;
}
#helpLayer:hover #helpButton{display:none;}
.highLight{
	width:100px;
	display:run-in;
	background:#dde9f9;
}
#helpText td.lightYellow b{
	font-size:14px;
}
#helpText td.lightYellow sup{
	font-weight:bold;
	font-size:20px;
	vertical-align : sub;
}
/**	Datum */
.Mo,.Di,.Mi,.Do,.Fr{
	color:#555;border-bottom:1px solid #AAAAAA;
}
.Sa{background:#dde9f9;color:#000;}
.So{background:#b8cbe5;color:#000;
	border-bottom:1px solid #000000;
	font-weight:bold;}
.selected{background:#fdfe4f;}
