/****************/
/* Sidebar */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}
.SidebarItem
{
	border: solid 1px rgb(170,182,33);
	margin: 8px 0 0 0;
}
.SidebarHead, .SidebarHead a:link, .SidebarHead a:active, .SidebarHead a:visited
{
	display: block;
	line-height: 18px;
	padding: 4px 8px 3px 8px;
	background-color: rgb(215,238,168);
	text-decoration: none;
	font-weight: bold;
	color: rgb(112,121,5);
	border-bottom: solid 1px rgb(170,182,33);
}
.SidebarHead a:hover
{
	text-decoration: underline;
	color: rgb(255,255,255);
}
.SidebarContent
{
	display: block;
	padding: 4px 8px 4px 8px;
	color: rgb(51,51,51);
	background-color: rgb(255,255,255);
}
.SidebarContent a
{
	text-decoration: none;
	padding: 0 0 0 0;
}
.SidebarContent a:hover
{
	text-decoration: underline;
	color: rgb(182,59,46);
}
/* SidebarNav*/
.SidebarNavWrapper
{
	margin: 0;
	padding: 0;
}
.SidebarNavItem
{
	background-color: #99CCFF;
}
.SidebarNavItemSelected
{
	background-color: RED;
}


/* Panel mit dem Kalender-Control und den Suchfeldern*/
.pnCal
{
	width:180px;
	display:block;
	margin: 10px 0 0 0;
	font-size:0.8em;
}

.cal_block
{
	display:table;
	float:none;
	clear:both;
}
/* Kalendercontrol 
!!!  Achtung: wegen Bug vom Kalender-Control in ASP.NET 2.0 bitte
!!!  bei jefer css-Eigenschaft !important hinzufügen)
folgende css-Klassen wurden zugewiesen: 
.cal
.calDayHeader     - Style der Tagesüberschrift (Mo, Di etc.)
.calDay           - Style der Tage, die zum Monat gehören
.calNextPrev      - Style des Symbols für den Monatswechsler
.calOtherMonthDay - Style der Tage, die nicht zum angezeigten Monat gehören
.calSelectedDay   - Style des/der ausgewählten Tage
.calSelector      - Style des Symbols der Wochen- oder Monatsauswahl
.calTitle         - Style des Kaelndertitels (hier der Monat)
.calToday         - Style des aktuellen Tages (wenn nicht selektiert)
.calWeekend       - Style der Wochenendtage
*/

.calTitle 
{
    font-weight:bold;
}
.calDayHeader 
{
    background-color:#d2281c !important;
    color:#fff !important;
}
.calDay 
{
    color:#000 !important;
}
.calDay a, .calOtherMonthDay a, .calWeekend a, .calToday a
{
    color:#000 !important;
}
.cal2
{
	margin:0 0 5px 0;
	width:100%;
	border:none !important;
}

.cal2 a 
{
	text-decoration:none;
}

.calSelectedDay  
{
	background:#FF8000 !important ;
}
.calSelectedDay  a
{
	color:#FFF !important;
}
.calToday  
{
	background:#d3d3d3 !important ;
	border:1px solid #d2281c;
	color:#fff !important;
}

