/* Appearance of the Calendar-Modul */.calendar{	width : 180px;	height: 180px;	margin-top: 25px;	margin-left: 30px;	margin-bottom: 75px;}.calendar .headline {	color: #FFFFFF;	font-family: verdana, helvetica, arial;	background-color: #14395c;	border-bottom : 1pt solid Black;	border-left : 1pt solid Black;	border-right: 1pt solid Black;	border-top : 1pt solid Black;/*	background : url(ice.jpg);*/}.calendar .headline A:link {	color: #FFFFFF;	text-decoration: none;}.calendar .headline A:visited {	color: #FFFFFF;	text-decoration: none;}.calendar .headline A:hover {	color: #FF0000;	text-decoration: none;}.calendar .headline .today_select  {	background-color: #666666;	border-top: 1pt solid Black; 	font-family: verdana, helvetica, arial;	font-weight: normal;	text-align : center;	text-decoration: underline;	    font-size: 65%;}.calendar .overview {	background-color: #FEFADE;	font-size: 80%;	font-family: verdana, helvetica, arial;	text-align : center;	border-left : 1pt solid Black;	border-right: 1pt solid Black;	border-bottom : 1pt solid Black;	height: 100%;	width: 100%;}.calendar .overview A:link {	text-decoration: none;	color: #000000;}.calendar .overview A:visited {	text-decoration: none;	color: #000000;}.calendar .overview A:hover{	background-color: #FF0000;	color: #FFFFFF;	text-decoration: none;}.calendar .overview .last_month {	color: #CCCCCC;}.calendar .overview .next_month {	color: #CCCCCC;}.calendar .overview #today {	color: #FFFFFF;	background-color: #FF9933;}.calendar .overview #selected {	color: #FFFFFF;	background-color: #FF0000;	margin-top: auto;	margin-bottom: auto;}.calendar .overview .dayname {	background-color: #FEFADE;	font-family: verdana, helvetica, arial;	color: #000000;	margin-top: auto;	margin-bottom: auto;}.calendar .overview .reserved {	font-weight: bold;	font-size: 120%;	text-decoration: underline;}/* Appearance of the Eventlist */.event_list_title   {	font-family : verdana, helvetica, arial;	font-size: 16px;	color: #505050;/*	background-color: #FFFFFF;	*/}.event_list {	width : 98%;	height: auto;	background-color: #FEFADE;	font-family: verdana, helvetica, arial;	font-size: 100%;	border : 1pt solid Black;}.event_list .headings {	font-family: verdana, helvetica, arial;	font-weight: bold;	color: #FFFFFF;	font-size: 100%;	background-color: #006699;/*	background : url(ice.jpg);*/}.event_list .col_status {	width: 50pt;}.event_list .col_date {	width: 125pt;}.event_list .col_event {	width: auto;}.event_list .status {	font-size: 100%;	color: Clack;	font-weight: bold;   	vertical-align: middle;}.event_list .date {    font-size: 95%;	color: #888888;	font-family: verdana, helvetica, arial;	padding-top: 5px;	padding-bottom: 5px;}.event_list .event {	font-size: 100%;	font-family: verdana, helvetica, arial;	vertical-align: middle ;}.event_list A  {  text-decoration: none;}.event_list A:hover  {  text-decoration: underline;}.event_list .error_message {	font-size: 80%;	font-family: verdana, helvetica, arial;	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 : 98%;	height: auto;	background-color: #FEFADE;	font-family: verdana, helvetica, arial;	font-size: 100%;    border : 1pt solid;		}.event_info .headings {	font-family: verdana, helvetica, arial;	color: #FFFFFF;	font-size: 100%;	background-color: #CCCCCC;    padding: 5pt 5pt 5pt 5pt;/*	background : url(ice.jpg);*/}.event_info .title {	font-family: verdana, helvetica, arial;	font-size: 100%;	padding-left: 5px;	border-bottom : 1pt solid #000000;}.event_info .date {	background-color: #EAF0FF;	color: #006699;	font-family: verdana, helvetica, arial;	font-size: 95%;	padding-left: 5px;	width: 125pt;	border-bottom : 1pt solid #000000;}.event_info .description {	font-family: verdana, helvetica, arial;	padding: 10pt 10pt 10pt 10pt;	font-size: 100%;}.line_color0 {	background-color: #DDE7FF;	padding-top:3pt;	padding-bottom:3pt;}.line_color1 {	background-color: #EAF0FF;	padding-top:3pt;	padding-bottom:3pt;}.author_info {	font-family: Arial;	font-size: xx-small;	color: #CCCCCC;}.author_info A {	color: #CCCCCC;}.next_event_select  {	font-family: verdana, helvetica, arial;	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 {	zindex : 1000;	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: verdana, helvetica, arial;	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;}