﻿#Calender
{
    font-size: x-small;
    color: Black;
    text-decoration: none;
    font-family: Arial;    
}



#Calender a span
{
    text-decoration: none;
	border-style: none;  
	position: relative;
	top: -6px; 
	color: #555555
}

#Calender a
{
    text-decoration: none;
    font-size: 8pt;
}

#Calender tr
{
	margin: 5px;
}

#Calender a span:hover
{
    text-decoration: underline;
    color: #2e2e2e;
}

.CalDay
{
	background-image: url(../_img/Kalender/BG.gif);
	cursor: default;
}

.CalDay:hover
{
	background-image: url(../_img/Kalender/bgAktive.gif);
}

.CalOtherDay
{
	 background-image: none;	
}

#T_WochenTage span
{
	border: solid 1px #dddddd;
	font-weight: bold;
	margin-left: 6px;
	margin-right: 27.3pt;
	padding : 2px;
	color: #555555;
}

.Item
{
	font-size: 22pt;
	font-weight: 900;
	width: 100%;
	text-align: center;
	font-family: arial;
	height: 100%;
	cursor: default;
}

.CalTitel
{
	margin-bottom: 5px;	
	margin-top: 5px;	
}

#ChangeMonth
{	
	width: 390px;
}

.CalSelDate
{
    background-image: none;
    color: #2e2e2e;
}
