body {
	margin:0em;
	padding:0em;
	font-family:sans,arial,helvetica,nimbus;
	font-size:.8em;
	line-height:1.6em;
	background-color:#333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}

/* global Definitions */
a {
	color:#5f7082;
	text-decoration:none;
}
a:hover, a:focus {
	color:#c00;
	text-decoration:underline;
}
q {
	color:#555;
	font-style:italic;
}
q:before {
	content:"„";
}
q:after {
	content:"”";
}
img {
	border:none;
}
article {
	width:800px;
	margin:auto;
	background-image:url(image/linie.png);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:solid 10px #fff;
}
article > header:first-child {
	margin:0em;
	font-weight:900;
}
article > header:first-child {
	height:217px;
	overflow:hidden;
}
article > header:first-child h2 a {
	color:#fff;
}
header > a {
	display:block;
	float:left;
	margin:0em -10px 0em 0em;
	padding:0em 0em 0em 10px;
	text-decoration:none;
	border:none;
}
header a:hover, header a:focus {
	color:inherit;
	text-decoration:inherit;
}
header h1 {
	font-size:3em;
	font-variant:small-caps;
	height:50px;
	margin:0em;
	padding:15px 0em 0em;
	overflow:hidden;
}
h1 strong {
	color:#c00;
}
h1 small {
	font-size:.5em;
}
h2 {
	line-height:1.4em;
}
header p {
	margin:0em 3em 0em 260px;
	width:500px;
	height:104px;
	overflow:hidden;
	font-weight:normal;
	font-style:italic;
	line-height:1.5em;
}
header q {
	color:#000;
}
nav {
	clear:both;
	float:left;
	width:12em;
	padding:1em 0em 0em;
	background-color:#fff;
	font-weight:bold;
}
nav ul {
	padding:0em;
	list-style-type:none;
	list-style-position:inside;
	font-size:1.4em;
}
nav li {
	padding:0em;
}
nav a {
	display:block;
	padding:.5em 1em;
	color:#000;
}
nav a:hover, nav a:focus {
	color:#fff;
	background-color:#777;
	text-decoration:none;
}
nav .aktiv {
	color:#fff;
	background-color:#14b2bf;
}
section {
	margin-left:12em;
	padding:.1em 5em 3em 84px;
	background-color:#fff;
}
section > header {
	margin-top:3em;
}
section ul {
	list-style-type:disc;
	color:#000;
}
section li + li {
	margin-top:1em;
}
section .eng li {
	margin-top:.2em;
}
dt {
	margin-bottom:.3em;
	font-size:larger;
	font-weight:bold;
}
dt q {
	color:#c00;
}
dd + dt {
	margin-top:1em;
}
table {
	width:100%;
	border-collapse:collapse;
}
td {
	border-top:solid 1px #ccc;
}
th {
	text-align:left;
	background-color:#ccc;
}
tr:hover {
	background-color:#f5f5f5;
}
th + th, td + td {
	padding-left:2em;
}
th:first-child, td:first-child {
	text-align:right;
}
td a {
	display:block;
}
blockquote {
	margin:2em;
	padding:1em 1.5em;
	color:#027;
	font-style:italic;
	border:dashed 1px #ccc;
}
.ban dt {
	padding-top:3em;
}
.ban dt small {
	color:#555;
	font-size:x-small;
	font-weight:normal;
	font-style:italic;
}
cite {
	display:block;
	color:#777;
	font-size:smaller;
	text-align:right;
}
.bilder > div {
	float:left;
	width:166px;
	height:166px;
}
code {
	display:block;
	padding:.6em 1.2em;
	background-color:#e5e5e5;
	border:solid 1px #ddd;
	font-size:x-small;
}
#fb {
	padding-top:1em;
	background-color:#333;
}
#fb a, #fb a:hover, #fb a:focus {
	margin:0em;
	padding:0em;
	background-color:transparent;
}
footer {
	clear:both;
	margin:6em -7.8em -5em -84px;
	padding:.2em 1em 2em 0em;
	color:#5f7082;
	font-size:xx-small;
	text-align:right;
	background-color:#333;
}
footer #tec {
	float:left;
}
