table {
          background-color: #FFFFFF;
          width: 100%;
          height:auto;
          padding: 0px;
          margin: 0px;
}
td {
           border-top-width: 1px;
          border-right-width: 0px;
          border-bottom-width: 1px;
          border-left-width: 0px;
          border-top-style: inset;
          border-right-style: inset;
          border-bottom-style: inset;
          border-left-style: inset;
          border-color: #000099;
}







@media print {
	
	
	
table {
          background-color: #FFFFFF;
          width: 100%;
          height:auto;
          padding: 0px;
          margin: 0px;
}
td {
          border-top-width: 0px;
          border-right-width: 0px;
          border-bottom-width: 0px;
          border-left-width: 0px;
          border-top-style: inset;
          border-right-style: inset;
          border-bottom-style: inset;
          border-left-style: inset;
          border-color: #000099;
}
	

.spalte1 {
	background-color:yellow;
	display:none;
	x visibility:collapse;
	
}




	
}