@media print{
	.csViewPrintPreviewHead{
		display:none;
	}
	.cscbTopAreaLogin1 {
		display:none;
    }

    .cscbTopAreaLogin2 {
		display:none;
    }

    .cscbTopAreaPath1 {
    	white-space:nowrap;
    	color:black;
    }

    a:link{
            text-decoration:none;
            color:black;
    }
    
    .csViewNamePrintVisible {
    	margin-top:10px; text-align:left; display:block;
    }
    .csViewNamePrintInvisible {
    	display:none;
    }
}

@media screen{
	.csViewMLFBNavLabel{
		font-size: 8pt;
	}
	
	.cscbTopAreaPath1 {
    		padding:10px;
        }
	
	.tabSelected {
	    color: #22437e;
	}
	
	.outerBorder {
	    background-color: #abcef2;
	}
	
	.innerBorder {
	    /* background-color: #a5a5a5; */
	    background-color: #000000;
	}
	
	.borderSpacing {
	    background-color: white;
	}
	
	.controlArea{
	}
	
	.Betreff {
	    font-weight: bold;
	}
	
	.Warnung {
	    color: red;
	    font-size: 10pt;
	    font-weight: bold;
	}
	.Extranet {
	    color: green;
	    font-size: 10pt;
	    font-weight: bold;
	}
	.csViewIDundDatum {
		background-color:#B2B2B2;	
	}
	.csViewLangSwitch {
		text-align:right;
		background-color:#DFE4E0;
	}
	
	.csViewLangSwitchHB {
		text-align:right;
		background-color:#DFE4E0;
	}
	
	.tabText {
	    font-size: 8pt;
	    font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
	}
	
	.path2 {
	    font-size: 10pt;
	    font-family: "Arial Unicode MS", Arial, Verdana, Helvetica, sans-serif;
	    padding-top: 1px;
	    padding-bottom: 0px;
	    font-weight: bold;
	}
	.csViewNamePrintVisible, .csViewNamePrintInvisible {
    	   margin-top:10px; text-align:left; display:block;
	}
  .oeTable  /* vs csTable */
  {
  	background-color: White;
  	color: #333333;
  	font-family:Arial;
  	font-size:11px;
  	border-collapse:collapse;
  }
  
  .oeTableMedHeader /* neu für siemens style */
  {
  	background-color: #DDDDDD;
  	font-weight: bold;
  	color: #666666;
  }
  
  .oeTableMedSubHeader  /* neu für siemens style */
  {
  	background-color: #EEEEEE;
  	font-weight: bold;
  	color: #333333;
  }
  
  .oeTableData  /* neu für siemens style */
  {
  	border-bottom: dashed 1px black;
  }
  
  .oeTableSimpleHeader  /* neu für siemens style */
  {
  	font-weight: bold;
  }
  
  .oeInvalid /* für kommentar feature*/
  {
  	color: Red;
  	text-decoration: line-through;
  }
  
  .oeInserted /* für kommentar feature*/
  {
  	color: Green;
  }
}
