		/* Striping */
        tr.alternate {
        	background-color:#E7E7E7;
        }
        /* Examples which stray from the default */
        table.altstripe tr.alternate2 {
        	background-color:#ccffff;
        }
		
		
		th input {
			border: 1px solid #000;
			width: 70px;
			font-weight: normal;
			height: 1em;
		}
		input[type="checkbox"] {
			width: auto;
		}
		#first-col {
			width:150px;
		}
		th {
			background-color:#CCCCCC;
			text-align: center;
		}
		th a {
			color: #000000;
		}
        th.filtered { 
	        /* keine spezielle Darstellung bisher */ 
	    }
		
		div#buttons {
			margin: 5px 0;
			text-align: center;
		}
		div#buttons input {
			border: 1px solid #000;
			background-color: #A8C1CF;
			padding: 0;
		}
		.num_cell {
			text-align:right;
		}
		.date {
			text-align: center;
		}
		
		.select div, .select td {
			font-weight: bold;
		}
		.bin {
			text-align: center;
		}
		.srow {
			width: 50px;
			text-align: center;
		}
		
		.srow input {
			width: 45px;
		}

