<style type="text/css">
.tabelle {
	width: 1000px; border-collapse: collapse; 
}
.zelle{
	/*border: 1px solid Gray;*/
	
	border-left: 1px solid red;
	
	
	
	
	padding: 3px; 
	background-color: White; 
	font-family: Verdana; 
	font-size: 12px;
	text-align: center; 
	color: Black; 
}

.zelle-left{
	/*border: 1px solid Gray;*/
	
	border-left: 0px solid red;
	
	
	
	
	padding: 3px; 
	background-color: White; 
	font-family: Verdana; 
	font-size: 12px;
	text-align: center; 
	color: Black; 
}

.zelle-leer{
	/*border: 1px solid Gray;*/
	
	border-left: 0px solid red;
	
	
	
	
	padding: 10px 0px 10px 0px; 
	background-color: White; 
	font-family: Verdana; 
	font-size: 12px;
	text-align: center; 
	color: Black; 
}






th {
	background-color: SteelBlue;
	border: 1px solid Gray;
	padding: 3px; 
	color: White; 
	font-size: 12px;
	font-family: Verdana; 
}


a {
    color: #000000;
    text-decoration: none;
    font: Verdana;
    font-size: 12px;
}
a:hover {
    color: #46beba0;
    text-decoration: none;
    font: Verdana;
    font-size: 12px;
}







</style>