@charset "utf-8";
body {
font: 100%/1.2;
	font-family: "Open Sans", Arial, sans-serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #fff;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal
}
a img {
	border: none;
}
a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #fff;
}
.container {
	width: 80%;
	max-width: 1000px;
	min-width: 780px;
	background-color: #000;
	margin: 0 auto;
}
.header {
	background-color: #000;
	color: #fff;
	font-size: 0.9em;
	text-align: left;
	padding: 0 0 40px 0;
}
.nav {
	background-color: #000;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.nav a:link {
	color: #fff;
	text-decoration: none;
}
.nav a:visited {
	color: #ccc;
	text-decoration: none;
}
.nav a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ccc;
}
.content {
	background-color: #000;
	width: 100%;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
}
p {
	padding: 0;
}
img {
	padding: 10px;
}

.figure {
}
.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}




.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	background-color: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background-color: #6F7D94;
	color: #FFF;
}
/* ~~ Fußzeile ~~ */
.footer {
	padding: 10px 0;
	background-color: #000;
	position: relative;
	clear: both;
}
/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}/* CSS Document */
