/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2004, Peter Schuetz */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* basic elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 10px;
	padding: 0px;
}

h3 {
	font-size: 130%;
	margin-bottom: 8px;
}


/* Global styles*/ 
a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #6c6c6c;
}

a:active {
	color: #C00;
}

acronym {
	font-style: normal;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #7C7C7C;
	cursor: help;
	}

/* table styles 
* valid for all tables
*/

table {
	font-size: 95%;
} 

th {
	margin-bottom: 0px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D775C;
	background-color: #B9D3EE;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}



/* Site sections */

#container { 
}


/* The Holiday list table 
* 
*/
.holiday_list {

}


/* 
* row0 and row1 are used for alternate line colours  
* valid for weekday holidays (Mon to Fri)
*/
tr.legende {
	color: #000000;
	background-color: #EEE;
}

tr.row0 {
	color: #000000;
	background-color: #FFF;
}
tr.row1 {
	color: #000000;
	background-color: #EEE;
}
.row_mrkrt {
	color: #000000;
	background-color: #FEDEBA;
/*	background-color: #FDD; */
}

/* 
* row0w and row1w are used for alternate line colours  
* valid for weekend holidays (Sat & Sun)
*/
tr.row0sat {
	color: #777;
	background-color: #FFF;
}
tr.row1sat {
	color: #777;
	background-color: #EEE;
}
tr.row0sun {
	color: #CC0000;
	background-color: #FFF;
}
tr.row1sun {
	color: #CC0000;
	background-color: #EEE;
}
/* 
* row_ft is used to display a "today holiday"
*/
tr.row_ft {
	color: #000;
	background-color:#b0d7ae;
/*	background-color:c;  bis 28.10.2011) */
}

/* 
* row0_past and row1_past are used for alternate line colours 
* valid for past dates
*/
tr.row0_past {
	background-color: #FFF;
	color:#7C7C7C;
}
tr.row1_past {
	background-color: #EEE;
	color:#7C7C7C;
}
/* 
* rowactive is used to mark the current line (Mouse over) 
* in the holidays list
*/
tr.rowactive {
	background-color: #CDBE70;
}

/* Table cells
td.lft {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* .ctr (center) */
td.ctr {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* .rgt (right) */
td.rgt {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* 
* Table definitions for the geographic selection table
*/
#geo_table  {
	width: 100%;
/*	margin-top: 10px; */
	margin-top: 0;
	margin-bottom: 0;
	border-top: none;
	background-color:#cccccc;
	border-top: #fff 2px solid;
}



#search_table {
	width: 100%;
	background-color:#eeeeee;
	padding-left: 10px;
	margin: 0 0 45px 0;
}
/* 
* Cell definitions for the geographic selection table
*/
#geo_table tr {
	padding: 0;
	margin:0;
	border: none;
}
#geo_table td {
	padding: 0;
	margin:0;
	border: none;
}
#geo_table td.geo_pfad {
	margin:0;
	padding: 10px;	
	background-color:#ccc;

}
#geo_table td.geo_auswahl {
	padding-bottom: 10px;
	background-color:#ccc; 

}
#geo_table img {
	padding-left: 10px;
}

#geo_menu {
	margin: 0;	
	padding:0;
	z-index: 10;
}

#geo_section {
	margin: 0;	
	padding:0;
	z-index: 9;
}

.geo_instruction {
	margin: 0 10px 0 0;
	padding-top: 6px;	
	padding-left: 10px;
	padding-right: 10px;
	background-color:#C00;
	color:#FFF;
	font-weight: bold;
	border-bottom:#FFF 2px solid;
}

.geo_choosemap a {
	margin:0;
	padding: 6px 6px 0 6px;
/*	padding-top: 6px;	
	padding-left: 6px;	
	padding-right: 6px; */
	background-color:#eeeeee;
	color:#333;
	font-size: 90%;
	text-decoration: none;
}

.geo_choosemap a:hover {
		background-color: #CDBE70;
		color: #fff;
}

.geo_choosemap_active {
	font-weight:bold;
	background-color:#ccc;	
	padding: 6px 6px 0 6px;
/*	padding-top: 6px;	
	padding-left: 6px;	
	padding-right: 6px; */
	padding-bottom: 2px;
	font-size: 90%;
}


/* Menubar Contents */
#content_nav {
	margin:0;
	padding:0;
	z-index:21;	
}

#content_nav a {
	margin:0;
	padding: 6px 6px 0 6px;
/*	padding-top: 6px;	
	padding-left: 6px;	
	padding-right: 6px; */
	background-color:#eeeeee;
	color:#333;
	font-size: 90%;
	text-decoration:none;	
}
#content_nav a:hover {
		background-color: #CDBE70;
		color: #fff;
}

#content_nav a.exportieren_button {
	color:#000;
	background-color: #e6c04d !important;
/*	border-bottom:#d5d03c 1px solid;	 */
}

.content_nav_active {
	font-weight:bold;
	background-color:#ccc;	
	padding: 6px 6px 0 6px;
/*	padding-top: 6px;	
	padding-left: 6px;	
	padding-right: 6px; */
	padding-bottom: 2px !important; 
/*	border-top:#7C7C7C 1px solid;
	border-left:#7C7C7C 1px solid;
	border-right:#7C7C7C 1px solid;	 */
	font-size: 90%;
}
.content_nav_sep {
	padding: 0 5px 0 0;
}
/* ------------------------------------------- */


.content_subnav {
	margin: 0;
	padding: 0 0 2px 0;
	z-index:21;
	border-bottom:#7C7C7C 1px solid;	 
}

.content_subnav a {
	margin:0;
	padding: 6px 6px 2px 6px;
	background-color:#eee;
	color:#333;
/*	border-top:#7C7C7C 1px solid;
	border-left:#7C7C7C 1px solid;
	border-right:#7C7C7C 1px solid;	
	border-bottom:#eee 1px solid;	 */
	font-size: 90%;
	text-decoration: none;
}
.content_subnav a:hover {
		background-color: #CDBE70;
		color: #fff;
}

.content_subnav_active {
	font-weight:bold;
	background-color:#CCCCCC;	
	padding: 6px 6px 5px 6px;
	1px solid;	
	font-size: 90%;
}


/* ------------------------------------ */

.content_member {
	margin:0;
	padding: 0 0 3px 0;
	z-index:21;
	border-bottom:#C90 2px solid;
}

.content_member a {
	margin:0;
	padding-top: 3px;	
	padding-left: 6px;	
	padding-right: 6px;
	padding-bottom: 3px;	
	background-color:#FC3;
	color:#000;
/*	border-top:#C90 1px solid;
	border-left:#C90 1px solid;
	border-right:#C90 1px solid;	
	border-bottom:#C90 1px solid;	 */
	font-size: 90%;
}

.content_member_active {
	font-weight:bold;
	background-color:#eee;	
	padding-top: 3px;	
	padding-left: 6px;	
	padding-right: 6px;
	padding-bottom: 5px; 
/*	border-top:#C90 1px solid;
	border-left:#C90 1px solid;
	border-right:#C90 1px solid;	 */
	font-size: 90%;
}
.content_member_sep {
	margin: 0 20px 0 0;
}


#content_prefs {
	background-color:#CCCCCC;
/*	border-left:#7C7C7C 2px solid;
	border-right:#7C7C7C 2px solid; 
	border-top:#7C7C7C 2px solid;  */
	border-top:#FFF 2px solid;
	margin:0;
	padding: 10px;	
	z-index:20;
}

#content_part {
	
/*	border-top:#7C7C7C 2px solid;  
	border-left:#7C7C7C 2px solid;
	border-right:#7C7C7C 2px solid; 
	border-bottom:#7C7C7C 2px solid;  */
	line-height: 1.45em;
	margin:0;
	padding: 20px;	
	z-index:20;
}

#content_list_part {

	height: 400px;
	overflow: auto;
	width: 746px;
/*	border-top:#7C7C7C 2px solid;
	border-left:#7C7C7C 2px solid;
	border-right:#7C7C7C 2px solid; 
	border-bottom:#7C7C7C 2px solid;  */
	margin:0;
	padding: 20px;	
	z-index:20;
}
#content_info_part {
	border-top:#7C7C7C 1px solid;
/*	border-left:#7C7C7C 2px solid;
	border-right:#7C7C7C 2px solid; 
	border-bottom:#7C7C7C 2px solid; */
	line-height: 1.45em;
	margin: 2px 0 0 0;
	padding: 20px;	
	z-index:20;
}
#content_part h3 {
	font-size: 130%;
	margin-bottom: 16px;

}
#content_list_part h3 {
	font-size: 130%;
	margin-bottom: 16px;

}

#content_info_part h3 {
	font-size: 130%;
	margin-bottom: 16px;

}
#friends_section {
	background-color:#3C0;
	border:#090 2px solid; 
	margin:0;
	padding: 10px;	
	z-index:20;
	font-weight: bold;
	color: #FFF;
}
/* ------------------------------------ */


/* table for calendar view */
/* global */

.steps_nav {
		padding: 0.8em;
		background-color: #E6E9EB;
}

.demo_modus {
	font-size: 1.4em;
	background-color:#9AA7AF;
	color: #FFFFFF;
	padding: 0.5em;
	text-transform:uppercase;
	font-weight:bold;
}



.calendar {
}

.cal_week_title {
	font-weight: bold;
	text-align: center;
	background: #ddd;
	color: #000;
}

.cal_day_title {
	text-align: center;
	background: #eee;
	color: black;
}
.cal_week_nr {
	text-align: center;
	background: #eee;
	color: black;
	font-weight: bold;
	font-style:italic;
}

/* table fields */
.cal_past_day {
	text-align: right;
/*	background-color: #eee; */
	color: #7C7C7C;
}
.cal_past_day  a {
	font-weight: bold;
	background-color: #B9D3EE;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.cal_past_day  a:hover {
	font-weight: bold;
	background-color: #CDBE70;	
	color: #FFF;
	text-decoration: none;
}
.cal_today {
	font-weight: bold;
	text-align: right;
	background-color: #CC0000;
	color: #FFF;
}
.cal_today  a {
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: underline;
}
.cal_today  a:hover {
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
}
/*  Normal days */
.cal_week_day {
	text-align: right;
	color: black;
}
.cal_saturday_day {
	text-align: right;
	color: #777;
}
.cal_sunday_day {
	text-align: right;
	color: #C00;
}
/*  Holydays  (marked with a link) */
.cal_week_day  a, .cal_saturday_day  a, .cal_sunday_day  a {
	font-weight: bold;
/*	background-color: #7C7C7C; */
	background-color: #B9D3EE; 

	color: #000000;
	display: block;
	text-decoration: none;
}
.cal_week_day  a:hover, .cal_saturday_day  a:hover, .cal_sunday_day  a:hover {
	font-weight: bold;
	background-color: #CDBE70;	
	color: #000;
	text-decoration: none;
}

.wtag {
	text-align: center;
	padding: 4px;
}
.ftag {
	font-weight: bold;
	padding: 4px;
}
.datum {
	font-weight: bold;
	padding: 4px;
}
.todaydatum {
	font-weight: bold;
	background-color: #FFF;
	color: red;
	padding: 4px;
}
.pastdatum {
	font-weight: bold;
	color: #7C7C7C;
	padding: 4px;
}

.ferientag {
/*	border-color: #748FA9; */
	border-color: #7c7c7c;
	border-style: solid;
	border-width: 1px;
}
.ferientag_prov {
	border-color: #69C;
	border-style: solid;
	border-width: 1px;
}

.savebutton {
	font-weight:bold;
}

input.url {
	background-color: #b0d7ae;
}



/* ------------------------------------------------------------------------ */
/* specific divs */


/* pageHeader */ 
#pageHeader h1 { 
    margin : 0;
    padding :0;
    height : 62px;
    width : 160px;
    background : #FFFFFF url(head_2011.png) no-repeat;
}

#pageHeader h2 { 
}

#pageHeader h1 span, #pageHeader h2 span {
	display: none;
}

#quickSummary {
	margin-left: 180px; 
	width: 770px;
}

#quickSummary p {
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#preamble {
	margin-left: 180px;
	width: 770px;
	font-weight: bold;
}
#preamble p {
	margin : 0;
	color: #C00;
	background-color: #FFF;
}
	
/* eq with *supportingText* from "css zen garden" */ 
#substance {
	position: absolute;
	left: 180px;
	top: 10px;
	width: 770px;
}


h2#head_geo {
	margin-top: 0;
	padding: 10px;
/*	border-left:#060 2px solid;
	border-right:#060 2px solid;
	border-bottom:#060 2px solid; */
}


#substance h4 {
	font-size: 110%;
	margin-bottom: 5px;	
}

#substance li {
	/* list-style-type: square; */
	padding-top: 3px;
	padding-bottom: 5px;
	list-style-position: outside;
}

/* styles for div and span whithin the *substance* part */
.subtitle {
	font-size: 110%;
	font-weight: bold;
/*	margin-top: 1em;  */
/*	margin-bottom: 0.5em; */
}

.important {
	font-weight: bold;
	color: #CC0000;
}
.comment {
	font-style: italic;
	font-size: 90%;
	color: #666;
}
.box {
	font-size:95%;
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
	margin-top: 10px;
}

.ical {
	background-image: url(ical_icon.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 1px;

}

.rahmenrot {
	margin-top: 2px;	
	border-top-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.config {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eee;
}

/*
.config select {
		background-color:#CBFFB3
}
*/

.sep_clear {
	  border-bottom: #333333 thin solid;
}

#substance p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


#subnav {
	margin: 0;
}

#subnav a {
	margin: 4px;
	color: #003399;
	background-color:#EFEFEF;
}

#substance p.lead {
	display: block;
	margin-bottom: 1.5em;
	color: #003399;
}

#footer { 
	margin-top: 20px;
	margin-bottom: 20px;
	width: 770px;	
	text-align: left; 
	border-top:1px solid #CBCBC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


#linkList {
	position: absolute;
	font: 12px verdana, sans-serif;
	top: 80px;
	color: #000;
	border-right: 1px solid #EEEEEE;
	background-color: #FFF;
	width: 160px;
	margin: 0;
}


#linkList h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 5px;
}


#linkList a {
	display: block;
	padding: 8px;
	margin: 0;
	text-decoration: none;
	border-bottom:#fff 1px solid; 
	

	background-color: #7C7C7C;
	color: #FFFFFF;
}
#linkList a:hover {
/*	background: #390;  */
	background-color: #CDBE70; /* LightGoldenRod3 */
	color: #FFFFFF;
}
#linkList a:active {
	background: #CC0000;
	color: #FFFFFF;
}

#site_nav {
	margin-bottom: 3em;
}

.site_nav_sep,.favorites_nav_sep,.download_nav_sep {
	display: none;
}

#linkList select {
	margin-left: 8px;
}

#linkList .lang_nav a {
	display: inline;
	padding: 1px 5px 5px;
	margin: 0;
	text-decoration: none;

/*	color: #003399;
	background-color: #FFF;
*/
	background-color: #7C7C7C;
	color: #FFFFFF;
	
}

#linkList .export_nav a {
	display: inline;
	padding: 1px 0px 1px;
	margin: 0;
	text-decoration: none;
/*	color: #003399;
	background-color: #FFF; */
	background-color: #7C7C7C;
	color: #FFFFFF;

}

#linkList img {
	padding: 0 !important;
	margin: 0 !important;	
	border: none;
}

#linkList .hldck {
	padding: 0 !important;
	margin: 0 !important;	
}

.hldck a {
	text-decoration: none !important;	
	border-bottom: none !important;
}

#google_nav a:hover {
	background-color: #C00;
	color: #FFF;
}



.lang_nav a:hover {
	color: #CC0000;
}


.failed {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color: #990000;
	margin: 10px;
	padding: 10px;
}
.alarm {
	color:#FFFFFF;
	border-color:#990000;
	border-style:solid;
	border-width:thin;
	background-color: #CC0000;
/*	margin: 3px; */
	padding: 5px;
}
.confirm {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color:#009900;
	margin: 6px;
	padding: 6px;
}

.hilfetext {
	font-size:90%;
	color: #7C7C7C;
}

.hinweis {
	color:#000;
	border-color:#99CC99;
	border-style:solid;
	border-width:thin;
	background-color:#CCFFCC;
	margin: 10px;
	padding: 10px;
}


.gueltig {
	font-weight: bold;
	padding: 3px;
}
.ungueltig {
	padding: 3px;
}

.typ0 {
	margin-left: 0px;
}

.typ10 {
	margin-left: 5px;

}
.typ20 {
	margin-left: 25px;
}
.typ30 {
	margin-left: 45px;
}
.typ40 {
	margin-left: 60px;
}

#substance .infobox {
	display:block;
	width: 200px;
	left: 330px;
	float: right;
	color: #000;
	background-color: #FFF;
	border-color: #003399;
	border-width: 1px;
	border-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 5px;
}
#substance .infobox h3 {
	font-size: 100%;
	border: none;
	margin-bottom: 3px;
	padding-top: 3px;

} 
#substance .infobox p {
	font-size: 85%;
}

/* -------------- */
#infobox {

	left: 543px;
	top: 190px;
	position: absolute;
/*	height: 620px; */
	width:  200px;

	display:block;
/*	width: 200px;
	left: 330px;
*/
	float: right;
	color: #000;
	background-color: #FFF;
	border-color: #003399;
	border-width: 1px;
	border-style: solid;
	padding: 0 5px 0 0;
	margin-left: 5px;
}
#infobox h3 {
	font-size: 100%;
	border: none;
	margin-bottom: 3px;
	padding-top: 3px;
} 
#infobox p {
	font-size: 85%;
}
/* -------------- */



.legend {
	font-size: 85%;
	color: #003399;
}


/* link partners of Feiertagskalender.ch */
#extraDiv1 {
	left: 610px;
	top: 110px;
	position: absolute;
	height: 100px;
	width: 150px;

}

#extraDiv2 {
	left: 980px;
	top: 68px;
	position: absolute;
	height: 620px;
	width:  180px;
}

#extraDiv3 {
	left: 400px;
	top: 12px;
	position: absolute;
	height: 20px;
	width:  354px;
	font-weight:bold;
	font-size: 90%;
	text-align:right;
	color:#FFFFFF;
	background-color: transparent;
}
#extraDiv3 a {
	color: #FFFFFF;
	text-decoration:none;
}

#extraDiv4 {
	left: 602px;
	top: 93px;
	position: absolute;
	height: 20px;
	width:  154px;
	font-weight:bold;
	font-size: 90%;
	text-align:right;
	color:#FFFFFF;
	background-color: transparent;
}
#extraDiv4 a {
	color: #FFFFFF;
	text-decoration:none;
}

#extraDiv6 {
	left: 980px;
	top: 0px;
	position: absolute;
	height: 140px;
	width:  180px;

}

#wordcloud {
	border:#ccc 1px solid;
	padding:0.2em;
	text-align:justify;
}
#wordcloud a {
	text-decoration:none;
}

.christian_sign {

}

.no_print {

}

