/* CSS Document */
body,td,a {
	font-family: Verdana;
	font-size: small;
	text-decoration: none;
}

.zentriert {
  text-align: center;
  vertical-align: middle;
}

/* Klasse komplett
  Element füllt das gesamte Elternelement */
.komplett {
  height: 100%;
  width: 100%;
}

h1 {	font-family: Times;
	font-size: big;
	font-weight: bold;

}

h2 {	font-family: Times;
	font-size: normal;
	font-weight: bold;

}