.caltoday{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;background:#fffcdf;}
.calevents{position:absolute;overflow:hidden;height:28px;padding:0px;padding-left:0px;padding-right:0px;border-radius:10px;font-family:arial;font-size:11px;opacity:0.8;}
.calevents2{position:absolute;overflow:hidden;height:28px;padding:0px;padding-left:0px;padding-right:0px;border-radius:0px;font-family:arial;font-size:11px;opacity:0.8;}
.calevents:hover{cursor:pointer;}
.calevents2:hover{cursor:pointer;}
.calCell{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}
.calCell:hover{cursor:pointer;border:1px solid #000000;}
.calCellEmpty{border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}
.calCellEmpty:hover{}
.calTextLeft{color: #000000;text-decoration:none;}
.calTextLeft:hover{color: #eb8502;text-decoration:underline;}
.calkursleiter{position:absolute;left:0px;width:47px;overflow:hidden;background:#ffffff;height:14px;padding:1px;border-radius:0px;font-family:arial;font-size:12px;font-weight:bold;text-align:center}
.calkursleiter2{width:47px;overflow:hidden;background:#ffffff;height:14px;padding:1px;border-radius:0px;font-family:arial;font-size:12px;font-weight:bold;text-align:center}
.calv2row{border-top:1px solid #e5e5e5;font-family:arial;font-size:10px;text-align:left;font-weight:normal;padding:3px;}
.calNav{border:1px solid #b5b5b5;color:#b5b5b5;font-family:arial;font-size:11px;text-align:center;font-weight:bold;padding:3px;width:70px;height:20px;}
.calNav:hover{cursor:pointer;border:1px solid #000000;color:#000000;}

.ClickChangeCheckboc{
    cursor: pointer;
}

input, textarea {
	background-color: #DFF2B3;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	padding: 4px 7px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: italic;
	/*
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	
	outline: 0;
	-webkit-appearance: none;
	*/
	
}

input.focus {
	border-color: #339933;
}

select {
	background-color: #DFF2B3;
	border: 1px solid #ccc;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	outline: 0;
	-webkit-appearance: none;
	*/
	font-size: 13px;
	padding: 4px 7px;


	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: italic;
}





body {

        background-color: #EBE8E4;

        color: #222;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 13px;

        font-weight: 300;

}



a {

        color: #ff8c00;

}



a:hover {

        color: #eb8502;

}


#ausweis {
	width: 400px;
	height: 260px;
	vertical-align:top;
	align:center;
	background: #FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#C0C0C0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	-webkit-box-shadow: 5px 5px 7px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 7px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 7px 1px rgba(0,0,0,0.75);
	margin-right:30px;
}

.ausweisTextNorm {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:black;
}
.ausweisTextKlein {
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	color:black;
}
.ausweisTextTitle {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:black;
}

#navimg {

        position: absolute;

        right: 33px;

        top: 24px;
		z-index: 50;

}



#contentDIV {

        background-color: #fff;

        border-color: #dedede;

        border-radius: 8px;

        border-style: solid;

        border-width: 1px;

        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);

        color: #000000;

        display: block;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 13px;

        font-weight: normal;

        margin-bottom: 5px;

        margin-left: 15px;

        margin-right: 15px;

        margin-top: 5px;

        overflow: hidden;

        padding-bottom: 24px;

        padding-left: 24px;

        padding-right: 24px;

        padding-top: 12px;

        width: 100%-30px;
		

		 

}

#consoleDIV{
		position: fixed;
		right:10px;
		bottom:15px;
		/*z-index:-1;
		*/
        background-color: #fff;
        /*border-color: #006600;
		*/
		border-color:#444444;
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        color: #000000;
        display: block;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 0x;
        margin-left: 0px;
        margin-right:0px;
        margin-top: 0px;
        overflow: hidden;
        padding-bottom: 6px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        width:320px;

}


#wlistDIV{
		position: fixed;
		right:370px;
		bottom:15px;
		/*z-index:-1;
		*/
        background-color: yellow;
        /*border-color: #006600;
		*/
		border-color:#444444;
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        color: #000000;
        display: block;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 11px;
        font-weight: normal;
        margin-bottom: 0x;
        margin-left: 0px;
        margin-right:0px;
        margin-top: 0px;
        overflow: hidden;
        padding-bottom: 6px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        width:40px;
		animation-name: anim_wlistDIV;
		animation-duration: 0.2s;
		animation-delay: 10s;
		animation-iteration-count: 3;

}

@keyframes anim_wlistDIV {
    0%   {background-color: yellow;transform: rotate(-15deg);}
    33%  {background-color: orange;transform: rotate(15deg);}
    66%  {background-color: red;transform: rotate(-15deg);}

}







#footer {
		/*position: relative;*/
		/*float:left;*/
		/*z-index:-1;*/
        color: #222;

        display: block;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        font-weight: normal;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        overflow: hidden;

        text-align: center;

        width: 100%-30px;
		


}



#subinfo {

        display: block;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        font-weight: normal;

        margin-bottom: 0px;

        margin-left: 15px;

        margin-right: 15px;

        margin-top: 0px;

        overflow: hidden;

        width: 100%-30px;

}



.subinfoFont {

        color: #aaa;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        font-weight: normal;

}



.normText {

        color: #000000;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 13px;

        font-weight: normal;

}

.normTitle {

        color: #006600;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 15px;

        font-weight: bold;

}



.normTextBold {

        color: #006600;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 13px;

        font-weight: bold;

}



.smallText {

        color: #000000;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        font-weight: normal;

}


.logText {

        color: #BDBDAE;
        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 11px;
        font-weight: normal;

}



h1 {

        color: #006600;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 18px;

        font-weight: bold;

}



h2 {

        color: #006600;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 15px;

        font-weight: bold;

}



.errorMsg {

        color: #ff0000;

        font-weight: bold;

}





table.bossDoubleTable {

       width: 100%;

       vertical-align:top;

       padding: 0px;



}

td.bossDoubleLeft {

       width: 48%;

       vertical-align:top;

}

td.bossDoubleBetween {

       width: 4%;

       vertical-align:top;

       }

td.bossDoubleRight {

       width: 48%;

       vertical-align:top;

}





table.bossDetailTable {

        border-collapse: collapse;

        border-color: #cecece;

        border-spacing: 0;

        border-style: solid;

        border-width: 1px;

        width: 100%;

}



td.bossDetailTableCellNorm {

        border-color: #cecece;

        border-style: solid;

        border-width: 0px;

        font-family: "Helvetica Neue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        padding: 10px;

        vertical-align: middle;
		

}



td.bossDetailTableCellLabel {

        background-color: #EBE8E4;

        border-color: #cecece;

        border-style: solid;

        border-width: 0px;

        color: #444444;

        font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size: 11px;

        font-weight: bold;

        padding: 10px;

        text-align: right;

        vertical-align: top;

        width: 130px;

}





table.bossListTable {

        border-style:solid;

        border-width:1px;

        border-color:#cecece;

        border-spacing:0;

        border-collapse:collapse;

}

td.bossListCellNorm {

        font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size:11px;

        border-style:solid;

        border-width:1px;

        border-color:#cecece;

        /*padding:1px;*/

        vertical-align:top;



}
tr.bossListRow:hover {
		background-color: #DFF2B3;
}

tr.bossListRowOff {
		background-color: #AAAAAA;
}




td.bossListCellTitle {

        font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-weight:bold;

        font-size:11px;

        border-style:solid;

        border-width:1px;

        border-color:#cecece;

        background-color:#EBE8E4;

        color:#444444;

        /*padding:1px;*/

        vertical-align:bottom;



}







.vertDiv {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         width:30px;
		 margin-bottom:10px;
         text-align:bottom;
		 
}

td.bossListCellTitleVert {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:11px;
	border-style:solid;
	border-width:1px;
    border-color:#cecece;
    background-color:#EBE8E4;
	color:#444444;
	padding:4px;
	width:30px;
	vertical-align:bottom;
	text-align:bottom;

	
}
td.bossListCellNormVert {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#cecece;
	padding:4px;
	vertical-align:top;
	text-align:center;
}










td.bossListOK {

        font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size:11px;

        border-style:solid;

        border-width:1px;

        border-color:#cecece;

        /*padding:1px;*/

        vertical-align:middle;

        text-align:center;
		background-color: green;



}

td.bossListNOK {

        font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;

        font-size:11px;

        border-style:solid;

        border-width:1px;

        border-color:#cecece;

        /*padding:1px;*/

        vertical-align:middle;

        text-align:center;
		background-color: red;

}







table.bossSearchTable {

        border-style:solid;

        border-width:0px;

        border-spacing:0;

        border-collapse:collapse;

}

td.bossSearchCell {

        font-family:Arial,Helvetica,sans-serif;

        font-size:10px;

        border-style:solid;

        border-width:0px;

        border-color:#5cb811;

        /*padding:1px;*/

        vertical-align:middle;

        color:#5cb811;

}

table.bossNavTable {

        border-style:solid;

        border-width:0px;

        border-spacing:0;

        border-collapse:collapse;

}

td.bossNavCell {

        font-family:Arial,Helvetica,sans-serif;

        font-size:10px;

        border-style:solid;

        border-width:0px;

        border-color:#5cb811;

        /*padding:1px;*/

        vertical-align:middle;

        text-align:center;

        color:#5cb811;

}

.bossNavForm {

	
	background-color: #DFF2B3;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	padding: 2px 2px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: italic;

}

























.bossButtons {

        -moz-border-radius-bottomleft: 6px;

        -moz-border-radius-bottomright: 6px;

        -moz-border-radius-topleft: 6px;

        -moz-border-radius-topright: 6px;

        -moz-box-shadow: inset 2px 1px 0px -5px #caefab;

        -webkit-border-bottom-left-radius: 6px;

        -webkit-border-bottom-right-radius: 6px;

        -webkit-border-top-left-radius: 6px;

        -webkit-border-top-right-radius: 6px;

        -webkit-box-shadow: inset 2px 1px 0px -5px #caefab;

        background-color: #5cb811;

        background-position: 100%;

        border-bottom-left-radius: 6px;

        border-bottom-right-radius: 6px;

        border-color: #268a16;

        border-style: solid;

        border-top-left-radius: 6px;

        border-top-right-radius: 6px;

        border-width: 1px;

        box-shadow: inset 2px 1px 0px -5px #caefab;

        color: #306108;

        display: inline-block;

        filter: progid;

        font-family: Arial;

        font-size: 11px;

        font-style: normal;

        font-weight: normal;

        height: 25px;

        line-height: 22px;

        text-align: center;

        text-decoration: none;

        text-indent: 0;

        text-shadow: 1px 1px 11px #aade7c;

}



.bossButtons:hover {

        background-color: #77d42a;

        background-position: 100%;

        filter: progid;

}



.bossButtons:active {

        position: relative;

        top: 1px;

}

.bossButtonsIcon {
        -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
        background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
        background-color:#b8e356;
        -webkit-border-top-left-radius:6px;
        -moz-border-radius-topleft:6px;
        border-top-left-radius:6px;
        -webkit-border-top-right-radius:6px;
        -moz-border-radius-topright:6px;
        border-top-right-radius:6px;
        -webkit-border-bottom-right-radius:6px;
        -moz-border-radius-bottomright:6px;
        border-bottom-right-radius:6px;
        -webkit-border-bottom-left-radius:6px;
        -moz-border-radius-bottomleft:6px;
        border-bottom-left-radius:6px;
        text-indent:0;
        border:1px solid #83c41a;
        display:inline-block;
        color:#444444;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        height:20px;
        line-height:12px;
        /*width:24px; */
        text-decoration:none;
        text-align:center;
        padding:2px;
        text-shadow:1px 1px 0px #86ae47;
}
.bossButtonsIcon:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
        background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
        background-color:#a5cc52;
}.bossButtonsIcon:active {
        position:relative;
        top:1px;
}
.bossButtonsIcon2 {
        -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
        background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
        background-color:#b8e356;
        -webkit-border-top-left-radius:6px;
        -moz-border-radius-topleft:6px;
        border-top-left-radius:6px;
        -webkit-border-top-right-radius:6px;
        -moz-border-radius-topright:6px;
        border-top-right-radius:6px;
        -webkit-border-bottom-right-radius:6px;
        -moz-border-radius-bottomright:6px;
        border-bottom-right-radius:6px;
        -webkit-border-bottom-left-radius:6px;
        -moz-border-radius-bottomleft:6px;
        border-bottom-left-radius:6px;
        text-indent:0;
        border:1px solid #83c41a;
        display:inline-block;
        color:#444444;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        height:32px;
        line-height:12px;
        /*width:24px; */
        text-decoration:none;
        text-align:center;
        padding:5px;
        text-shadow:1px 1px 0px #86ae47;
}
.bossButtonsIcon2:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
        background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
        background-color:#a5cc52;
}.bossButtonsIcon2:active {
        position:relative;
        top:1px;
}


.bossButtonsIcon2Sel {
        -moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        -webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        box-shadow:inset 0px 1px 0px 0px #d9fbbe;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
        background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
        background-color:#b8e356;
        -webkit-border-top-left-radius:6px;
        -moz-border-radius-topleft:6px;
        border-top-left-radius:6px;
        -webkit-border-top-right-radius:6px;
        -moz-border-radius-topright:6px;
        border-top-right-radius:6px;
        -webkit-border-bottom-right-radius:6px;
        -moz-border-radius-bottomright:6px;
        border-bottom-right-radius:6px;
        -webkit-border-bottom-left-radius:6px;
        -moz-border-radius-bottomleft:6px;
        border-bottom-left-radius:6px;
        text-indent:0;
        border:2px solid #FF0000;
        display:inline-block;
        color:#444444;
        font-family:Arial;
        font-size:12px;
        font-weight:bold;
        font-style:normal;
        height:32px;
        line-height:12px;
        /*width:24px; */
        text-decoration:none;
        text-align:center;
        padding:5px;
        text-shadow:1px 1px 0px #86ae47;
}
.bossButtonsIcon2Sel:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
        background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
        background-color:#a5cc52;
}.bossButtonsIcon2Sel:active {
        position:relative;
        top:1px;
}












#szlider{
	width:100%;
	height:25px;
	border:1px solid #000;
	overflow:hidden;
	background: #cedce7;
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72));
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%);
	background: linear-gradient(top,  #cedce7 0%,#596a72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
}
#szliderbar{
	width:0%;
	height:25px;
	border-right: 1px solid #000000;
	background: #d65946;
	background: -moz-linear-gradient(top,  #d65946 0%, #cb4b2f 40%, #a02300 56%, #e35121 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d65946), color-stop(40%,#cb4b2f), color-stop(56%,#a02300), color-stop(100%,#e35121));
	background: -webkit-linear-gradient(top,  #d65946 0%,#cb4b2f 40%,#a02300 56%,#e35121 100%);
	background: -o-linear-gradient(top,  #d65946 0%,#cb4b2f 40%,#a02300 56%,#e35121 100%);
	background: -ms-linear-gradient(top,  #d65946 0%,#cb4b2f 40%,#a02300 56%,#e35121 100%);
	background: linear-gradient(top,  #d65946 0%,#cb4b2f 40%,#a02300 56%,#e35121 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65946', endColorstr='#e35121',GradientType=0 );
}
#szazalek {
	color: #000000;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    left: 25px;
    position: relative;
    top: -24px;
}

.allActivateButton{
    cursor: pointer;
}
.allSendMail{
    cursor: pointer;
}
.showFormMailEinladungen{
    cursor: pointer;
}
.showFormMailZusatzinfo{
    cursor: pointer;
}

#waitingLoader{
    background-color: rgba(255,255,255,0.85);
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
}

.waitingLoaderMsg{
    display: block;
    text-align: center;
    color: #000;
    font-size: 1.5em;
    padding-top: 20px;
}

#formBestaetigung{
    background-color: rgba(255,255,255,0.85);
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
}

.formBestaetigungWrap{
    margin: 100px;
    padding: 50px;
    background-color: #fff;
    border: 2px solid #eee;
}

#formEinladungen{
    background-color: rgba(255,255,255,0.85);
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
}

#formZusatzinfo{
    background-color: rgba(255,255,255,0.85);
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
}

#formBenachrichtigung{
    background-color: rgba(255,255,255,0.85);
    display: none;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000000000000;
}

.formEinladungenWrap{
    margin: 100px;
    padding: 50px;
    background-color: #fff;
    border: 2px solid #eee;
}

.formZusatzinfoWrap{
    margin: 100px;
    padding: 50px;
    background-color: #fff;
    border: 2px solid #eee;
}

.showFormMailBestaetigungen{
    cursor: pointer;
}
.showFormMailBenachrichtigungen{
    cursor: pointer;
}
.printAusweise{
    cursor: pointer;
}

.deleteBestatigung{
    cursor: pointer;
}
.createBestatigung{
    cursor: pointer;
}

/*@media only screen and (max-width: 768px) {
    #navimg{display: none;}
    .bossListTableWrap{overflow-x:auto;}
    #consoleDIV{display: none;}
}*/