div.Daten {
	margin-bottom: 30px;
}

table.Daten {
	border-style: solid;
	border-collapse: collapse;
	box-shadow: 10px 10px 5px #888;
	width: 100%;
	height: 100%;
}

table.Navigation {
	width: 100%;
	height: 100%;
}

td.Daten, th.Daten {
	border-style: solid;
	border-width: thin;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	width: 150px;
}

th.Daten {
	height: 30px;
	background-color: #D3E0ED;
}

tr.Heute {
	background-color: Red;
}

tr.Ungerade {
	background-color: #BCCFEC;
}

tr.Gerade {
	background-color: #D3E0ED;
}

td.Vor {
}

td.Zurueck {
}

td.Anfang {
	width: 100%;
}

#bAnfang {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#bBerechne {
	width: 100%;
}

#bJetzt {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input.navigation {
	width: 100px;
}

input.linkbutton {
	background: none !important;
	border: none;
	padding: 0 !important;
	border-bottom: 1px solid #444;
}
