
body {
	margin-top: 1cm;
	margin-bottom: 1cm;
	margin-left: 1cm;
	margin-right: 0.5cm;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
}
h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
}
h2 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
}

li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 6px 0px;
	padding: 0px;
}


table {
	border: none;
	background-color: white;
	empty-cells: show;
}

table th {
	background-color: #eee;
	border: none;
	padding: 7px;
	text-align: left;
}

table td {
	background-color: #eee;
	border: none;
	padding: 7px;
}

table tr:nth-child(odd)    { background-color:#eee; }
table tr:nth-child(even)    { background-color:#fff; }

table.anwesenheit {
	font: 10px verdana, arial, helvetica, sans-serif;
	background-color: white;
	border: solid;
	border-width: 1px;
	padding: 0px;
	empty-cells: hide;
}

table.anwesenheit th {
	background-color: #eee;
	padding: 0px;
}

table.anwesenheit td {
	border: solid;
	border-width: 1px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}

table.anwesenheit td.name {
	border: none;
	background-color: white;
	padding: 0px;
	font-weight: normal;
	text-align: left;
}

a {
	text-decoration: none;
}

#Menu {
	display: none;
}

#Header {
font-size: 20px;
font-weight: 900;
}

#Header a {
color: black;
}
