/*
 * Globaler Reset 
 */
:link,:visited { 
	outline: none;
	text-decoration:none;
}
ul,ol { 
	list-style:none;
}
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; 
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
	margin:0; 
	padding:0;
}
a img,:link img,:visited img { 
	border:none;
}
address { 
	font-style:normal;
}

/*
 * Tags allgemein
 */

a, a:hover, a:active, a:visited {
	color: #000;
}

html,
body {
	height: 100%;
	font-size: 0.8em;
	
}

body {
	color: #676767;
	background-color: #e6e6e6;
	background-image: url("../img/linie45grad.png"); 
	/* background-image: url("../img/bg.png"); */ 
	/*margin: -1px 5px 5px;*/
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

table {
	margin: 0;
	padding: 0;
}

* html body {
	text-align: center;
}

body,
input,
select,
button,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	height: 14px;
	background-color: #f5f5f5;
	border: 1px solid #b7b7b7;
	margin-left: 15px;
	font-size: 1em;
	padding-top: 0;
}

input[type="text"],
input[type="password"] {
	padding: 3px 6px 1px;
}

select {
	background-color: #f5f5f5;
	border: 1px solid #b7b7b7;
	font-size: 1em;
	height: 18px;
	margin-left: 15px;
	padding: 1px 0 0 3px;
}

/*
 * Grundgerüst
 */

#window {
	height: 100%;
}

#outer {
	height: 100%;
top: 100px;
position: relative;
}

#outercontent {
	background-color: #F5F5F5;
	min-height: 100%;
	position: relative;
}

#oborderleft,
#oborderright {
	background: #B7B7B7;
	left: 0;
	min-height: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}

#oborderright {
	left: auto;
	right: 0;
}

#navi {
	width: 100%;
	/* background-color: #fff; */
	background-color: #e6e6e6;
	background-image: url("../img/linie45grad.png");
	padding-top: 28px;
	position: relative;
	text-align: center;
}

#navi,
#outercontent { /* muss fÃ¼r beide gleich sein, damit die navi Ã¼ber dem content zentriert ist */
	margin: 0 0 0 auto;
	width: 100%;
}

#content {
	padding-bottom: 50px;
}

#infoboxen {
	left: 910px;
	position: fixed;
	right: 1.5em;
	top: 11px;
	width: 24em;
	z-index: 5;
}

/*
 * Infoleiste
*/

#infoleiste {
background: url("../img/bg_navi_2-75.png") repeat-x scroll 0 0 transparent;
border-bottom: 1px solid #b7b7b7;
height: 75px;
left: 0;
padding: 0 10px;
position: fixed;
right: 0;
z-index: 5;
}

#infoleiste table {
	width: 100%;
}

/*
 * Ende der Infoleiste 
 * 
 * 
 * Die Hauptnavigation
*/

#navi {
	padding-bottom: 100px;
}

#hauptnavi {
	left: 0%;
margin: 0 auto;
padding-bottom: 10px;
position: fixed;
z-index: 4;
top: 0px;
}

#hauptnavi ul,
#hauptnavi div {
	position: relative;
	/* right: 50%; */
}

#hauptnavi ul {
	
	background: url("../img/bg_navi_2-75.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	/*
	border-bottom: 1px solid #b7b7b7;
	*/
	padding: 0 20px;
}

#hauptnavi ul, #hauptnavi li {
	height: 55px;
}

#hauptnavi, #hauptnavi ul, #hauptnavi li, #hauptnavi div.menuborder {
	float: left;
}

#hauptnavi li {
	margin: 0 0.5em;
	position: relative;
}

#hauptnavi li span {
bottom: -17px;
color: #2270ac;
left: -123px;	/* unter berücksichtigung der 300px breite und der breite+margin der li-elemente  */
position: absolute;
text-align: center;
top: 52px;
width: 300px;
}

#hauptnavi ul:hover span.aktiv {
	display: none;
}

#hauptnavi ul:hover li:hover span {
	display: block;
}

/*
 * Ende der Hauptnavigation
 * 
 * 
 * Subnavigation
*/

#subnavi {
	background: url(../img/bg_subnavi_2.png) repeat-x;
	color: #000;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
}
#subnavi img.anfang,
#subnavi img.ende {
	position: absolute;
	top: 0;
}
#subnavi img.anfang {
	left: 0;
}
#subnavi img.ende {
	right: 0;
}

#subnavi div {
	display:-moz-inline-box;/* Firefox 2 and under*/
	display:inline-block;/* FF3, Opera, Safari */
	margin: 0 20px;
}

#subnavi div p {
	position: relative;
}

#subnavi div.aktiv img {
	background: url(../img/icon_subnavi_aktiv.png) no-repeat 50%;
	height: 11px;
	position: absolute;
	top: 0;
	width: 100%;
}

#subnaviplus {
	cursor: pointer;
}

#subnavi img.but_plus_out {
	background: url(../img/but_plus_out.png);
	height: 14px;
	position: absolute;
	right: 15px;
	top: 8px;
	width: 14px;
}

/*
.innerbox {
    text-align:center;
    position: relative;
    left: -70px;
}
*/

#remedydirektfilter {
    position: relative;
    left: -53px;

}


/*
 * Ende der Subnavigation
 * 
 * 
 * 
 * Status
*/

#status_msg, 
#status_info {
	height: 60px;
	line-height: 60px;
	color: #e2e2e2;
	font-size: 2.2em;
	background-color: #f5f5f5;
	text-align: center;
}

#status_info {
	color: #e2e2e2;
	height: auto;
	line-height: normal;
	padding: 0.7em;
}
#status_msg {
	color: #2270ac;
}
/*
 * Ende Status
 * 
*/

/*
 * infoboxen
 * 
*/
#infoboxen .title {
	background: url(../img/bg_title_gloss.png) repeat-x;
	border: 1px solid #B7B7B7;
	height: 20px;
	line-height: 20px;
	text-align: center;	
}
#infoboxen table {
	border: 1px solid #b7b7b7;
	border-width: 0 1px 1px;
	width: 100%;
}
#infoboxen table td {
	padding: 4px 10px;
	background-color: #efefef;
}
#infoboxen table tr.odd {
	background-color: #efefef;
}
/*
 * Ende infoboxen
 * 
*/


/*
 * 
 * Content
*/

#subcontent div.titel_matt_liste {
	background: url(../img/bg_title_matt.png) repeat-x;
	height: 20px;
	width: 70.3em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #b7b7b7;
}

#subcontent div.titel_matt_liste span {
	position: absolute;
	margin-left: 22em;
	margin-top: -16px;
}

#subcontent div.titeltext {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 4px;
	color: #000;
}

#subcontent table.liste {
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	width: 70.5em;
}

#subcontent table.liste tr.odd {
	background-color: #efefef;
}

#subcontent table.liste td {
	padding-left: 15px;
	height: 20px;
	cursor: pointer;
}

#subcontent table.liste thead {
	background-color: #e9e9e9;
}

#subcontent table.liste thead td {
	cursor: default;
}

#subcontent table.liste thead tr td {
	border-bottom: 1px solid #b7b7b7;
}

#subcontent table.liste tr td.border {
	border-right: 1px solid #b7b7b7;
}

#subcontent table.liste tr td.border_bottom {
	border-bottom: 1px solid #b7b7b7;
}


#subcontent div.links {
	margin-left: 30px;
	float: left;
}

#subcontent div.mitte {
	width: 65em;
	margin-left: auto;
	margin-right: auto;
}

#subcontent div.mitte.projekt {
	width: 48em;
}

#subcontent div.rechts {
	float: right;
	margin-right: 30px;
}

#subcontent div.titel_matt {
	background: url(../img/bg_title_matt.png) repeat-x;
	height: 20px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #b7b7b7;
}

#subcontent table {
	background-color: #fff;
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	margin: 0 auto;
	width: 100%;
}

#subcontent table td table {
	width: 10em;
	margin-left: 15px;
	border: 0;
}

#subcontent table td table td {
	text-align: center;
}

#subcontent table td table input {
	margin-left: 0;
}

#subcontent div.halbbox {
	width: 40em;
}

#subcontent div.halbbox div.space_xm,
#subcontent div.mitte.projekt div.space_xm {
	height: 32px;
}

#plus_titel {
	position: absolute;
	margin-left: 63em;
	margin-top: -15px;
}

.geb {
	width: 1.5em;
}

.gebjahr {
	width: 2.5em;
	margin-left: 4px;
}

#gebmonat {
	margin-left: 4px;
}

.datum {
	width: 6.2em;
}

#subcontent table td.label {
	text-align: right;
}

div.boxcontent div.clear,
div.clear {
	clear: both;
	margin: 0;
}
#main_login {
	margin: 50px auto;
} 
#loginbox {
	height: 170px;
	width: 400px;
	margin: 0 auto;
}

#loginbox.good {
	background: url(../img/bg_login.png) no-repeat;
}

#loginbox.bad {
	background: url(../img/bg_login_error.png) no-repeat;
}

#loginbox input {
	background-color: #fff;
	width: 140px;
}

#loginbox table {
	margin-top: 40px;
	color: #000;
	width: 400px;
}

#loginbox td.center {
	text-align: center;
	padding: 10px;
}

.dialog td.label,
#loginbox td.label {
	text-align: right;
	padding: 5px;
}

#login_hilfe {
	color: #000;
	padding-right: 37px;
}

#login_zusatz {
	padding-left: 25px;
	color: #e2e2e2;
}

#login_zusatz.red {
	color: #c40027;
}

.inputtext {
	width: 13em;
}

.inputselect {
	width: 14.4em;
}

#pldiv,
#maildiv,
#benachrichtigungdiv,
#schichtdiv {
	margin-left: 15px;
	width: 14.5em;
}
#maildiv div,
#pldiv div,
#benachrichtigungdiv div {
	height: 20px;
	line-height: 20px;
	margin: 4px 0;
	padding-left: 7px;
	position: relative;	
}
#schichtdiv div {
	height: 20px;
	line-height: 12px;
	margin: 4px 0;
	padding-left: 7px;
	padding-top: 8px;
	position: relative;	
}
#maildiv div:first-child,
#pldiv div:first-child,
#benachrichtigungdiv div:first-child {
	margin-top: 0;
}
#maildiv div:last-child,
#pldiv div:last-child,
#benachrichtigungdiv div:last-child {
	margin-bottom: 0;
}

#pSelect a,
#mSelect a,
#sSelect a,
#pHolder a {
	left: 5px;
	position: relative;
	top: 3px;
}

#pHolder div {
	margin: 4px 0;
}
#pHolder div:first-child {
	margin-top: 0;
}

#icon_hauptprojekt {
	position: relative;
}
#icon_hauptprojekt img {
	left: 4px;
	position: absolute;
	top: -15px;
}

#subcontent table tr.matage table {
	margin-left: 5px;
	width: 16.2em;
}
#subcontent table tr.matage.disabled {
	color: #b7b7b7;
}

/*
 * Einsatzplanung START
 */

#status_info.einsatzplanung {
	line-height: 90px;
	padding: 0;
}

#plantabelle,
#subcontent table#plantabelle,
#plantabelleMA,
#subcontent table#plantabelleMA {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 60%;
}
#plantabelle,
#subcontent table#plantabelle {
	line-height: 1.5em;
	margin-top: -20px;
	position: relative;
	width: 95%;
}
#plantabelleMA tr,
#plantabelleMA td {
	height: 100%;
	line-height: 2em;
}
#plantabelle tr.ma,
#plantabelle tr.ma td.miteinsatz,
#plantabelleMA tr.even,
#epAuswertung table tr.even {
	background-color: #efefef;
}
#plantabelle tr.spacer {
	height: 10px;
}
#plantabelle tr.spacer,
#plantabelle tr.tage,
#plantabelle tr.zaehler,
#plantabelleMA tr {
	background-color: #fff;
}
#plantabelle tr.tage td,
#plantabelle tr.zaehler td,
#plantabelleMA td {
	text-align: center;
}
#plantabelle tr.tage td.erstetd {
	padding-left: 6px;
	text-align: left;
}
#plantabelle td,
#plantabelleMA td {
	border: 1px solid #e2e2e2;
	border-width: 0 1px;
	padding: 0;
}
#plantabelle td.trennlinie {
	border-right-color: #000;
}
#plantabelle td.erstetd {
	padding: 0 0 0 8px;
}
#plantabelle tr.zaehler {
	color: #bbb;
}
#plantabelle tr.zaehler td.erstetd {
	text-align: right;
}
#plantabelle tr.zaehler td.erstetd {
	padding: 4px 6px;
}
#plantabelle td.klickziel {
	text-align: center;
}
#plantabelle tr.tage td {
	line-height: 1.4em;
	padding: 0 0 2px;
}
#plantabelle tr.tage,
#plantabelleMA tr.monate {
	border-top: 1px solid #b7b7b7;
}
#plantabelleMA tr.monate {
	vertical-align: top;
}
#plantabelleMA tr.jahre {
	background-color: transparent;
}
#plantabelleMA tr.jahre td {
	line-height: 1em;
	padding: 0 4px 4px;
	text-align: left;
}
#plantabelleMA tr.jahre td.right {
	border-right: 1px solid #000;
	text-align: right;
}
#plantabelle tr.wochen {
	color: #b7b7b7;
}
#plantabelle tr.wochen td,
#plantabelle tr.monate td,
#plantabelleMA tr.jahre td {
	border: none;
}
#plantabelle tr.wochen td.inhalt,
#plantabelleMA tr.jahre td.inhalt {
	border-left: 1px solid #b7b7b7;
	padding-left: 2px;
}
#plantabelle tr.wochen td.trenner_left,
#plantabelle tr.tage td.trenner_left {
	border-left: 1px solid #000;
}
#plantabelle tr.wochen td.trenner_right,
#plantabelle tr.tage td.trenner_right,
#plantabelleMA tr.monate td.trenner_right {
	border-right: 1px solid #000;
}
#plantabelle tr.monate td.left {
	border-left: 1px solid #000;
	padding-left: 10px;
}
#plantabelle tr.monate td.right {
	border-right: 1px solid #000;
	padding-right: 10px;
	text-align: right;
}
#plantabelle tr.kopfspacer,
#plantabelleMA tr.kopfspacer {
	height: 30px;
}
#plantabelle tr.kopfspacer a,
#plantabelleMA tr.kopfspacer a {
	background: url(../img/bg_button_out.png) repeat-x;
	border: 1px solid #b7b7b7;
	color: #000;
	margin: 0 1px;
	padding: 3px 3px;
}
#plantabelle tr.kopfspacer a.heute,
#plantabelleMA tr.kopfspacer a.heute {
	padding: 3px 8px;
}
#plantabelle tr.kopfspacer td,
#plantabelleMA tr.kopfspacer td {
	border-width: 1px 0;
	border-color: #b7b7b7;
	text-align: center;
}
#plantabelle tr.kopfspacer td div,
#plantabelleMA tr.kopfspacer td div {
	line-height: 1.8em;
	margin: 15px auto;
	position: relative;
}
#plantabelleMA tr.kopfspacer {
	background: transparent;
}
#plantabelle tr.monate td {
	padding: 0 3px 5px;
}
#plantabelle .status_normalschicht,
#plantabelleMA tr.legende .status_normalschicht,
#plantabelle .status_wechselschicht,
#plantabelleMA tr.legende .status_wechselschicht {
	background: url(../img/bg_einsatz_grau.png) repeat-x 0 55%;
	background-size: 50% 50%;
}
#plantabelle .status_urlaub,
#plantabelle .status_urlaub_beantragt,
#plantabelleMA tr.legende .status_urlaub {
	background: url(../img/bg_einsatz_gelb.png) repeat-x 0 55%;
	background-size: 50% 50%;
}

#plantabelle .status_krankheit,
#plantabelleMA tr.legende .status_krankheit {
	background: url(../img/bg_einsatz_rot.png) repeat-x 0 55%;
	background-size: 50% 50%;
}

#plantabelle .status_krank_ohne_au,
#plantabelleMA tr.legende .status_krank_ohne_au {
	background: url(../img/bg_einsatz_orange.png) repeat-x 0 55%;
	background-size: 50% 50%;
}

#plantabelle  .status_verfuegbar,
#plantabelleMA tr.legende .status_verfuegbar {
	background: url(../img/bg_einsatz_flieder.png) repeat-x 0 55%;
	background-size: 50% 50%;
}


#plantabelle .status_einarbeitung,
#plantabelleMA tr.legende .status_einarbeitung {
	background: url(../img/bg_einsatz_gruen.png) repeat-x 0 55%;
	background-size: 50% 50%;
}
#plantabelle .anderesProjekt,
#plantabelleMA tr.legende .anderesProjekt {
	background: url(../img/bg_einsatz_blau.png) repeat-x 0 55%;
	background-size: 50% 50%;
}
#plantabelleMA .status_normalschicht,
#plantabelleMA .status_wechselschicht {
	background: url(../img/bg_einsatz_MA_grau.png) repeat-y 51% 0;
}
#plantabelleMA .status_urlaub,
#plantabelleMA .status_urlaub_beantragt {
	background: url(../img/bg_einsatz_MA_gelb.png) repeat-y 51% 0;
}
#plantabelleMA .status_krankheit {
	background: url(../img/bg_einsatz_MA_rot.png) repeat-y 51% 0;
}

#plantabelleMA .status_krank_ohne_au {
	background: url(../img/bg_einsatz_MA_orange.png) repeat-y 51% 0;
}

#plantabelleMA .status_verfuegbar {
	background: url(../img/bg_einsatz_MA_flieder.png) repeat-y 51% 0;
}

#plantabelleMA .status_einarbeitung {
	background: url(../img/bg_einsatz_MA_gruen.png) repeat-y 51% 0;
}
#plantabelleMA .anderesProjekt {
	background: url(../img/bg_einsatz_MA_blau.png) repeat-y 51% 0;
}
#plantabelle td:first-child,
#plantabelleMA td:first-child {
	border-left-color: #b7b7b7;
}
#plantabelle td:last-child,
#plantabelleMA td:last-child {
	border-right-color: #b7b7b7;
}
#plantabelle tr td.wochenende,
#plantabelleMA tr td.wochenende {
	background-color: #efefef;
}
#plantabelle tr.ma td.wochenende,
#plantabelle tr.ma td.wochenende.miteinsatz,
#plantabelle tr.ma td.wochenende.miteinsatz.heute,
#plantabelle tr.ma td.wochenende.miteinsatz.feiertag {
	background-color: #e2e2e2;
}
#plantabelle td.heute,
#plantabelle tr td.wochenende.heute,
#plantabelle tr.ma td.wochenende.heute,
#plantabelleMA td.wochenende.heute,
#plantabelleMA td.heute {
	background-color: #dcf2ba;
}
#plantabelle td.feiertag,
#plantabelle tr td.wochenende.feiertag,
#plantabelle tr.ma td.wochenende.feiertag,
#plantabelleMA td.wochenende.feiertag,
#plantabelleMA td.feiertag {
	background-color: #f6dbd5;
}
#plantabelle img.but_blaettern_left,
#plantabelle img.but_blaettern_right,
#plantabelleMA tr.kopfspacer img {
	background: url(../img/but_blaettern_left_out.png) no-repeat;
	height: 12px;
	position: relative;
	top: 2px;
	width: 12px;
}
#plantabelle img.but_blaettern_right,
#plantabelleMA tr.kopfspacer img.but_blaettern_right {
	background-image: url(../img/but_blaettern_right_out.png);
}
#subnavi img.but_filter_out {
	background: url(../img/but_filter_out.png);
	height: 24px;
	position: absolute;
	right: 15px;
	top: 2px;
	width: 21px;
}
#subnavi img.but_export_out {
	background: url(../img/but_export_out.png);
	height: 24px;
	position: absolute;
	right: 50px;
	top: 3px;
	width: 28px;
}
#subnavi.einsatzplanung div.levitipouter {
	background-color: #e9e9e9;
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	position: absolute;
	height: 35px;
	left: 1px !important;
	line-height: 35px;
	padding: 0;
	right: 1px !important;
	top: 30px !important;
	margin: 0;
}
#subnavi.einsatzplanung div.levitipouter a {
	margin: 0 8px;
}
#subnavi.einsatzplanung div.levitipouter a:hover {
	color: #c40027;
}
#projektfilterbutton,
#exportbutton {
	cursor: pointer;
}
#plantabelle tr.legende,
#plantabelleMA tr.legende {
	background-color: #efefef;
	text-align: center;
}
#plantabelle tr.legende td,
#plantabelleMA tr.legende td {
	border-top: 1px solid #b7b7b7;
	padding: 5px;
}
#plantabelleMA tr.legende td {
	padding: 8px 0 8px 30px;
}
#plantabelle tr.legende span {
	line-height: 20px;
	margin: 0 14px;
	white-space: nowrap;
}
#plantabelleMA tr.legende span {
	float: left;
	margin: 3px 0 3px 24px;
	text-align: left;
	width: 27%;
}
#plantabelle tr.legende img,
#plantabelleMA tr.legende img {
	border: 1px solid #b7b7b7;
	height: 5px;
	width: 25px;
}
div.epStand {
	color: #b7b7b7;
	text-align: center;
	margin: 5px;
}
#plantabelleMA span.wochenende {
	color: #b7b7b7;
}
#plantabelleMA td.tagmonat {
	background: url(../img/bg_tagmonat.png) no-repeat;
	padding: 0;
}
#plantabelleMA td.tagmonat div {
	height: 33px;
	position: relative;	
}
#plantabelleMA td.tagmonat span.tag {
	position: absolute;
	bottom: 2px;
	left: 3px;
}
#plantabelleMA td.tagmonat span.monat {
	position: absolute;
	right: 3px;
	top: 1px;
}
#plantabelleMA col.tagmonat {
	width: 67px;
}
#plantabelle tr.tage img,
#plantabelleMA tr.monate img {
	display: block;
	height: 11px;
	width: 21px;
	margin: 0 auto -4px;
}
#plantabelleMA tr.monate img {
	margin-bottom: 0;
}
#plantabelle tr.ma td.erstetd div,
#plantabelle tr.zaehler td.erstetd div,
#plantabelleMA tr.ma td.erstetd div {
	float: left;
	overflow: visible;
	position: relative;
}
#plantabelle tr.ma td.erstetd img,
#plantabelle tr.zaehler td.erstetd img,
#plantabelleMA tr.ma td.erstetd img {
	height: 21px;
	left: -8px;
	position: absolute;
	top: -5px;
	width: 11px;
}
#plantabelle tr.zaehler td.erstetd img
{
	left: -6px;
}
#plantabelleMA tr.ma td.erstetd img {
	left: 0;
	top: 0px;
}
#plantabelle tr.ma td.erstetd.tblhover img,
#plantabelle tr.zaehler td.erstetd.tblhover img,
#plantabelleMA tr.ma td.erstetd.tblhover img {
	background: url(../img/icon_current_right.png) no-repeat;
}
#plantabelle tr.ma td div,
#plantabelle tr.zaehler td div,
#plantabelleMA tr.ma td div {
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}
#plantabelleMA tr.ma td div {
	height: 100%;
}
#plantabelle tr.ma td div.bdr,
#plantabelleMA tr.ma td div.bdr,
#plantabelle tr.zaehler td div.bdr {
	bottom: 0;
	height: auto;
	left: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#plantabelle tr.ma td.hovercell div.bdr,
#plantabelle tr.zaehler td.hovercell div.bdr,
#plantabelleMA tr.ma td.hovercell div.bdr {
	border: 1px solid #000;
}
#plantabelle tr.zaehler td div {
	padding: 5px;
}
#plantabelleMA tr.ma td div.text {
	bottom: 0;
	height: 2em;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
#plantabelle tr.tage td.tblhover img,
#plantabelleMA tr.monate td.tblhover img {
	background: url(../img/icon_current_down.png) no-repeat;
}
#epAuswertung {
	position: relative;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 49%;
}
#epAuswertung table {
	border: 1px solid #b7b7b7;
	border-spacing: 0;
	margin: 0;
	width: 20em;
}
#epAuswertung table td {
	line-height: 19px;
	padding: 0;
}
#epAuswertung table td:first-child {
	padding-left: 40px;
}
#epAuswertung table td:last-child {
	padding-right: 50px;
	text-align: right;
}
#epAuswertung table td.img {
	padding: 0;
	text-align: center;
}

#epAuswertung table.center{
	margin-left: auto;
	margin-right: auto;
}
#epAuswertung table.left {
	float: left;
}
#epAuswertung table.right {
	position: absolute;
	right: 0;
}
#epAuswertung tr.title td {
	background: url(../img/bg_title_matt.png) repeat-x;
	border-bottom: 1px solid #b7b7b7;
}
#dialogEnddatum,
#exportEnd {
	margin: 0;
}
#dialog.einsatzplanung input[type="text"] {
	width: 16.8em;
}
#dialog.einsatzplanung select {
	width: 18.1em;
}
#dialog.einsatzplanung input.datepicker,
#exportdialog input.datepicker {
	width: 6.5em;
}
#dialog.einsatzplanung table,
#projektfilterdialog table,
#exportdialog table {
	margin: 40px auto;
}
#projektfilterdialog table {
	border-spacing: 0;
}
#projektfilterdialog img.but_plus {
	left: 5px;
	position: relative;
	top: 3px;
}
#projektdiv {
	margin-left: 15px;
	width: 14.5em;
}
#projektdiv div {
	height: 20px;
	line-height: 20px;
	margin: 4px 0;
	padding-left: 7px;
	position: relative;	
}
#projektdiv div:first-child {
	margin-top: 0;
}
#projektdiv div:last-child {
	margin-bottom: 0;
}
#plantabelle tr.ma div.bdr.bemerkung,
#plantabelleMA tr.ma div.bdr.bemerkung {
	background: transparent url(../img/icon_kennzeichnung.png) no-repeat right top;
}
#plantabelle tr.ma div.bdr.schicht,
#plantabelleMA tr.ma div.bdr.schicht {
	background: transparent url(../img/icon_kennzeichnung2.png) no-repeat right bottom;
}
#plantabelle tr.ma div.bdr.bemerkung.schicht,
#plantabelleMA tr.ma div.bdr.bemerkung.schicht {
	background: transparent url(../img/icon_kennzeichnung3.png) no-repeat right bottom;
}

/*
 * Einsatzplanung ENDE
 */


div.levitipouter {
	background-color: #e9e9e9;
	border: 1px solid #b7b7b7;
	padding: 2px 5px;
	z-index:5;
}

div.levimax {
	max-height: 400px;
	min-width: 200px;
	overflow-y: auto;
}

/*
 * Bilder und Buttons
*/

img.but_navi_projekte,
img.but_navi_projekte_aktuell,
img.but_navi_mitarbeiter,
img.but_navi_mitarbeiter_aktuell,
img.but_navi_einsatzplanung,
img.but_navi_einsatzplanung_aktuell,
img.but_navi_anton,
img.but_navi_anton_aktuell {
	height: 53px;
	position: relative;
	top: -2px;
	width: 53px;
}

img.but_info_logout {
height: 20px;
margin-top: 3px;
position: relative;
top: 21px;
width: 20px;
}

img.but_info_logout {
	background: url(../img/but_info_logout_out.png) no-repeat;
}

img.but_info_logout:hover,
a:hover img.but_info_logout {
	background: url(../img/but_info_logout_over.png) no-repeat;
}

img.but_navi_anton {
	background: url(../img/but_navi_anton_out.png) no-repeat;
}

img.but_navi_anton_aktuell {
	background: url(../img/but_navi_anton_over.png) no-repeat;
}

img.but_navi_anton:hover,
a:hover img.but_navi_anton {
	background: url(../img/but_navi_anton_over.png) no-repeat;
}

img.but_navi_projekte {
	background: url(../img/but_navi_projekt_out.png) no-repeat;
}

img.but_navi_projekte_aktuell {
	background: url(../img/but_navi_projekt_over.png) no-repeat;
}

img.but_navi_projekte:hover,
a:hover img.but_navi_projekte {
	background: url(../img/but_navi_projekt_over.png) no-repeat;
}

img.but_navi_mitarbeiter {
	background: url(../img/but_navi_mitarbeiter_out.png) no-repeat;
}

img.but_navi_mitarbeiter_aktuell {
	background: url(../img/but_navi_mitarbeiter_over.png) no-repeat;
}

img.but_navi_mitarbeiter:hover,
a:hover img.but_navi_mitarbeiter {
	background: url(../img/but_navi_mitarbeiter_over.png) no-repeat;
}

img.but_navi_einsatzplanung {
	background: url(../img/but_navi_einsatzplanung_out.png) no-repeat;
}

img.but_navi_einsatzplanung_aktuell {
	background: url(../img/but_navi_einsatzplanung_over.png) no-repeat;
}

img.but_navi_einsatzplanung:hover,
a:hover img.but_navi_einsatzplanung {
	background: url(../img/but_navi_einsatzplanung_over.png) no-repeat;
}

img.but_plus,
img.but_minus,
img.but_minus_pro,
img.but_klappen_up,
img.but_klappen_down {
	height: 14px;
	width: 14px;
}

img.but_plus_schicht {
	height: 14px;
	width: 14px;
	margin-left: 1px;
}

img.but_minus_schicht {
	height: 14px;
	width: 14px;
	margin-left: 1px;
	margin-top: 6px;
}

img.but_delete {
	height: 16px;
	width: 16px;
}

img.but_delete_pro {
	height: 16px;
	width: 16px;
	padding-left: 15px;
}

img.but_plus,
img.but_plus_schicht {
	background: url(../img/but_plus_out.png) no-repeat;
}

img.but_minus,
img.but_minus_schicht {
	background: url(../img/but_minus_out.png) no-repeat;
	position: absolute;
	right: -22px;
	top: 3px;
}

img.but_minus_pro {
	background: url(../img/but_minus_out.png) no-repeat;
}

img.but_delete,
img.but_delete_pro {
	background: url(../img/but_delete_out.png) no-repeat;
}

img.but_klappen_up {
	background: url(../img/but_klappen_up_out.png) no-repeat;
	position: absolute;
	margin-left: 29em;
	margin-top: -12px;
}

img.but_klappen_down {
	background: url(../img/but_klappen_down_out.png) no-repeat;
	position: absolute;
	margin-left: 29em;
	margin-top: -12px;
}

#button {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 20em;
}

#button input {
	width: 8em;
	background: url(../img/bg_title_gloss.png) repeat-x;
	height: 20px;
}

#benachrichtigungAdd img.but_plus,
#plAdd img.but_plus {
	left: 5px;
	position: relative;
	top: 3px;
}

/*
 * Spacer und anderes
*/

.space_xs {
	height: 16px;
}

.space_s {
	height: 20px;
}

.space_ms {
	height: 25px;
}

.space_m {
	height: 30px;
}

.space_xm {
	height: 40px;
}

.space_l {
	height: 50px;
}

.hide {
	display: none;
}

.right {
	text-align: right;
}

/*
 * Sondersachen - Mal schaun was daraus wird
 * 
*/

.bis {
	margin-left: 15px;
}

.red {
	color: #c40027;
}

#submit{
	z-index: -1;
	position: absolute;
}

/*
 * Ajaxfenster
 */

.dialog {
	width: 100%;
	color: #000;
}

.dialog input {
	width: 140px;
}

.ui-dialog {
	background: #fff;
	border: 1px solid #b7b7b7;
}

.ui-dialog-titlebar,
.ui-datepicker-header {
	background: url(../img/bg_title_matt.png) repeat-x;
	border-bottom: 1px solid #B7B7B7;
	color: #000;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.ui-dialog .ui-state-default {
	width: 110px;
	background: url(../img/bg_title_gloss.png) repeat-x;
	height: 20px;
	border: 1px solid #b7b7b7;
	margin: 0 10px;
	font-size: 1em;
	cursor: pointer;
}

.ui-dialog-buttonpane {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ui-dialog-button-disabled  button {
	opacity: 0.5;
}

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../img/jquery-ui-1.7.1.custom/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }


/* Component containers
----------------------------------*/
.ui-datepicker.ui-widget { display:none; font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-datepicker.ui-widget input, .ui-datepicker.ui-widget select, .ui-datepicker.ui-widget textarea, .ui-datepicker.ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-datepicker.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(../img/jquery-ui-1.7.1.custom/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-datepicker.ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-datepicker .ui-state-default, .ui-datepicker.ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../img/jquery-ui-1.7.1.custom/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-datepicker .ui-state-default a, .ui-datepicker .ui-state-default a:link, .ui-datepicker .ui-state-default a:visited { color: #555555; text-decoration: none; outline: none; }
.ui-datepicker .ui-state-hover, .ui-datepicker.ui-widget-content .ui-state-hover, .ui-datepicker .ui-state-focus, .ui-datepicker.ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(../img/jquery-ui-1.7.1.custom/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-datepicker .ui-state-hover a, .ui-datepicker .ui-state-hover a:hover { color: #212121; text-decoration: none; outline: none; }
.ui-datepicker .ui-state-active, .ui-datepicker.ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(../img/jquery-ui-1.7.1.custom/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-active a:link, .ui-datepicker .ui-state-active a:visited { color: #212121; outline: none; text-decoration: none; }

/* Icons
----------------------------------*/
.ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-datepicker .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-datepicker .ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* states and images */
.ui-datepicker .ui-icon { width: 16px; height: 16px; background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_222222_256x240.png); }
.ui-datepicker.ui-widget-content .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_222222_256x240.png); }
.ui-datepicker .ui-widget-header .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_222222_256x240.png); }
.ui-datepicker .ui-state-default .ui-icon { background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_888888_256x240.png); }
.ui-datepicker .ui-state-hover .ui-icon, .ui-datepicker .ui-state-focus .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_454545_256x240.png); }
.ui-datepicker .ui-state-active .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_454545_256x240.png); }
.ui-datepicker .ui-state-highlight .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_2e83ff_256x240.png); }
.ui-datepicker .ui-state-error .ui-icon, .ui-datepicker .ui-state-error-text .ui-icon {background-image: url(../img/jquery-ui-1.7.1.custom/ui-icons_cd0a0a_256x240.png); }


.ui-datepicker { width: 17em; z-index: 2001; padding: 0 .2em; }
.ui-datepicker .ui-datepicker-header { position:relative; margin: 0 -.2em; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:0; top: 0; }
.ui-datepicker .ui-datepicker-next { right:0; top:0; }
.ui-datepicker .ui-datepicker-prev-hover { left:-1px; top: -1px }
.ui-datepicker .ui-datepicker-next-hover { right:-1px;top: -1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-dialog button {
	padding: 0;
}

/* entfernt den focusrahmen, wenn der button angewaehlt ist */
button::-moz-focus-inner { 
	border: 0;
}
.impressum{
	text-align:left;
	margin: 20px 20px 20px 20px;
}
.matrix {
	color:#68bc02;
	margin: 5px 0;
}
img.matrix_logo {
	display:block;
	margin: 10px auto 10px auto;
	background: url(../img/matrix_logo.png) no-repeat;
	height: 117px;
	width: 200px;
	top: 5px;

}

img.sam_logo {
	display:block;
	margin: 10px auto -30px auto;
	background: url(../img/samlogofinal_web.png) no-repeat;
	height: 117px;
	width: 214px;
	top: 5px;

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .space_xs { height: 56px; }
    #plantabelleMA tr.ma td div.text { position: relative; } 
}

/* specific for the login in Firefox */
@-moz-document url-prefix() {
      .space_xs { height: 56px; }
    #plantabelleMA tr.ma td div.text { position: relative; } 
}


span.text-bold {
	font-weight: bold;
}

span#username {
left: -1px;
position: relative;
top: 14px;	
}
