body {
	font-family: Tahoma, Verdana, Arial, 'Bitstream Vera Sans';
	color: #000;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 98%;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

div.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

table, tr, td, input, div {
	font-family: Tahoma, Verdana, Arial, 'Bitstream Vera Sans';
	font-size: 12px;
}

table {
	border-spacing: 2px;
}

td {
	padding: 1px;
}

button {
	color: black;
	border: 1px solid black;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}

input, select {
	color: black;
	border: 1px solid black;
	background-color: white;
	padding-left: 1px;
	padding-right: 1px;
}

ul {
	list-style: none;
	padding: 0px;
	padding-left: 5px;
	margin: 0px;
}

/* 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 {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 12px;
	background-color: #FFF;
	color: #AAA;
}

div#copyright a {
	text-decoration: none;
	color: #AAA;
}

div#copyright a:hover {
	text-decoration: underline;
	color: #AAA;
}
