.blue					{ color: #000080 }
.wite					{ color: #FFFFFF }

body 					{ margin: 10pt; background-color: white; background-attachment: fixed; text-align: center; vertical-align: middle } 
p, li, td				{ color: black; font-size: 10pt; font-family: Verdana, Arial, Helvetica; widow: 3; orphans: 2 }
   
a					    { color: #000080; text-decoration: none }  
a:hover					{ color: red; text-decoration: underline   }
a:visited				{ color: #000080 }
a:active				{ color: #000080 }

h1					    { font-family: Arial, Helvetica; font-weight: bold; color: white; background-color: #426BBD; text-align: center }
h2, h3, h6				{ font-family: Arial, Helvetica; font-weight: bold; color: 000080}
h4, h5      			{ font-family: Verdana, Arial, Helvetica; font-weight: bold; color: black }

h1					    { font-size: 16pt }
h1.start				{ font-size: 12pt; background-color: #9999FF; text-align: left }
h2						{ font-size: 14pt }   
h3						{ font-size: 12pt }   
h4						{ font-size: 10pt }   
h5						{ font-size: 10pt; font-style: italic }
h6						{ font-size: 8pt; font-weight: normal }
.n				        { margin: 10pt;text-align: top;  vertical-align: left}


hr						{ width: 100%; height: 0,5pt; color: #426BBD; align: center }

table					{ background-color: white; }
ul						{ list-style-image: url('../images/rotpunkt.gif') }
.zab {font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #000000; }
/* Appearance of the Calendar-Modul */


.admin {
	
	border : 1px solid Black;
	width : 100%;
}

.calendar
{
	width : 180px;
	height : 180px;	
}

.calendar .headline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #426BBD;	
}

.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  {			/* hintergrund << < today > >>  */
	color: #FFFFFF;
	background-color: #426BBD;
	/*border-top: 1pt solid Black; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
    	font-size: 65%;
}


.calendar .overview {
	background-color: #FEFADE;			/*hintergrund kalenderblatt*/
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-bottom : 1pt dashed Black;
	height: 100%;
	width: 100%;	
}

.calendar .overview A:link {
	text-decoration: none;
	color: #000080;
}

.calendar .overview A:visited {
	text-decoration: none;
	color: #000080;
}

.calendar .overview A:hover{
	background-color: #D0D0D0;
	color: #000000;
	text-decoration: none;
}

.calendar .overview .last_month {		// pfeil letzer monat
	color: #CCCCCC;
}

.calendar .overview .next_month {		// pfeil nächster monat
	color: #CCCCCC;
}

.calendar .overview #today {			// heutiger tag
	color: #FFFFFF;
	background-color: #EAF0FF;
}

.calendar .overview #selected {			// ausgewählter tag
	color: #FFFFFF;
	background-color: #E0E0F0;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {			// mo di mi do fr
	background-color: #E0FADE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {			// termin an diesem tag	
	font-weight: bold;
	font-size: 130%;
	text-decoration: underline;
	color: #426BBD;				
}



/* Appearance of the Eventlist */

.event_list_title {
	font-family: Arial, Helvetica; 
	font-weight: bold; 
	color: white; 
	background-color: #426BBD; 
	text-align: center 		
	font-size: 12 pt;
}

.event_list {
	width : 500px;
	height: auto;
	background-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-bottom : 1pt dashed Black;
	border-left : 1pt dashed Black;
	border-right: 1pt dashed Black;
	border-top : 1pt dashed Black;
	text-align : center;	
	color: #000080;
}

.event_list .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #426BBD;
}

.event_list .col_status {
	width: 50pt;
	color: #FFFFFF;
}

.event_list .col_date {
	width: 100pt;	
	color: #FFFFFF;
}

.event_list .col_event {
	width: auto;	
	color: #FFFFFF;
}

.event_list .status {
	font-size: 80%;
   color: BLUE;
	font-weight: bold;   
}

.event_list .date {
    font-size: 75%;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list .event {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

.event_list A  {
  text-decoration: none;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	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: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
    border : 1pt solid;
		}

.event_info .headings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #c0c0c0;
    padding: 5pt 5pt 5pt 5pt;
/*	background : url(ice.jpg);*/
}

.event_info .title {
	background-color: #EAF0FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
	color: #000080;
}

.event_info .date {
	background-color: #EAF0FF;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 100pt;
	border-bottom : 1pt solid #000000;
}

.event_info .description {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
	font-size: 80%;
	color: #000080;
}

.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-size: xx-small;
	color: #CCCCCC;
}


.author_info A {
	color: #CCCCCC;
}

.next_event_select  {
	font-family: Arial, Helvetica, sans-serif;
	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: #000080;
	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;
}

