/* Appearance of the Calendar-Modul */

BODY	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
	color: black; 
	background-color: white;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	scrollbar-arrow-color: white;
	scrollbar-face-color: #CC0000;
	scrollbar-track-color: white;
}

H1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: black;
}

.dato, .copy	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: black;
}

.print	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

HR {
	color: #CC0000;
}

.calendar
{
	width : 180px;
	height: 180px;
}

.calendar .headline {
	font-size: 18px;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #CC0000;
	border-bottom : 1pt solid Black;
	border-left : 1pt solid Black;
	border-right: 1pt solid Black;
	border-top : 1pt solid Black;
}

.calendar .headline A:link {
	color: black;
	text-decoration: none;
}

.calendar .headline A:visited {
	color: black;
	text-decoration: none;
}

.calendar .headline A:hover {
	color: black;
	text-decoration: none;
}

.calendar .headline .today_select  {
	color: black;
	background-color: white;
	border-top: 1pt solid Black; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	text-align : center;
	text-decoration: underline;	
    	font-size: 65%;
}


.calendar .overview {
	background-color: white;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	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;
}

.calendar .overview A:visited {
	text-decoration: none;
}

.calendar .overview A:hover{
	background-color: blue;
	color: white;
	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: blue;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .dayname {
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: auto;
}

.calendar .overview .reserved {
	font-weight: bold;
	text-decoration: underline;
}

/* Appearance of the Eventlist */

.event_list_title   {
	color: black;
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
}

.event_list {
	width : auto;
	height: auto;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	border-bottom : 1pt solid Black;
	border-left : 1pt solid Black;
	border-right: 1pt solid Black;
	border-top : 1pt solid Black;	
}

.event_list .headings {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #CC0000;
}

.event_list .col_status {
	font-size: 18px;
	font-weight: bold;   
	width: 50pt;
}

.event_list .col_date {
	font-size: 18px;
	font-weight: bold;   
	width: 100pt;
}

.event_list .col_event {
	font-size: 18px;
	font-weight: bold;   
	width: auto;
}

.event_list .status {
	font-size: 13px;
	color: red;
	font-weight: bold;   
	vertical-align : top;
}

.event_list .date {
	font-size: 13px;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}

.event_list .event {
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	vertical-align : top;
}

.event_list A  {
  text-decoration: none;
}

.event_list A:hover  {
  text-decoration: underline;
}

.event_list .error_message {
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left : auto;
	margin-right : auto;
	padding-left : 10pt;
	padding-right : 10pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
	background-color: #FFFF99;
	}
	
.cal_view_select {
margin: 5px;
}
	

/* Appearance for Event-Infos */

.event_info {
  	width : auto; 
	height: auto;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	border : 1px solid;
		}

.event_info .headings {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	font-size: 18px;
	font-weight: bold;   
	background-color: #CC0000;
	padding: 5pt 5pt 5pt 5pt;
}

.event_info .title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom : 1pt solid #000000;
}

.event_info .date {
	background-color: white;
	color: #CC0000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 185px;
	border-bottom : 1pt solid #000000;
}

.event_info .description {
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 10pt 10pt 10pt 10pt;
}

.line_color0 {
	background-color: white;
	padding-top: 3pt;
	padding-bottom: 3pt;
}

.line_color1 {
	background-color: #E9E9E9;
	padding-top:3pt;
	padding-bottom:3pt;
}

.author_info {
	font-size: 9px;
	color: #CCCCCC;
}

.author_info A {
	color: #CCCCCC;
}

.next_event_select  {
	font-family: verdana, 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: #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, 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;
}
.over {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
}HR {
	color: #CC0000;
}
HR.1 {
	color: white;
}
<!-- Interne mv. -->
A.set1:link {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: blue;
	background: none;
}
A.set1:visited {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: purple;
	background: none;
}
A.set1:active {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: red;
	background: none;
}
A.set1:hover {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: red;
	background: none;
}
<!-- Almindelige links -->
A.set3:link {
	color: blue;
}
A.set3:visited {
	color: purple;
}
A.set3:active {
	color: red;
}
A.set3:hover {
	color: red;
}
<!-- Kolofon -->
A.set4:link {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: white;
	background: none;
}
A.set4:visited {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: white;
	background: none;
}
A.set4:active {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: black;
	background: none;
}
A.set4:hover {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none; 
	color: black;
	background: none;
}


