#news_archiv{
		cursor: pointer;
}
#bscal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ecf9e5;
	border: 1px solid #a3a3a3;
	z-index: 100;
	width: 210px;
	left: 0px;
	top: 0px;
	position: absolute;
}
#bscal .top {
		background: url(/images/menu-headline-bg.gif) repeat-x center;
		height: 18px;
}
#bscal .top td, #bscal td.bot{
        color: #ffffff;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
		padding:2px 4px 3px 4px;

}
#bscal td.bot {
		color: #000066;	
		cursor: pointer;
}
#bscal .but {
        height: 16px;
        /*border: 1px outset;*/
        cursor: hand;
}
#bscal .over {
        background: e1edda;
        color: black;
        cursor: pointer;
}

#bscal .week {
		height:14px;
        color: #FFFFFF;
        background: #336633;
}
#bscal .day {
        color: #000000;
		border: 1px solid #e1edda;
        background: #e1edda;
}
#bscal .today {
        color: black;
		background: #e6f2df;
}
#bscal TD.weekend {
        color: #CC3300;
		border: 1px solid #e1edda;
        background: #ecf9e5;
}
#bsifr {
	width: 210px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

