body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #171717;
}

h1 {
	text-align: center;
	color: white;
	font-size: 24px;
}

h2 {
	text-align: center;
	font-size: 18pt;
}

h2.center {
	text-align: center;
}

h3 {
	text-align: left;
	font-size: 16pt;
	text-transform: uppercase;
}

h3.center {
	text-align: center;
}

h3.right {
	text-align: right;
}

h4 {
	font-size: 14pt;
	text-align: left;
}

p {
	color: white;
	font-size: 10pt;
}

ul {
	list-style-type: none;
	font-size: 12pt;
}

li {
	padding: 0px;
	margin: 0;
}

a, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: silver;
}

#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	margin-bottom: 10px;
	padding-top: 10px;
}

ul#navigation {
	list-style-type: none;
	padding: 0;
	width: 800px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}

ul#navigation li {
	float: left;
	width: 90px;
	margin-right: 10px;
	text-align: center;
	background-color: #360203;
	border: 1px solid maroon;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul#navigation li#two {
	width: 170px;
}

ul#navigation li:hover {
	background-color: maroon;
}

ul#navigation li a {
	text-decoration: none;
	color: white;
	font-size: 17px;
}

.text {
	width: 700px;
	margin-left: auto;
	color: white;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
}

.text p {
	text-align: justify;
	font-size: 12pt;
}

.text p#fussnote {
	font-size: 80%;
}

ul#bilder_links {
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#bilder_links li {
	margin-bottom: 10px;
	padding: 0;
}

ul#bilder_links img {
	width: 100px;
}

ul#bilder_rechts {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	float: right;
}

ul#bilder_rechts li {
	margin-bottom: 10px;
	padding: 0;
}

ul#bilder_rechts img {
	width: 100px;
}

.bilder {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer {
	text-align: center;
	clear: both;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.clear {
	clear: both;
}
