@charset "utf-8";
a {
	font-family: PanamaBold,"Open Sans",Roboto,Arial,sans-serif;
	color:#000;
	text-decoration:none;
}
a:hover {
	cursor:pointer;
	text-shadow:1px 1px 2px #F00;
}
table {
	border-collapse:collapse;
	margin:auto;
	background-color:#CCC;
	border:2px solid #000;
	margin-top:10px;
	margin-bottom:10px;
}
tr {
	border-bottom:1px solid #000;
}
th {
	font-size:1.5em;
}
td {
	padding-left:15px;
	padding-right:15px;
	line-height:25px;
}
td:nth-child(odd) {
	border-right:1px solid #000;
}
td:first-of-type {
	text-align:center;
}
#haupt {
	font-weight:bold;
	padding:5px;
	font-size:2em;
	text-shadow:1px 1px 3px #F00;
}
#haupt2 {
	border-right:1px solid #000;
}
.monat {
	text-align:center;
	
	font-size:1.1em;
	color:#900;
	text-shadow:1px 1px 1px #000;
	/*text-shadow:1px 1px 3px #F00;
	font-weight:bold;*/
	border:2px solid #000;
	background-color:#666;
}

