html
{
	width: 100%;
	background-color: #550000;
}
body
{
	background-color: #bbbbbb;
	/* width: 100em; */
	margin: 2em auto 0.5em;
	padding: .1em .5em;
	min-height: 62em;
	width: 90%;
}
h1
{
	margin: 0% 1%;
	padding: 1% 3.5%;
	font-size: 400%;
	color: #000000;
	text-align: center;
}
h2
{
	font-size: 200%;
	padding-left: 1em;
}
h3
{
	font-size: 150%;
	padding-left: 2em;
}
h4
{
	font-size: 110%;
	padding-left: 4em;
}
p
{
	padding-left: 3em;
}
#Startseite
{
}
nav
{
	position: fixed;
}
nav section
{	
	border: 0.2em solid #005500;
	width: 10em;
	position: relative;
	padding: 5px;
	margin: .5em;
	display: inline-table;
}
nav section a
{
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
}
nav section a:first-child
{
	font-weight: bold;
	padding-left: 0px;
	padding-left: 5px;
}
nav section#Navigation div
{
	font-size: 150%;
}
article
{
	margin-left: 15em;
}
article table
{
	border-radius: 10px;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px solid #005500;
	empty-cells: show;
	width: 98%;
}
table td
{
	padding: 5px 12px;
	border-bottom: 1px solid #005500;
	text-align: center;
}
table tr:last-child, table tr:last-child td:first-child
{
	border-bottom-left-radius: 10px;
}
table tr:last-child, table tr:last-child td:last-child
{
	border-bottom-right-radius: 10px;
}
table tr th:first-child, table tr td:first-child
{
	border-left: 1px solid #005500;
}
table tr:first-child th, table tr:first-child td
{
	border-top: 1px solid #005500;
}
table tr:first-child th:first-child, table tr:first-child td:first-child
{
	border-top-left-radius: 10px;
}
table tr:first-child th:last-child, table tr:first-child td:last-child
{
	border-top-right-radius: 10px;
}
table th
{
	padding: 5px 12px;
	background: #550000;
	border-bottom: 1px solid #005500;
	color: #bbbbbb;
}
table th:first-child
{
	border-top-left-radius: 10px;
}
table th:last-child
{
	border-top-right-radius: 10px;
}
article div#DSA p
{
	padding-left: 5em;
}
article div#DSA div:first-child
{
	width: 45%;
	float: left;
}
article div#DSA div:last-child
{
	width: 45%;
	float: left;
}
article section#char img
{
	width: 18em;
	margin-bottom: 1.5em;
}
article section#char
{
	border: 0.2em solid #005500;
	width: 20em;
	position: relative;
	padding: 5px;
	margin: .5em;
	display: inline-table;
	float: right;
	margin-right: 5em;
}
article section#char section:last-child
{
	border-bottom: 0;
	margin-bottom: 0;
}
article section#char section
{
	margin-top: .5em;
	margin-bottom: .5em;
	border-bottom: 0.1em solid #005500;
	padding-left: 1em;
}
article section#char section p
{
	margin-top: 0;
	padding-left: 0;
	padding-left: 1em;
}
article section#char a.edit
{
	float: right;
	margin-top: -3em;
}
article section#hintergrund
{
	position: relative;
	padding: 5px;
	margin: .5em;
	width: 55em;
	margin-right: 5em;
}
article section#hintergrund p
{
	padding-left: 6em;
}
article section#hintergrund ul
{
	padding-left: 7em;
}
article section#hintergrund a.edit
{
	float: right;
	margin-top: -3em;
}
textarea
{
	width: 90%;
	height: 20em;
}
.clear
{
	clear: both;
}
.zug
{
	float: left;
	padding-left: 5em;
}