*{
	padding: 0;
	margin: 0;
}
body {background-color:black; color:white; font-family:Verdana, Arial; font-size:10pt; text-align:center; }
td {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
	background-color: black;
	color: white;
	text-align: center;
}
H1 {font-size:12pt; background-color:white; color:black; text-align:center; }
#zwei { font-size:10pt;  font-weight:bold; background-color:red; color:white; text-align:center; }
H3 {font-size:12pt; background-color:red; color:white; text-align:center; }
#eins { font-size:12pt; font-weight:bold; background-color:white; color:black; text-align:center; }
#drei {background-image:url(images/pu.gif); background-repeat:no-repeat; }
A:link, A:visited, A:active {
	color: white;
	text-decoration: none;
}
A:hover {color: red; }
#left {
	text-align: left;
}
#right {
	text-align: right;
}
strong{
	font-size:12pt;
}
b{
	font-size: 10pt;
	font-weight: bold;
}
small{
	font-size: 7pt;
}