/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* This file based on "css Zen Garden" default style v1.01 */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

@import url('/tpl/assets/css/js/bootstrap/bootstrap.min.js');


/* basic elements */
body {
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%; */

/*	font-family: Verdana, sans-serif;
    font-size: 80.00%;	 */
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 85%;  */
	
	margin: 10px;
	padding: 0px;
	background:  #fdfaf3;

}
#admin_div_links {
	 float:left;
}
#admin_div_rechts {
	float:left;
	margin-left: 20px;
}

#eval_fragebogen, #eval_fragebogen table,#eval_fragebogen td, .evalbogen {
	font-family: Helvetica, Arial, sans-serif; 
}
.evalbogen {
	font-family: Helvetica, Arial, sans-serif; 
}

p {
	margin-top: 0;
	margin-bottom: 5px;
}


a:link {
	color: #003399;
}

a:hover {
	color: #9ACCCD;
}

a:active {
	color: #FF0000;
}

a:visited {
	color: #0066CC;
}



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 {
} 


table.suchmaske {
	min-width:720px;
	border: none;
}

table.suchmaske td {
	margin: 0;
	padding: 4px;
	background-color: #e7e4d2;
}

table.listentabelle {
	min-width:720px;
	border-right: #AAA thin solid;	
	border-bottom: #AAA thin solid;	
}

table.listentabelle th {
	border-top: #AAA thin solid;	
	border-left: #AAA thin solid;
	padding: 4px;	
}
table.listentabelle a {
	color: #000;
}
table.listentabelle td {
	border-top: #AAA thin solid;	
	border-left: #AAA thin solid;
	margin: 0;
	padding: 4px;
}


th {
	font-size: 105%;	
	color: #fff;
	border: none;
/*	background-color: #f8bf00; 
	background-color: #A6C2DE;*/
	background-color: #009292;
	text-align:left;

	font-weight: bold;
	padding: 4px;
}
th a {
	color: #fff !important;
}


tr {
	font-size: 95%;
}

tr.row_bg {
	height: 8px; 	
}


/* ---------------------------------------------------------*/
table.zebra_aktiv tr, table.zebra_passiv tr {
	background: #f6f6f6;
}

tr.alt td {
	background: #e6e6e6;
}
tr.over td {
	background: #C1D8EF;
}
tr.markiert td {
	background: #FFCD81;
}
/* ---------------------------------------------------------*/

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

tr.navzeile {
	padding: 4px;
	background-color: #dedede;	
}

tr.row_bg {
	background-color: #fdfaf3;
}


tr.row0w {
	color: #000000;
	background-color: #cdc;
}
tr.row1w {
	color: #000000;
	background-color: #cdc;
}
tr.rowactive {
	color: #000000;
	background-color: #DDD;
}
tr.rownowork {
	color: #000000;
	background-color: #DFD4C9;
}
tr.rowtoday {
	color: #000000;
	background-color: #BEB2A6;
}

/* nur für Admin sichtbar, */
tr.rowadmin {
	color: #000000;
	background-color: #DFD;
}



td.weekend {
	color: #000000;
	background-color: #efe;
}
td.heute {
	color: #000000;
	background-color: #ded;
}

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;
}
/* nur für Admin sichtbar */
td.admin {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	background-color: #DFD;	
}




.ui-datepicker-month {
	color: #000;
}
.ui-datepicker-year {
	color: #000;
}
/* specific divs */


#pageHeader h1 {

	height: 70px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	overflow: hidden;
	width: 99%;
}
#pageHeader h2 { 

}

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


div.printinfos {
	display: none;
}

	
#quickSummary {
	margin-left: 190px;
	width: 650px;
	position: relative;
	
}

#quickSummary p {
		display: none;
}

#preamble {
	display: none;
	margin-left: 190px;
	font-weight: bold;
	
}
#preamble p {
	padding :0 0 0 24px;
	background : url(intern.gif) no-repeat;
	color: #C00;
}
	
#substance {
	padding-top: 80px;
	margin-left: 190px;
	position: relative;
}

#substance h3 {
	margin-bottom: 8px;
	padding-top: 10px;
	color: #000;
	
}

#substance ol {
	list-style-type: decimal;
	list-style-position: outside;
}

#substance ul {
	list-style-position: outside;
	list-style-type: circle;
}

#substance li {
	padding-top: 3px;
	padding-bottom: 5px;
}


.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: #666666;
}
.failed {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color: #990000;
	margin: 10px;
	padding: 10px;
}
.alarm {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color: #CC0000;
	margin: 10px;
	padding: 10px;
}
.hinweis {
/*	color:#000;
	border-color:#99CC99;
	border-style:solid;
	border-width:thin;
	background-color:#CCFFCC;
	margin: 10px;
	padding: 10px;
*/
	margin: 10px;
	padding: 10px;
	border:1px solid #8E6F1C;
	border-radius:5px;
	
;
	color:#000000;
	background-color:#f4e8c5;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #C5D8EB), color-stop(100%, #9CBDDE));
	background-image:-webkit-linear-gradient(#f4e8c5, #e8d188);
	background-image:-moz-linear-gradient(#f4e8c5, #e8d188);
	background-image:-o-linear-gradient(#f4e8c5, #e8d188);
	background-image:linear-gradient(#f4e8c5, #e8d188);
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2);
	text-shadow:0px 1px rgba(255,255,255,0.2)

}
.confirm {
	color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;
	background-color:#009900;
	margin: 6px;
	padding: 6px;
}

.total {
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-top-width: 1px;
}

.box {
	border: 1px solid #000;
	background-color: #fff;
	padding: 10px;
}

.sub_nav {
/*	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 8px;
	background-color:#E8E8EB;
	color: #999999;	
*/
	min-width: 720px;

margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 8px;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	border:1px solid #CCC;
	color:#666;
	background-color:#e8e8e8;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e0e0e0));
	background-image:-webkit-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-moz-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-o-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:linear-gradient(#f4f4f4, #e0e0e0);
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2);
	text-shadow:0px 1px rgba(255,255,255,0.2)
}

.sub_nav_menu {

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	
	border:1px solid #CCC;
	color:#666;
	background-color:#e8e8e8;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e0e0e0));
	background-image:-webkit-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-moz-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-o-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:linear-gradient(#f4f4f4, #e0e0e0);
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2);
	text-shadow:0px 1px rgba(255,255,255,0.2)		
}
.sub_nav_sep {
	padding-left: 6px;
	padding-right: 6px;
}

.sub_nav a {
	font-size: 90%;
	text-decoration: none;
	color: #444444;	
	font-weight: bold;
	padding: 8px;
}
.sub_nav a:hover {
	font-size: 90%;
	text-decoration: none;
/*	background-color:#FFFFFF; */
	color: #FF0033;	
	font-weight: bold;  
}


#substance a.akronym {
	border-bottom-color: #003399;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	color: #000000;
}

#substance span.protected {
	margin : 0;
	padding :0 0 0 24px;
	background : url(intern.gif) no-repeat;
	display: inline;
}

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





#substance a.sub_nav {
	background-image: url(liste.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

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

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

#searchForm {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-left: 18px;
}
#searchForm p {
	margin: 0;
	padding: 0;
}

#linkList2 {
	position: absolute;
	top: 100px;
	color: #000;
	width: 170px;
/*	padding: 10px; */
	background: #FFFEFE; 
	margin-top: 2px;
	margin-left: 2px;

	
}


	

#site_nav h3 {
	display: none;
}

#favorites_nav h3 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;

}

#download_nav {
	padding-left: 10px; 
	font-size: 90%;
}

#linkList2 a {
/*	display: block;
	text-decoration: none;
	margin: 0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	font-size: 90%;
	font-weight: bold;
	padding-left: 8px;
	border-bottom-color: #FDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FDD;
	border-left-style: solid;
	border-left-width: 1px;
*/
		font-size: 90%;
		display:block;
		text-decoration:none;
		font-weight:bold; 
		background-color:#777;   /* grünn = acb917 */
		color:#FFF;
		padding-top: 4px;
		padding-bottom: 6px;
		padding-left: 8px;   /* 5px; */
		margin-bottom: 2px;  /*  3px;   */

}
	#linkList2 a:hover {
		background-color:#666;
		color:#FFF;
	}

	.menu_active {
		background-color:#666 !important;
		color:#FFF;		
	}

	.rolle {

		display:block;
		text-decoration:none;
		font-weight:bold; 
		background-color: #f8bf00;   /* grünn = acb917 */
		color:#FFF;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 8px;   /* 5px; */
		margin-bottom: 2px;  /*  3px;   */
		margin-left: 0;
	}

/*
#linkList2 a:link {
	text-decoration: none;
	color: #003399;
}
#linkList2 a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #FFFFFF;
}
#linkList2 a:active {
	text-decoration: underline;
	background: #FFFFFF;
	color: #003399;
}
*/

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

input, select {
/*	font-family:"Courier New", Courier, monospace;  */
}

input.submitter {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
.savebutton {
	font-weight:bold;
}

fieldset {
	border-top: none;
	border-left: none;
	border-right: none;
}

legend {
/*	font-style:italic; */
	font-size:80%;
	color:#999;
}


.boxtxt {
	background: #86a30e;
	color: #FFFFFF;
	font-size: .75em;
}
.subtitle {
	font-weight:bold;
}

.zurzach {
	color: #FFF;
	background-color:#00447B !important;
}
.winterthur {
	color: #FFF;
	background-color: #86A30D !important;
}
.extern {
	color: #FFF;
	background-color: #ee7f01 !important;
}
.maske {
	min-width: 720px;
	margin-top: 4px;
	margin-bottom: 4px;
	border:1px solid #3178c0;
	color:#0c4fa3;
	background-color:#6dacea;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8ed0fa), color-stop(100%, #7EC1F2));
	background-image:-webkit-linear-gradient(#f1f1f1, #7EC1F2);
	background-image:-moz-linear-gradient(#f1f1f1, #7EC1F2);
	background-image:-o-linear-gradient(#f1f1f1, #7EC1F2);
	background-image:linear-gradient(#f1f1f1, #7EC1F2);
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2);
	text-shadow:0px 1px rgba(255,255,255,0.2)


	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;

}

.rot {
	color:#C00;
}
.orange {
	color:#F60;
}
.gruen {
	color: #090;
}
.feiertage {
	background-color:#FF0;
}


.fa {
	text-decoration:none;
}

.fa_grau {
	color: #666666 !important;
}
.fa_rot {
	color: #CC0000 !important;
}
.fa_leer {
	color: #AAA !important;
}
.fa_gruen {
	color: #009900 !important;
}
.fa_kundenfarbe {
	color: #00837F !important;
}
.fa_membersymbole {
	color: #005552 !important;
}

.no_underline {
	text-decoration:none;
}

.button {
	display:inline-block;
	padding: 4px;

	border:1px solid #CCC;
	color:#666;
	background-color:#e8e8e8;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4), color-stop(100%, #e0e0e0));
	background-image:-webkit-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-moz-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:-o-linear-gradient(#f4f4f4, #e0e0e0);
	background-image:linear-gradient(#f4f4f4, #e0e0e0);
	-moz-text-shadow:0px 1px rgba(255,255,255,0.2);
	text-shadow:0px 1px rgba(255,255,255,0.2)

}

/* Kalenderblatt Erfassung */

#az_erfassungstabelle {
	min-width: 700px;
}
#az_monatstabelle {
	min-width: 700px;
}
.kalendermonat {
	font-size: 30px;
}
.kalendermonat a {
	text-decoration: none;
	color: #333;
}
.kalendertag {
	font-size: 24px;
	font-weight: bold;
	background-color: #efefef;
	height: 40px;
	vertical-align: middle;
}
.kalendertag a {
	text-decoration: none;
	color: #333;
}
.kalendertage a {
	display: inline-block;
	text-decoration: none;
	text-align:center;
	width: 16px;
	height: 14px;
	color: #999;
	padding-top: 12px;
}
.kalendertage a.samstag {
	display: inline-block;
	text-decoration: none;
	text-align:center;
	width: 16px;
	height: 14px;
	color: #CCC;
	padding-top: 12px;
}
.kalendertage a.sonntag {
	display: inline-block;
	text-decoration: none;
	text-align:center;
	width: 16px;
	height: 14px;
	color: #F00;
	padding-top: 12px;
}
.kalendertage a:hover {
	text-decoration: underline;
	background-image:url(../../gfx/kalender_anzeiger.png);
	background-repeat:no-repeat;
	color: #666;
}
.kalendertage a.aktiv {
	text-decoration: underline;
	background-image:url(../../gfx/kalender_anzeiger.png);
	background-repeat:no-repeat;
	color: #333;
}
.kalender_nav a {
	font-family: 'WebSymbolsRegular', cursive;
	font-size: 60px;
	color: #333;
	text-decoration: none;
}