/* 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;
}



  a[href]:after {
    content: none !important;
  }

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

a:visited {
	color: #C00;
}

a:hover {
	color: #C00;	
}

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: #003399;
	cursor: help;
	}

/* table styles */
table {
	font-size: 95%;
} 

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

tr.row0 {
	color: #000000;
	background-color: #FFF;
}
tr.row1 {
	color: #000000;
	background-color: #EEE;
}
tr.rowactive {
	color: #000000;
	background-color: #DDD;
}

td.lft {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.ctr {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.rgt {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ------------------------------------------------------------------------ */
/* specific divs */
#container { 
}

/* pageHeader */ 
#pageHeader h1 { 
    margin : 0;
    padding :0;

	background-color: #FFFFFF;

	width: 700px;
	height: 100px;
}

#pageHeader h2 { 
}

#pageHeader h2 span {
	display: none;
}


/* eq with *supportingText* from "css zen garden" */ 
#substance {

}

#substance h3 {
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	color: #003399;
	
}

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


#phjf_wrap, #banner1, #banner2, #menu, #classmenu, #top-search,#twitter,#tweets, #fb-like-box {
	display: none;
}

/* styles for div and span whithin the *substance* part */

.toggle-year-container {
	display: none;
}


.subtitle {
	font-size: 130%;
	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 {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

.ical {
	display: none;
}

.geo_left {
	padding: 5px;
	vertical-align: top;
}
.geo_center {
	padding: 5px;
	vertical-align: top;
}
.geo_right {
	padding: 5px;
	vertical-align: top;
}

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


#substance a {
	text-decoration: none;
}

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

#footer { 
	margin-top: 10px;
	text-align: left; 
	font-family:verdana, arial, sans serif;
	font-size:10px;
}

#prefs {
	display: none;
}

#geobalken {
	display: none;
}

#linkList {
	display: none;
}

.no_print {
		display: none;
}


#google_nav  {
	display:none;
}

/* table for calendar view */
.calendar {
}

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

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

.cal_past_day {
	text-align: right;
	background-color: #eee;
	color: #999;
}

.cal_past_day  a {
	font-weight: bold;
	background-color: #EEE;
	color: #CC6600;
	text-decoration: none;
}
.cal_past_day  a:hover {
	font-weight: bold;
	background-color: #EEE;
	color: #CC0000;
	text-decoration: underline;
}

.cal_today {
	font-weight: bold;
	text-align: right;
	background-color: #039;
	color: #FFF;
}

.cal_today  a {
	font-weight: bold;
	background-color: #039;
	color: #FFFFFF;
	text-decoration: none;
}
.cal_today  a:hover {
	font-weight: bold;
	background-color: #039;
	color: #FFFFFF;
	text-decoration: underline;
}

.cal_week_day {
	text-align: right;
	background-color: #EEF;
	color: black;
}

.cal_week_day  a {
	font-weight: bold;
	background-color: #EEEEFF;
	color: #C00;
	text-decoration: none;
}
.cal_week_day  a:hover {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #FF0000;
	text-decoration: underline;
}

.cal_weekend_day {
	text-align: right;
	background-color: #DDF;
	color: black;
}

.cal_weekend_day   a {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #C00;
	text-decoration: none;
}
.cal_weekend_day   a:hover {
	font-weight: bold;
	background-color: #DDDDFF;
	color: #F00;
	text-decoration: underline;
}


.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: #999;
	padding: 4px;
}

.ferientag {
	color: #039;
	font-weight: bold;
	border-color: #748FA9;
	border-style: solid;
	border-width: 1px;
}

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

.typ0 {
	margin-left: 0px;
}

.typ10 {
	margin-left: 10px;

}
.typ20 {
	margin-left: 20px;
}
.typ30 {
	margin-left: 30px;
}

#substance .infobox {
	display:block;
	width: 180px;
	left: 350px;
	float: right;
	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;
	color: #003399;
} 
#substance .infobox p {
	font-size: 85%;
}

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

/* link partners of Feiertagskalender.ch */
#extraDiv1 {
	display: none;
}
#extraDiv2 {
	display: none;
}
#extraDiv3 {
	display: none;
}

.noprint {
	display:none;
}