/* CSS Document */

body,td,th {
text-align:justify;
vertical-align:top;
	font-family: Verdana, Arial, Helvetica, Times New Roman, Courier, sans-serif;
	font-size: 11px;
	color: #666666;
}
html, body {
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

#container {
    min-height: 100%;
    height:100%;
}

* html #container {
    height:100%
}

a {
	font-family: Verdana, Arial, Helvetica, Times New Roman, Courier, sans-serif;
	/*color:#00008B;*/
}
a:visited {
	color: #0066FF;/
	/*color:#27408B;*/
}
a:hover {
	color: #cc0000;
	text-decoration:none;
}
a:active {
	color: #0000CC;
}
.style1 {
	font-size: 24px;
	font-family: Arial, Helvetica, Times New Roman, Courier, sans-serif;
	font-weight: bold;
	color: #333333;
}
.style2 {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, Times New Roman, Courier, sans-serif;
	font-weight: bold;
}

.style3 {
padding:0px 5px 0px 5px;
vertical-align:top;
	color: #cc0000;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 12px;
}


.nav_point {
padding:8px 5px 0px 0px;
}

a.r_nav {
font-size:11px;
}

a.l_link{
font-size:10px;
color:#666666;
}

td.inf_letter {
padding:0px 10px 0px 0px;
font-weight:bold;
color:#cc0000;
vertical-align:top;
}

td.inf_quest {
font-weight:bold;
color:#000099;
padding:0px 0px 0px 0px;
text-align:justify;
vertical-align:top;
}

td.inf_text {
padding:0px 0px 0px 0px;
text-align:justify;
vertical-align:top;
}

.nav {
text-align:left;
font-family:verdana,arial; 
font-size:8pt; 
font-weight:bold; 
border-right: #999999 solid 1px; 
border-left: #ffffff solid 1px; 
border-bottom: #999999 solid 1px; 
border-top: #ffffff solid 1px;
background-color:#dddddd;
cursor:pointer;
padding:4px 0px 4px 10px;
}

.nav_over {
color:#444444;
text-decoration:none;
text-align:left;
font-family:verdana,arial; 
font-size:8pt; 
font-weight:bold; 
border-right: #ffffff solid 1px; 
border-left: #999999 solid 1px; 
border-bottom: #ffffff solid 1px; 
border-top: #999999 solid 1px;
background-color:#cccccc;
cursor:pointer;
padding:4px 0px 4px 10px;
}

.date {
	color: #cc0000;
	font-size:11px;
	padding-bottom:10px;
}

p.txt {
	color: #666666;
	font-size:11px;
}

a.txt {
	font-size:11px;
}

img.news {
margin-right:10px;
margin-bottom:10px;
}


						/** CALENDAR - BEGIN **/
/** The calendar table */
table.cal_month_table {
	text-align: center;
	width: 100%;	
}

/** Global styles for the calendar table cells */
table.cal_month_table td {
	font-family: Verdana, Arial, Helvetica, Times New Roman, Courier;
	font-size: 10px;
	padding: 1px 2px;
	width: 14%;
}

/** Global styles for the calendar table cells */
table.cal_month_table td a span, table.cal_month_table td span {
	font-family: Verdana, Arial, Helvetica, Times New Roman, Courier;
	font-size: 10px;
}

/** The month navigation row */
td.cal_mon_nav {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
}

td.cal_mon_nav a.cal_mon_nav, td.cal_mon_nav a.cal_mon_nav:hover {
	color: #cc0000;
	text-decoration: none;
}

/** The week day names rows */
td.cal_mon_weekday {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}

/** A common calendar day */
.cal_mon_day {
	color: #000000;
}

td.cal_mon_day {
	border: 1px solid #FFFFFF;
	background-color: #DDDDDD;
}

/** The current calendar day */
td.cal_mon_day_current {
	background-color: #DDDDDD;
	border: 1px solid #cc0000;
}

/** An empty cell displaying no calendar day */
td.cal_mon_day_empty {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/** Font color of a real holiday day */
span.cal_mon_day_holiday {
	color: #cc0000;
}

/** Font color of a maybe a holiday day */
span.cal_mon_day_maybeholiday {
	color: #888888;
}

/** The link for calendar days with entries */
a.cal_mon_day_event, a.cal_mon_day_event:hover {
	font-weight: bold;
	text-decoration: none;
}

/** ### Overview entries styles ### */

/** Element around complete overview block */
div.cal_wrapper {}

/** Element around "time" navigation */
div.cal_nav_time {}

/** Element around "switch view" links */
div.cal_nav_switch {
	margin-top: 5px;
}

div.inf_letter {
padding:0px 10px 0px 0px;
font-weight:bold;
color:#cc0000;
}

div.inf_quest {
font-weight:bold;
color:#000099;
padding:0px 0px 0px 0px;
text-align:justify;
}

div.inf_text {
padding:0px 0px 0px 0px;
text-align:justify;
}



span.cal_entry_date {}

a.cal_entry_link {
	font-weight: bold;
}

span.cal_entry_type {}

span.cal_entry_description {
	font-size: 0.9em;
}

/** ### Month list styles ### */

table.cal_monthlist {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	width: 100%;
}

table.cal_monthlist tr td {
	background-color: #DDD;
	padding: 3px;
}

table.cal_monthlist tr.holiday td {
	background-color: #DDD;
}

table.cal_monthlist tr.maybeholiday td {
	background-color: #DDD;
}

table.cal_monthlist tr td.day {
	vertical-align: top;
	padding-right: 6px;
	width: 1%;
	white-space: nowrap;
	color: #000000;
}

table.cal_monthlist tr td.entries div {
	margin-bottom: 8px;
	color: #000000;
}

table.cal_monthlist tr td.entries div.lastentry {
	margin-bottom: 0;
}

table.cal_monthlist tr.holiday td.day, table.cal_monthlist tr.holiday td.entries div {
	color: #cc0000;
}

table.cal_monthlist tr.maybeholiday td.day, table.cal_monthlist tr.maybeholiday td.entries div {
	color: #888888;
}

/** Link style of a common entry link */
table.cal_monthlist tr td.entries a {

}

/** Link style of a holiday entry link */
table.cal_monthlist tr.holiday td.entries a {

}

/** Link style of a maybe a holiday entry link */
table.cal_monthlist tr.maybeholiday td.entries a {

}

/** ### Side list styles ### */

/** Encloses the listed entries */
div.cal_side_entry_list {

}

/** Wrapper around a listed entry */
div.cal_side_entry_wrapper {
	margin-top: 8px;
}

/** Headline of a listed entry */
div.cal_side_entry_head {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
}

/** Descriptive teaser text of a listed entry */
div.cal_side_entry_teaser {

}

/** Date of a listed entry */
span.cal_side_entry_date {
	font-style: italic;
}

/** ### Detail view styles ### */

div.cal_detail_headline {
	font-weight:bold;
	color:#000099;
	padding:0px 0px 0px 0px;
	text-align:justify;
}

div.cal_detail_date {
	padding:0px 10px 0px 0px;
	font-weight:bold;
	color:#cc0000;		
}

p.cal_detail_location {

}

div.cal_detail_text {
	text-align:justify;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #DDD;
}

p.cal_detail_links ul {}

span.cal_detail_label {
	font-weight: bold;
}

						/** CALENDAR - END **/
				
				

						/** SUBSCRIBE - BEGIN **/
/* Block element surrounding complete subscription output html */
div.newslettersubscription-wrapper h1{
	font-weight: bold;
	font-size: 12px;
}


/* The subscription form */
form.newslettersubscription-form {
	width: 400px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	padding: 6px;
}

/* Block around the form radio buttons and corresponding text */
div.newslettersubscription-radio {
	padding: 0 0 4px 0;
}

/* Block around the email input field and its text */
div.newslettersubscription-email {
	padding: 4px 0 4px 0;
}

/* Block around the form buttons */
div.newslettersubscription-buttons {
	font-size:10px; 
	color:#747474; 
	font-weight:bold; 
	/*border: 1px solid #999999; 
	width:150px;
	border-top: 1px solid #BBBBBB;
	padding: 6px 0 0 0;*/
	text-align: center;
}

/* Email text input field */
input.newslettersubscription-email {
	border: 1px solid #CCCCCC;
	width: 200px;
}

/* Form buttons */
div.newslettersubscription-buttons input {
	font-size:10px; 
	color:#747474; 
	font-weight:bold; 
	border: 1px solid #999999; 

	/*border: 1px solid #555555;
	background-color: #CCCCCC;*/
}

/* Paragraph for validation error message headline */
p.newslettersubscription-error {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 4px;
}

/* List fo the validation error messages */
ul.newslettersubscription-error {
	margin-top: 0;
}


/* SMALL form for side inclusion */

/* The subscription form */
form.newslettersubscription-form-sm {
	width: 190px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	padding: 2px;
	margin: 5px;
}

/* Block around the form radio buttons and corresponding text */
div.newslettersubscription-radio-sm {
	padding: 0 0 2px 0;
	font-size: 10px;
}

/* Block around the email input field and its text */
div.newslettersubscription-email-sm {
	padding: 2px 0 2px 0;
	font-size: 10px;
}

/* Block around the form buttons */
div.newslettersubscription-buttons-sm {
	font-size:10px; 
	color:#747474; 
	font-weight:bold; 
	border 1px solid #999999; 
	/*padding: 6px 0 0 0;*/
	text-align: center;
}

/* Email text input field */
input.newslettersubscription-email-sm {
	border: 1px solid #CCCCCC;
	width: 130px;
	font-size: 10px;
}

/* Form buttons */
div.newslettersubscription-buttons-sm input {
	font-size:10px; 
	color:#747474; 
	font-weight:bold; 
	border: 1px solid #999999;
	/*border: 1px solid #555555;
	background-color: #CCCCCC;
	font-size: 10px;*/
}				

						/** SUBSCRIBE - END **/
