@CHARSET "ISO-8859-1";
@import "QISDesign.css";

/*    */
body { /*background-color:#FFFFCC;*/
	 }
	 
.sva_auswahl {width:150px }
.sva_button {
	font-size: 100%;
	line-height: 20px;
	background-color: #D0D0D0;
	color: #014A7B;
	font-weight: 600;
}

.sva_button1 {
	font-size: 120%;
	line-height: 20px;
	background-color: #D0D0D0;
	color: #014A7B;
	font-weight: 600;
	width: 100px;
}

.sva_tableheader{
	font-size: 110%;
	line-height: 24px;
	color: #014A7B;
	font-weight: 600;
}

.sva_arbeitstag{
	background-color: #ffffff;
}
.sva_keinarbeitstag{
	background-color: #bbbbbb;
}
.sva_feiertag{
	background-color: #000000;
}
.sva_erholungsurlaub{
	background-color: #00ff00;
}
.sva_resturlaub{
	background-color: #00ff00;
}
.sva_freistellungstag{
	background-color: #808080;
}
.sva_krankheit{
	background-color: #ff0000;
}
.sva_ueberstunden{
	background-color: #000080;
}
.sva_bildungsurlaub{
	background-color: #ffff00;
}
.sva_fehltag{
	background-color: #00ff00;
	font-color:#ff0000
}
.sva_sonderurlaub{
	background-color: #ff00ff;
}
.sva_sonder_behindert{
	background-color: #0000ff;
}
.sva_zeitform{
		border:2px solid #e0a998;
		padding-left:5px;
		padding-right:5px;
		border-collapse:collapse;
		}
		
.sva_zeile{
	border-width:1px;
	border-style:solid;
	border-color:#e0a998;
	background-color:#c1c7d5;
	}
.sva_statistic{
	border-width:1px;
	border-style:inset;
}
.sva_split{
	border-bottom-width:1px;
	border-style:solid;
}
.sva_gerade{
	border-width:1px;
	border-style:none;
	/*border-color:#e0a998;*/
	background-color:#cecae1;
	}
	
.sva_note{font-size:xx-small}