table {
  color: #FFFFFF;

	background-color: #000000;
	
	border: none;
}

table.seiteTable {
	width: 80%;
	
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}


td.abstand {
	height: 30px;
	width: 30px;
}
td.abstandKlein {
	height: 10px;
	width: 10px;
}

div {
  color: #FFFFFF;

	background-color: #000000;
	
	border: none;
}

div.seiteDiv {
	height: 100%;
	width: 100%;
	
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
	
	text-align: center;
	vertical-align: middle;
}
