table.navigation td{
	height:75px;
	text-align:center;
	width:75px;
}
table.navigation td.links,
table.navigation td.rechts{
	border:solid 1px #ddd;
	font-size:32px;
}
table.navigation td.links:hover,
table.navigation td.rechts:hover{
	background-color:#efefef;
}
table.navigation td.mitte{
	background-color:#efefef;
	width:100px;
}
table.navi{
	border:solid 1px #ccc;
	font-size:smaller;
	margin-top:50px;
	margin-bottom:25px;
	text-align:center;
	padding:1px;
}
table.navi tr{
	height:40px;
}
table.navi th{
	background-color:#dedede;
	font-weight:normal;
	padding:0px 5px;
}
table.navi th select{
	background-color:#dedede;
	vertical-align:bottom;
}
table.navi td{
	background-color:#eee;
	border:solid 1px #ddd;
	width:40px;
}
table.navi td span.pfeil{
	font-size:large;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
table.navi a:visited{
	color:#00a;
}