/*  Kalender */

.KalenderHeute {
	border: 1px solid #FFF;
	font-weight: bold;
	padding-left: 3px;}
	
.KalenderTag {
	color: #0ff;
	font-weight: normal;
	width: 40px;
	text-align: center;
	padding: 1px;}
	
.KalenderAktiv {
	color: #B8121A;}

#EventkalenderBody {
	margin-top:-7px;
	padding-left:0;
	width: 144px;
	min-height:150px;
	background-image:url(/Data/images/BG-Kalender.png);
background-color: #eee;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	font-weight: normal;
	color: #000;}
	
.Eventheute {
	margin-top:-7px;
	padding-left:10px;
	padding-top:10px;
	width: 134px;
	min-height:160px;
	background-image:url(/Data/images/BG-Kalender.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;}

.heute {
	margin:0;
	font-size:12px;
	line-height: 16px;
	font-weight:bold;
	color: #FFF;}


.News {
	padding-top: 4px;
	padding-left: 8px;}

.Space {
	height: 20px;}
	
.inaktiv {
	color: #eee;}
	
.Nummer {
	background-color: blue;
	color: #FFF;
	font-weight: bold;
	padding: 1px 2px 1px 2px}
	
.Link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;}

