/* Wie der Kalender aussieht... */

.calendar
{
	width : 180px;
	height: 180px;
	vertical-align:middle;
}

.calendar .headline {
	color: #ff0080;
	background-color: #006699;
	font-family: Tahoma;
	font-weight: bold;
	border-left : 2px double #c4d9dd;
	border-right: 2px double #c4d9dd;
	border-top : 2px double #c4d9dd;
	border-bottom : 1px double #c4d9dd;

/*	background : url(ice.jpg);*/
}

.calendar .headline A:link {
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: #FFFFFF;
	background-color: #006699;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: #FF0000;
	background-color: #006699;
	text-decoration: none;
}

.calendar .headline .today_select  {
	background-color: #58C2D1;
	border-top: 0pt solid #58C2D1; 
	font-family: Tahoma;
	font-weight: normal;
	text-align : center;
    font-size: 60%;
}


.calendar .overview {
	background-image:url(HintergrundKalender.png);
	font-size: 80%;
	font-family: Tahoma;
	text-align : center;
	height: 100%;
	width: 100%;
}

.calendar .overview a:link {
	text-decoration: none;
	background-image:url(HintergrundKalender.png);
   border: 0px solid white;
}

.calendar .overview a:visited {
	text-decoration: none;
	background-image:url(HintergrundKalender.png);
}

.calendar .overview #today a{
	background-image:url(space.png);
	background-color: #006699;
	color:#FFFFFF;
	font-weight: bold;
}

.calendar .overview .last_month {
	color: #800040;
}

.calendar .overview .next_month {
	color: #800040;
}

.calendar .overview #today a{
	background-image:url(space.png);
	background-color: #800040;
	color:#0000ff;
	border: 1px;
}

.calendar .overview #selected {
	color: #808080;
	border: 1px solid #999999;
}

.calendar .overview .dayname {
	background-color: #FEFADE;
	font-family: Tahoma;
	font-size: 120%;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
	
}

.calendar .overview .reserved {
	font-weight: bold;
	font-size: 100%;
	color:#82C4F4;
}

/* Appearance of the Eventlist */

.event_list_title   {
	font-family : Tahoma;
	font-size: 16px;
	color: #006699;
	background-color: #FFFFFF;	
}

.event_list {
	width : 98%;
	height: auto;
	background-color: #FEF9D3;
	font-family: Tahoma;
	font-size: 100%;
	border : 1pt solid Black;
}

.event_list .headings {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
	background-color: #006699;
/*	background : url(ice.jpg);*/
}

.event_list .col_status {
	width: 80pt;
}

.event_list .col_date {
	width: 120pt;
}

.event_list .col_event {
	width: auto;
}

.event_list .status {
	font-size: 90%;
	color: #F40232;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
   font-size: 100%;
	color: #696969;
	font-family: Tahoma;
}

.event_list .event {
	font-size: 100%;
	font-family: Tahoma;
	vertical-align : top;
}

.event_list .line_color0 A  {
  text-decoration: none;
  background-color:#DDE7FF;
}

.event_list .line_color0 A:hover  {
  text-decoration: underline;
}

.event_list .line_color1 A  {
  text-decoration: none;
  background-color:#EAF0FF;
}

.event_list .line_color1 A:hover  {
  text-decoration: underline;
}


.event_list .error_message {
	font-size: 80%;
	font-family: Tahoma;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #EAF0FF;
	}
	
.cal_view_select {
margin: 5px;
}
	

/* Appearance for Event-Infos */

.event_info {
	width : 500px;
	height: auto;
	background-color: #FEFADE;
	background-image:url(bg1);
	font-family: Tahoma;
	font-size: 100%;
   border : 1pt solid;
   margin-left:auto; margin-right:auto
}

.event_info .headings {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #006699;
    padding: 5pt 5pt 5pt 5pt;
/*	background : url(ice.jpg);*/
}

.event_info .title {
	font-family: Tahoma;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
}

.event_info .date {
	background-color: #EAF0FF;
	color: #006699;
	font-family: Tahoma;
	font-size: 100%;
	width: 100pt;
	border-bottom : 1pt solid #000000;
}

.event_info .description {
	font-family: Tahoma;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 100%;
}

.line_color0 {
	background-color: #DDE7FF;
	padding-top:5pt;
	padding-bottom:5pt;
}

.line_color1 {
	background-color: #EAF0FF;
	padding-top:5pt;
	padding-bottom:5pt;
}

.author_info {
	font-family: Arial;
	font-size: xx-small;
	color: #CCCCCC;
}

.author_info A {
	color: #CCCCCC;
}

.next_event_select  {
	width:180px;
	font-family: Tahoma;
	font-size: 80%;
	background-color: #FFFFFF;
	text-align : left;
}

.next_event_select A {
	font-size: 100%;
	color: #82C4F4;
	background-color: #FFFFFF;
	text-align : center;
	text-decoration: underline;
}


.qs_months, .qs_prev_years, .qs_next_years {
	position : absolute;
	width:50px;
	background-color: #77AADD;
	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: Tahoma;
	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;
	background-color: #77AADD;
}

.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;
	background-color: #77AADD;
}

