.calendar

{

	width : 180px;

	height: 180px;

	margin: 0 auto;

	margin-top: 30px;

	margin-bottom: 30px;

}





.topCal .currMonth {

	width: 80%;

	color: #FF0000;

	font-size: 14px;

	text-align: center;

	margin: 0 auto;

	font-weight: bold;

	float: left;

	

}



.topCal .leftArw {

	float: left;

	left: 0px;

}



.topCal .rightArw {

	float: right;

	right: 0px;

}



.calendar .overview {

	text-align : center;

	border: 1px solid #FFFFFF;

	height: 100%;

	width: 100%;

	margin-top: 10px;

}



.calendar .overview a:link {

	outline: none;

	color: #6D6D6D;

	text-decoration: none;

}



.calendar .overview a:visited {

	color: #6D6D6D;

	text-decoration: none;

}



.calendar .overview a:hover{

	outline: none;

	color: #FF0000;

	text-decoration: none;

}



.calendar .overview #today {

	font-weight: bold;

	color: #FFFFFF;

}



.calendar .overview #today a{

	color: #FFFFFF;

}







.calendar .overview .last_month {

	color: #000000;

	visibility: hidden;

}



.calendar .overview .next_month {

	color: #000000;

	visibility: hidden;

}





.calendar .overview .dayname {

	color: #FF0000;

	font-weight: bold;

}



.calendar .overview .reserved {
	

}



.calendar .overview .reserved a{

	font-weight: bold;

	color: #FF0000;

}











/* Appearance of the Eventlist */







h2 {

color: #FFFFFF;

}





.newsList {

	height: auto;

	font-size: 100%;

	border : 1pt solid Black;

}



.newsList .headings {

	font-weight: bold;

	color: #FFFFFF;

	font-size: 100%;

}



.newsList .col_status {

	width: 50pt;

}



.newsList .col_date {

	width: 100pt;

}



.newsList .col_event {

	width: auto;

}



.newsList .status {

	font-size: 80%;

	color: Red;

	font-weight: bold;   

	vertical-align : top;

}



.newsList .date {

	color: #888888;

}



.newsList .event {

	vertical-align : top;

}





.newsList .error_message {

	font-size: 80%;

	margin-left : auto;

	margin-right : auto;

	padding-left : 10pt;

	padding-right : 10pt;

	padding-top: 10pt;

	padding-bottom: 10pt;

	}

	

.cal_view_select {

margin: 5px;

}

	





















/* Appearance for Event-Infos */

















.event_info {

	width : 500px;

	height: auto;

	font-size: 100%;

}



.event_info .headings {

	font-weight: bold;

	color: #FFFFFF;

	font-size: 100%;

    padding: 5pt 5pt 5pt 5pt;

/*	background : url(ice.jpg);*/

}



.event_info .title {

	color: #FF0000;

	padding-bottom: 5px;

	margin-bottom: 10px;                   

}



.event_info .date {

	color: #6D6D6D;

}



.event_info .description {

	padding: 20px 0;

}



.line_color0 {

	padding-top:3pt;

	padding-bottom:3pt;

}



.line_color1 {

	padding-top:3pt;

	padding-bottom:3pt;

}



.author_info {

	font-family: Arial;

	font-size: xx-small;

	color: #FFFFFF;

}



.author_info a {

	color: #FFFFFF;

}



.next_event_select  {

	font-size: 80%;

	text-align : left;

}



.next_event_select a {

	font-size: 100%;

	color: #82C4F4;

	text-align : center;

	text-decoration: underline;

}





/*.qs_months, .qs_prev_years, .qs_next_years {

	zindex : 1000;

	position : absolute;

	width:50px;

	border: 1pt solid Black; 

	padding-left: 5px;

	padding-right: 5px;

	visibility: hidden;

}



.qs_months table, .qs_prev_years table, .qs_next_years table {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 75%;

}



.qs_months table a, .qs_prev_years table a, .qs_next_years table a {

	display:block; width: 30px;

	text-decoration : none;

	color: black;

}



.qs_months table a:hover, .qs_prev_years table a:hover, .qs_next_years table a:hover {

	display:block; width: 30px;

	background-color: red;

	color: white;

}*/



