/*      VERWENDETE FARBEN     */

/* H1, H2             #005e1d */
/* MENU BG            #007f33 */
/* ABK, AKRONYM       #00933b */
/* ROOTLINE BG        #f5faf5 */
/* ROOTLINE BORDER    #1fa12d */
/* TEXTPIC CAPTION    #c2deb8 */
/* FILELINK DL BG     #ebf4e9 */
/* FILELINK BORDER    #c7e2c4 */


.calendar-table{
	width:100%;
	/* padding:1em; */
}
.calendar-table a{
	text-decoration: none;
}
.calendar-table TD, .calendar-table TH{
	padding:5px;
	text-align:center;
}
.calendar-table TH{
	color:#005e1d;
	border-top:1px solid #c7e2c4;
	border-bottom:1px solid #c7e2c4;
}

.linked_today{
	padding:2px;
	color:#000;
	background-color:#ebf4e9;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #005e1d;
}
.linked_today_nolink{
	padding:2px;
	color:#000;
	background-color: #FFF;
	border:1px solid #005e1d;
}

.linked_day {
	padding:2px;
	color:#000;
	background-color:#F5F5F5;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #c7e2c4;
}

.columNext, .columPrevious, .columYear {
font-weight: bold;
}

.columNext A:link, .columNext A:visited, .columPrevious A:link, .columPrevious A:visited {
color: #000;
font-size: 1.3em;
}

.columNext A:hover, .columPrevious A:hover {
color: #005e1d;
font-size: 1.3em;
}

/* List view CSS */

.newsCalendar_listBody{
	/* padding:1em; */
}
.newsCalendar_listItem{
	padding-top: 3px;
	font-size:1em;
	padding-left:1em;
}

.newsCalendar_listItem A, .newsCalendar_listItem A:visited {
font-size: .9em;
color: #007f33;
text-decoration: none;
border-bottom-style: dotted;
border-bottom-color: #007f33;
border-bottom-width: 1px;
letter-spacing: normal;
}

.newsCalendar_listItem A:hover {
border-bottom-style: solid;
}

.newsCalendar_listItemHeader{
color: #000;
	padding-top: 15px;
	font-weight:bold;
	font-size:1em;
}
