/* Appearance of the Calendar-Modul */

/* Appearance of the Eventlist */
/* Erste Zeile: Termine und Veranstaltungen */

p, a   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;

}


.list, .article {

	height: auto;
	background-color: #FEFADE;
         font-size: 80%;
	border : 1pt solid Black;
}

.list_title   {

	color: #000000;
	background-color: #FFFFFF;
}

.list .headings {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #808080;
/*	background : url(ice.jpg);*/
}

.list .col_status {
	width: 40pt;
}

.list .col_event {
	width: auto;

}

.list .line_color0 {
	background-color: #C0C0C0;
	padding-top:3pt;
	padding-bottom:3pt;

}

.list .line_color1 {
	background-color: #FFFFFF;
	padding-top:3pt;
	padding-bottom:3pt;
}


.list A  {

	text-decoration: none;
         color: "#0000FF";
}

.list A:hover  {

	text-decoration: underline;
}