/***********************************************************
 *
 * Welcome to the source-code
 *
 * this file is part of the vhs-chemnitz.de project
 *
 * (C) 2006 SPLINELAB http://www.splinelab.com
 *
 * 2007-07-17
 *	fixed for safari
 *
 *
 * @author Mirko Schaal <ms(at)splinelab.com>
 * @version 1.0
 *
 ************************************************************/

#calendar {
	width:165px;
}

#calendar #borderWrap {
	border:1px dashed #A5A5A5;
}

#calendar #header {
	width:100%;
	height:21px;
	background-image:url(images/calendarheaderbg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:6px;
	border-bottom:2px solid #005CB3;
}
#calendar #header * {
	font-size:11px;
	color: #00389A;
	text-decoration:none;
}

#calendar #content {
	padding-top:12px;
	text-align:center; /* für'n IE */
	background-image:url(images/kalenderbg.jpg);
	background-repeat:repeat-x;
}

#calendar #content TABLE {
	border:0;
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
}

#calendar #content TABLE TH {
	font-size:10px;
	font-weight:bold;
	padding:8px 0 0 0; /* müsste im safari etwas mehr sein */
	border-bottom:1px solid #646465;
}
#calendar #content TABLE TH * {
	font-size:10px;
	font-weight:bold;
}

#calendar #content TABLE TD {
	font-size:10px;
	text-decoration:none;
	padding:3px 0 3px 0;
}
#calendar #content TABLE TD * {
	font-size:10px;
	text-decoration:none;
}
#calendar #content TABLE TD.so, #calendar #content TABLE TD.so * {
	color:#690202;
}
#calendar #content TABLE TD A {
	font-weight:bold;
	color:#DD671F;
}

#calendar #content TABLE caption {
	width:100%;
	font-size:11px;
	color:#0055AE;
	font-weight:bold;
	height:10px; /* dann klappt's auch im safari! */
}

#calendar #content TABLE CAPTION A {
	text-decoration:none;
	width:15px;
	height:15px;
	display:block;
}

#calendar #footer {
	background-image:url(images/kalenderschatten.gif);
	background-repeat:no-repeat;
	background-position:0 -5px;
	width:165px;
	height:17px;
}


#calendar DIV.prev {
	float:left;
	width:15px;
	height:15px;
	padding-top:4px;
	overflow:hidden;
	padding-left:5px;
}
#calendar DIV.title {
	float:left;
	font-size:11px;
	color:#0055AE;
	font-weight:bold;
	text-align:center;
	width:114px;
}
#calendar DIV.next {
	float:right;
	width:15px;
	height:15px;
	padding-top:4px;
	overflow:hidden;
	padding-right:5px;
}
