<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	 body {
	 	font-size: 0.7em;
	 	font-family: verdana, arial;
		margin:0px 0px 0px 0px;
	 }
	 td {
	 	font-size: 0.7em;
	 	font-family: verdana, arial;
	 }
	 select {
	 	font-size: 1em;
	 	font-family: verdana,arial;
	 }
	 input {
	 	font-size: 1em;
	 	font-family: verdana, arial;
	 }
	 a {
	 	text-decoration : none;
		color: #0560A6;
	 }
	 a:hover  {
	 	text-decoration : underline;
		color: #0560A6;
	 }
	.tbl{
		background-color: rgb(255,243,203);
    	border-top: solid 2px rgb(255,165,0);
    	border-bottom: solid 1px rgb(255,165,0);
    	text-align:left;
	}
	.main{
		line-height: 150%;
	}
	h1
    {
      color:rgb(5,96,166);
      font-family: verdana, arial;
      font-size:1.3em;
      text-align:left;
      font-weight:bold;
      width:auto;
      margin:0px 0px 8px 0px;
      padding:0px;
    }
	h2
    {
      color: black;
      font-family: verdana, arial;
      font-size:1em;
      text-align:left;
      font-weight:bold;
      width:auto;
      margin:0px 0px 8px 0px;
      padding:0px;
    }
    h2.preis {
      color: black;
      font-family: verdana, arial;
      font-size:1.2em;
      text-align:left;
      font-weight:bold;
      width:auto;
      margin:0px 0px 0px 0px;
      padding:0px;
    }
	.errorfield {
		background-color: #ffc1c1;
		border: 1px dotted Black;
		padding:5px;
	}
	.infofield {
		background-color: #ffffff;
		border: 1px dotted Black;
		padding:5px;
	}
	.pic_border {
		border: 1px solid Black;
	}
	.toolbox {
		padding: 2px;
		margin-bottom: 5px;
		border: 1px dotted black;
		background-color: rgb(245,245,245);
	}
	.toolbox a:hover{
		border: 1px dotted gray;
	}
	input.userform {
		width: 250px;
	}
	.beschriftung {
		font-size: 0.9em;
	 	font-family: verdana, arial;
	}
.ewRptDtlField{
	text-align:center;
}
.no{
	background-color:#6495ED;
	 text-align:center;
}







/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

	

/* main table data cells */
.ewTable td {
	padding: 3px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #669900; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-color: inherit;
}

/* classes for report */

/* group 1 */
.ewRptGrpHeader1 {
	background-color: #CCFFFF;
	font-weight: bold;		
}

.ewRptGrpField1 {
	background-color: #CCFFFF;
}

.ewRptGrpSummary1 {
	background-color: #CCFFFF;	
}

/* group 2 */
.ewRptGrpHeader2 {
	background-color: #CCFFCC;
	font-weight: bold;
}

.ewRptGrpField2 {
	background-color: #CCFFCC;
}

.ewRptGrpSummary2 {
	background-color: #CCFFCC;	
} 

/* group 3 */
.ewRptGrpHeader3 {
	background-color: #99FFCC;
	font-weight: bold;	
}

.ewRptGrpField3 {
	background-color: #99FFCC;
}

.ewRptGrpSummary3 {
	background-color: #99FFCC;	
}

/* group 4 */
.ewRptGrpHeader4 {
	background-color: #99FF99;
	font-weight: bold;	
}

.ewRptGrpField4 {
	background-color: #99FF99;
}

.ewRptGrpSummary4 {
	background-color: #99FF99;	
}

.ewRptGrpAggregate {
	font-weight: bold;
}

.ewRptPageSummary {
	background-color: #FFFFCC; /* page total background color */	
}

.ewRptGrandSummary {
	background-color: #FFFF66; /* grand total background color */	
}

/* classes for crosstab report only */

.ewRptColHeader {
	background-color: #CCFF66; /* column background color */
	font-weight: bold;
}

.ewRptColField {
	background-color: #CCFF66; /* column background color */
}
.logout A:link {text-decoration: none ;color: #FFFF80;}
.logout A:visited {text-decoration: none; color: #FFFF80;}
.logout A:active {text-decoration: none; color: #FFFF80;}
.logout A:hover {text-decoration: underline; color: #FFFF80;}
</pre></body></html>