body {
    background-color:	#f8f8f8;
    color:              #5D5D5D;
	font-size:			10pt;
	font-family:		Arial;
	font-style:			normal;
    font-weight:		normal;
    padding:			0px 0px 0px 0px;
    margin:				0px;
    text-decoration:	none;
    line-height: 1.275;
}
input{
    font-family: Arial;
    font-size: 1em;
    line-height: 1.275;
    background-color: #FFF;
    color: #000;
    border: 1px solid #CDCDCD;
    padding: 1px;
}
input[type="radio"],
input[type="checkbox"] {
	border: 0px;
	background-color: transparent;
}
select{
    font-family: Arial;
    font-size: 1em;
    line-height: 1.275;
}
textarea {
    font-family: Arial;
    font-size: 1em;
    line-height: 1.275;
}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline: solid 2px rgba(71,135,177, 0.9);
    outline-offset: -2px;
}
a:link {
	color: #000000;
	}
	
a:visited {
	color: #000000;
	}
	
a:hover {
	color: #1c9cd8;
	}

a img{
	position: relative;
	top: 1px;
}
p {
	margin-top:			0px;
	margin-bottom:		0px;
}
div, p { margin: 0; padding: 0; }


red {
    color: #f00;
}
/* header */
div#headerContainer {
	position:			absolute;
	top:				0px;
	left:				0px;
	right: 				10px;
	height:				70px;
    /*overflow: 			overlay;*/
	margin: 			0px; 
	/*-webkit-transform: translate 3d(0, 0, 0);
	transform: translate 3d(0, 0, 0);*/
	z-index:			1000;
}
div#headLogo{
    float: left;
}
div#headCaption{
    float: left;
    font-size: 19px;
    font-weight: bold;
    padding: 25px 5px 0px;
}
div#headLogin,
div#headLang,
div#headMenu{
    float: right;
    padding: 30px 5px 0px;
}
div#headLogin img,
div#headLang img,
div#headMenu img{
    height: 16px;
	pointer-events: none;
}
div#headLogo img{
    height: 65px;
}
ul.nav{
	display:none;
	position:fixed;
	right: 5px;
	top: 48px;
	padding: 4px;
	margin: 6px 0 0 -24px;
	list-style:none;
	width: auto;
	background-color: #eee;
	border: 1px solid #aaa;
	border-radius:5px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
ul.nav::before{
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	top: -7px;								
}
ul.nav::after{
	border-bottom: 6px solid #eee;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	top: -6px;								
}
ul.nav.on{
	display:initial;
}

ul.nav.top::before{
	border-bottom: none;
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	top: auto;
	bottom: -7px;								
}
ul.nav.top::after{
	border-bottom: none;
	border-top: 6px solid #eee;
	top: auto;
	bottom: -6px;								
}
ul.nav > li{
	display: block;
	margin: 0px;
	padding: 0px 2px;
	border-top: 1px solid #aaa;
	cursor: pointer;
}
ul.nav > li:first-child{
	border-top: none;
}
ul.nav > li > a,
ul.nav > li > a:focus,
ul.nav > li > a:visited,
ul.nav > li > a:active{
	display:			block;
	white-space:		nowrap;
	margin: 			0px;
	text-decoration:	none;
    outline:            none;
    color:              inherit;
}
ul.nav > li.a:hover{
    background-color: #ddd;
}

ul.login::before,
ul.user::before,
ul.pwchange::before{
	right: 77px;
}
ul.login::after,
ul.user::after,
ul.pwchange::after{
	right:78px;
}
ul.lang::before{
	right: 47px;
}
ul.lang::after{
	right:48px;
}
ul.menu::before{
	right: 14px;
}
ul.menu::after{
	right:15px;
}

ul.login li,
ul.user li,
ul.pwchange li{
    display: none;
    border-top-color: transparent;
	width: 250px;
}
ul.user li{
	width: 145px;
}
ul.login li.login{
    display: block;
}
ul.user li.user{
    display: block;
}
ul.pwchange li.pwchange{
    display: block;
}
ul.login label,
ul.pwchange label{
    display: inline-block;
    width: 110px;
    margin-right: 5px;
    text-align: right;
}
ul.login input#usr,
ul.login input#pwd,
ul.pwchange input#pwd,
ul.pwchange input#npwd,
ul.pwchange input#npwd2{
    width: calc(100% - 120px);
}
ul.login input#loginLogin,
ul.login input#loginCancel,
ul.user input#pwChange,
ul.user input#logout,
ul.pwchange input#pwChangeChange,
ul.pwchange input#pwChangeCancel{
    padding-left:5px;
	padding-right: 5px;
	background-color: #0088CE;
	color: #fff;
}
ul.lang li{
    border-top-color: transparent;
	width: 95px;
}
ul.lang label{
    display: inline-block;
    width: 55px;
    margin-right: 5px;
    text-align: right;
    pointer-events: none;
}
ul.lang img{
	height: 15px;
    pointer-events: none;
}

/* end header */

/* inhalt */
div#inhaltContainer {
	position: absolute;
	top: 70px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	margin:	0px 0px 0px 0px;
	background-color:	#f8f8f8;
	overflow: auto;
    z-index: 0;
}
div#inhalt {
	padding:			0px 6px 0px 6px; 
	margin: 			0; 
} 
/* inhalt */

/* footer */
div#footerContainer {
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				30px;
	margin:				0px 0px 0px 0px;
	background-color:	#cdcdcd;
	z-index:			1000;
}
@media screen{
	body>div#footerContainer{
		position:		fixed;
	}
}
div#footer {
	padding:			4px 6px 0px 6px; 
	margin:				0px 0px 0px 0px;
	font-size:			10pt;
	font-family:		Arial;
	border-top:			1px solid #cdcdcd; 
	z-index:			1001;
}
.footer{
	float:left;
}
/* end footer */

/* message */
div#messageContainer {
	position: absolute;
	bottom: 30px;
	right: 0px;
	z-index: 50000;
	width: auto;
	height: auto;
	max-height: 85%;
	overflow-y: auto;
	padding: 2px
}
div#messageContainer div{
	display: block;
	position: relative;
	width: 280px;
	height: auto;
	min-height: 16px;
	margin: 3px 2px 5px 2px;
	padding: 8px 10px 7px 30px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #444;
	background: rgba(64, 64, 64, 0.85);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(64, 64, 64, 0.85)), color-stop(100%, rgba(48, 48, 48, 0.9)));
	background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.85) 0, rgba(48, 48, 48, 0.85) 100%);
	background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.85) 0, rgba(48, 48, 48, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(64, 64, 64, 0.85) 0, rgba(48, 48, 48, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(64, 64, 64, 0.85) 0, rgba(48, 48, 48, 0.85) 100%);
}
div#messageContainer div:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 4px;
	width: 20px;
	height: 24px;
    background-position: 4px 7px;
    background-repeat: no-repeat;
}
div#messageContainer div.warn {
	color: #f4bf0e
}
div#messageContainer div.warn:after {
	background-image: url(../img/s_warn.png);
}

div#messageContainer div.error {
	color: #ff615d
}
div#messageContainer div.error:after {
	background-image: url(../img/s_error);
}

div#messageContainer div.success {
	color: #00e05a
}
div#messageContainer div.success:after {
	background-image: url(../img/s_success.png);
}

div#messageContainer div.notice {
	color: #ebebeb;
}
div#messageContainer div.notice:after {
	background-image: url(../img/s_notice.png);
}
/* end message */

/* busy */
div.busy {
	z-index: 100000;
	position: fixed;
	background-color: black;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);*/
	opacity: 0.2;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
div.busy div {
	position: absolute;
	margin-top: -16px;
	height: 32px;
	margin-left: -200px;
	width: 400px;
	top: 50%;
	left: 50%;
	text-align: center;
}
div.busy img {
	position: absolute;
	margin-top: -48px;
	height: 32px;
	margin-left: -16px;
	width: 32px;
	top: 50%;
	left: 50%;
}
/* end busy */


/* buttons */
.a{
    cursor: pointer;
}
div.submit{
    display: inline-block;
	font-family: Arial;
	font-size: 1em;
	/*background-color: #1c9cd8;*/
    background: -webkit-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -moz-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -ms-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -o-linear-gradient(top, #f8f8f8, #1c9cd8);
	color: #333;
	/*border: 1px solid #1c9cd8;*/
	vertical-align: middle;
	text-align:center;
	margin: 0 2px;
    padding: 1px 8px;
	text-Decoration: none;
    white-space: nowrap;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
div.submit:focus{
	/*border-style: dotted;*/
 }
div.submit.changed{
    background: -webkit-linear-gradient(top, #f8f8f8, #f00);
    background: -moz-linear-gradient(top, #f8f8f8, #f00);
    background: -ms-linear-gradient(top, #f8f8f8, #f00);
    background: -o-linear-gradient(top, #f8f8f8, #f00);
    /*background:#f00;*/
}
div.submit:active{
	background: -webkit-linear-gradient(top, #f8f8f8, #bbb);
    background: -moz-linear-gradient(top, #f8f8f8, #bbb);
    background: -ms-linear-gradient(top, #f8f8f8, #bbb);
    background: -o-linear-gradient(top, #f8f8f8, #bbb);
    /*background:#bbb;*/
	color: #1c9cd8;
} 
div.submit:hover{
	background: -webkit-linear-gradient(bottom, #f8f8f8, #1c9cd8);
    background: -moz-linear-gradient(bottom, #f8f8f8, #1c9cd8);
    background: -ms-linear-gradient(bottom, #f8f8f8, #1c9cd8);
    background: -o-linear-gradient(bottom, #f8f8f8, #1c9cd8);
	/*background: #eee;
	color: #1c9cd8;*/
} 
div.submit.changed:hover{
    background: -webkit-linear-gradient(bottom, #f8f8f8, #f00);
    background: -moz-linear-gradient(bottom, #f8f8f8, #f00);
    background: -ms-linear-gradient(bottom, #f8f8f8, #f00);
    background: -o-linear-gradient(bottom, #f8f8f8, #f00);
    /*background:#f00;*/
}
div.submit img{
	position: relative;
	top: 1px;
}

div.symsub{
    display: inline-block;
}
div.symsub img{
    vertical-align: text-top;
    top: 0;
}

div.pageLimit{
    float:right;
    background-color:#fff;
    padding: 2px 2px 0px 2px;
    font-size:14px;
    font-weight:bold;
}
div.pageLimit div.symsub{
    vertical-align: middle;
}
div.pageLimit img{
    height: 12px;
    vertical-align: unset;
}
div.pageLimit div.symsub img:hover{
    outline: 2px solid #1c9cd8;
}
/* end buttons */

div.pageHeader{
    display: block;
    position: absolute;
    top: 0px;
    height: 30px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    font-size: 17px;
    background: -webkit-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -moz-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -ms-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -o-linear-gradient(top, #f8f8f8, #dcdcdc);
}
div.pageHeader>span{
    margin: 5px .6em;
    display: block;
    white-space: nowrap;
}
div.pageBody{
    display: block;
    position: absolute;
    top: 30px;
    bottom:0px;
    left: 0px;
    right: 0px;
    overflow: auto;
}
div.pageBody.register{
    top: 60px;
}
div.pageBody>table{
    margin: .6em .6em 0px;
}
ul.register{
    display: block;
    position: absolute;
    top: 30px;
    height: 30px;
    left: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    background: -webkit-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -moz-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -ms-linear-gradient(top, #f8f8f8, #dcdcdc);
    background: -o-linear-gradient(top, #f8f8f8, #dcdcdc);
}
ul.register>li{
    float: left;
    margin: 0;
    vertical-align: middle;
    border-right: 1px solid #f8f8f8;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
ul.register>li>span{
    display: block;
    height: 22px;
    padding: 7px .6em 0px;
    white-space: nowrap;
}
ul.register>li:first-child{
    border-left: 0;
}
ul.register>li.active{
    border-bottom-color: transparent;
    background-color: #f8f8f8;
}
ul.register>li.active>span{
}

table.listTable{
    border-collapse: collapse;
}
table.listTable>tbody>tr>td{
    vertical-align: top;
    padding: 1px 3px;
}
table.listTable>tbody>tr:first-child>td{
	border-top:			1px solid #f8f8f8; 
	border-bottom:			1px solid #1c9cd8; 
    background: -webkit-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -moz-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -ms-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -o-linear-gradient(top, #f8f8f8, #1c9cd8);
	color:				#333;
	font-weight:		bold;
    vertical-align: middle;
    padding: 3px;
}
table.listTable>tbody>tr>td:first-child{
    text-align:center;
    font-weight: bold;
    padding: 1px 0px;
}

table.editTable{
    border-collapse: collapse;
}
table.editTable>caption{
    height: 27px;
    padding: 0px 5px;
    margin-bottom: 10px;
    line-height: 27px;
	color: #333;
	font-weight: bold;
    text-align: left;
    background: -webkit-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -moz-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -ms-linear-gradient(top, #f8f8f8, #1c9cd8);
    background: -o-linear-gradient(top, #f8f8f8, #1c9cd8);
}
table.editTable>tbody>tr{
    
}
table.editTable>tbody>tr>td{
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
}
table.editTable>tbody>tr>td>select{
    min-width: fit-content;
    max-width: 100%;
}
table.editTable>tbody>tr.drop.over>td{
    padding-top: 22px;
}
table.editTable>tbody>tr.drag>td{
    background-color: #0af;
}

table.editTable.matrix>tbody>tr.kat>td{
    padding-top: 10px;
}
table.editTable.matrix>tbody>tr:last-child{
    height: 210px;
}
table.editTable.matrix>tbody>tr>td{
    border-top: 1px solid #ddd;
}
table.editTable.matrix>tbody>tr.anf>td:not(:first-child):nth-child(even),
table.editTable.matrix>tbody>tr.dok>td:not(:first-child):nth-child(even){
    background-color: #e7e7e7;
}
table.editTable.matrix>tbody>tr.anf>td:not(:first-child):nth-child(odd),
table.editTable.matrix>tbody>tr.dok>td:not(:first-child):nth-child(odd){
    background-color: #eee;
}
table.editTable.matrix>tbody>tr>td:first-child{
    background-color: transparent;
}
table.editTable.matrix>tbody>tr.anf>td:first-child{
    padding-left: 20px;
    padding-right: 10px;
}
table.editTable.matrix>tbody>tr.anf>td:first-child>input[type="checkbox"]{
    margin-left: -15px;
}
table.editTable.matrix>tbody>tr.anf>td:not(:first-child){
    max-width: 18px;
    width: 18px;
    text-align: center;
}
table.editTable.matrix>tbody>tr.dok>td:not(:first-child){
    padding-top: 4px;
    max-width: 18px;
    width: 18px;
    vertical-align: top;
}
table.editTable.matrix>tbody>tr.dok>td>div{
    white-space: nowrap;
    transform: rotate(270deg) translate(0px,-100%);
    float: right;
    transform-origin: right top;
    width: max-content;
}
table.detailsTable{
    width:761px;
    border-collapse: collapse;
    /*margin-left: -380px !important;
    left: 50%;
    position: relative;*/
}
table.detailsTable select{
    color: inherit;
}
table.detailsTable select option{
    color: #000;
}
table.detailsTable textarea{
	width: 745px;
	height: 100px;
}

table.detailsTable>tbody>tr:first-child{
    font-weight: bold;
    /*background-color: #eee;*/
    color: #5d5d5d;
    height: 25px;
    background: -webkit-linear-gradient(top, #f4f4f4, #dcdcdc);
    background: -moz-linear-gradient(top, #f4f4f4, #dcdcdc);
    background: -ms-linear-gradient(top, #f4f4f4, #dcdcdc);
    background: -o-linear-gradient(top, #f4f4f4, #dcdcdc);
}
table.detailsTable>tbody>tr>td{
    /*border: 1px solid #000;*/
    padding: 1px 4px;
}
table.detailsTable>tbody>tr.anf>td,
table.detailsTable>tbody>tr.kon>td,
table.detailsTable>tbody>tr.bew>td{
    padding:2px;
}
span.kat{
    width: 12px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-bottom;
}
table.detailsSubTable{
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
}
table.detailsSubTable>tbody>tr{
}
table.detailsSubTable>tbody>tr.ungueltig{
    text-decoration: line-through;
}
table.detailsSubTable>tbody>tr>td{
    border: solid 1px #5d5d5d;
    border-bottom: none;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: top;
}
table.detailsSubTable>tbody>tr:first-child>td{
    border-top: solid 1px #5d5d5d;
    border-bottom: solid 2px #5d5d5d;
    font-weight: bold;
}
table.detailsSubTable>tbody>tr.kat>td:first-child{
    text-align: center;
}
.kon table.detailsSubTable>tbody>tr>td:first-child,
.bew table.detailsSubTable>tbody>tr>td:first-child{
    text-align: left;
}
table.detailsSubTable>tbody>tr.noTop>td{
    border-top: solid 1px transparent;
}
table.detailsSubTable>tbody>tr:last-child>td{
    border-bottom: solid 1px #5d5d5d;
}
span.kat.on{
    background-image: url(../img/on_1.png);
}
span.kat.off{
    background-image: url(../img/off_1.png);
}
span.kat.on{
    
}
tr.kat.off{
    display: none;  
}

table.detailsSubTable>tbody>tr>td.dobbleTop{
    border-top: solid 2px #5d5d5d;
}
table.konEditTable{
    border-collapse: collapse;
}
table.konEditTable>tbody>tr{
    
}
table.konEditTable>tbody>tr>td{
    padding: 5px 1px 0px 3px;
    vertical-align: top;
}

table tr.even td{
	background: 		none repeat scroll 0% 0% #ffffff;
}
table tr.odd td{
	background: 		none repeat scroll 0% 0% #eeeeee;
}
table tr.marked td{
	background: 		none repeat scroll 0% 0% #ffffcc;
}
table tr.even:hover td,
table tr.even.hover td,
table tr.odd:hover td,
table tr.odd.hover td,
table tr.marked:hover td,
table tr.marked.hover td{
	background: 		none repeat scroll 0% 0% #ccffff;
}

.statusGreen{
    color: #fff !important;
    background: -webkit-linear-gradient(top, #66ff66, #00aa00) !important;
    background: -moz-linear-gradient(top, #66ff66, #00aa00) !important;
    background: -ms-linear-gradient(top, #66ff66, #00aa00) !important;
    background: -o-linear-gradient(top, #66ff66, #00aa00) !important;
}
.statusYellow{
    color: #333 !important;
    background: -webkit-linear-gradient(top, #ffff66, #aaaa00) !important;
    background: -moz-linear-gradient(top, #ffff66, #aaaa00) !important;
    background: -ms-linear-gradient(top, #ffff66, #aaaa00) !important;
    background: -o-linear-gradient(top, #ffff66, #aaaa00) !important;
}
.statusRed{
    color: #fff !important;
    background: -webkit-linear-gradient(top, #ff6666, #aa0000) !important;
    background: -moz-linear-gradient(top, #ff6666, #aa0000) !important;
    background: -ms-linear-gradient(top, #ff6666, #aa0000) !important;
    background: -o-linear-gradient(top, #ff6666, #aa0000) !important;
}
.statusBlue{
    color: #fff !important;
    background: -webkit-linear-gradient(top, #6666ff, #0000aa) !important;
    background: -moz-linear-gradient(top, #6666ff, #0000aa) !important;
    background: -ms-linear-gradient(top, #6666ff, #0000aa) !important;
    background: -o-linear-gradient(top, #6666ff, #0000aa) !important;
}
.statusBlack{
    color: #fff !important;
    background: -webkit-linear-gradient(top, #666666, #000000) !important;
    background: -moz-linear-gradient(top, #666666, #000000) !important;
    background: -ms-linear-gradient(top, #666666, #000000) !important;
    background: -o-linear-gradient(top, #666666, #000000) !important;
}

.printOnly{
	display: none;
}
