body          {
	color: white;
	font-size: 10pt;
	font-family: "Zapf Chancery", "Comic Sans MS", cursive;
	font-weight: normal;
	line-height: 120%;
	background-color: maroon;
	background-image: url("Grafik/Hintergrund.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left
}
p {}
td    {
	font-size: 10pt;
	line-height: 120%;
	text-align: center
}
a:link     { color: white; font-variant: small-caps; text-decoration: none }
a:visited     { color: white; font-variant: small-caps; text-decoration: none }
a:hover    { color: white; font-variant: small-caps; text-decoration: underline }
a:active    { color: white; font-variant: small-caps; text-decoration: none }
#Menue     {
	position: relative;
	top: 0;
	width: 800px;
	height: 100px;
	text-align: center;
}
#Inhalt       {
	padding-top: 10px;
	position: relative;
	width: 800px;
	height: auto
}
h1   { font-size: 14pt; font-variant: small-caps; font-weight: bold; margin-bottom: 6pt }
h2    { font-size: 12pt; font-weight: bold; margin-top: 6pt; margin-bottom: 6pt }
h3  { font-size: 10pt; font-weight: bold; margin: 1em 0 }
ol  { list-style-type: decimal }
ul  { list-style-type: disc }

