body {
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
}

h1 {
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 15px;
}

table {
	margin: auto;
}

tr {
	background-color: #AAAADD;
}

th {
	border-left: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
}

td {
	border-left: 1px solid #CCCCFF;
	border-top: 1px solid #CCCCFF;
	border-right: 1px solid #000033;
	border-bottom: 1px solid #000033;
	padding: 5px;
}


/* Copyrightdesign darf angepasst werden, allerdings weder entfernt, */
/* noch unsichtbar (z.B. gleiche Schrift- und Hintergrundfarbe) gemacht werden. */
/* Die Schrift muss mindestens 10px oder eine vergleichbare Grösse haben */

div#copyright {
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #AAA;
}

div#copyright a {
	text-decoration: none;
	color: #AAA;
}

div#copyright a:hover {
	text-decoration: underline;
	color: #AAA;
}
