body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
/* remember to define focus styles! */
:focus {
}
p, li {
	font-style: normal;
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
}
li {
	text-indent: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	text-indent: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
}
h1 {
	font-size: x-large;
	margin-bottom: 10px;
}
h2 {
	font-size: x-large;
	margin-bottom: 10px;
}
h3 {
	font-size: large;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
p {
	line-height: 20px;
}
table {
	border: 2px solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
td {
	padding: 5px;
	text-align: center;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
blockquote {
	text-indent: 50px;
	letter-spacing: 3px;
}
#foot p {
	color: #FFF;
	text-align: right;
	font-size: 10px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	font-style: italic;
}
#inhalt table td {
	border: 1px solid #CCC;
	font-size: small;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

