body, html {
	font-family: 'Slabo 27px', serif;
	font-size-adjust: auto;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	background-color: #1f3512;
	height: 100%;
	margin: 0px auto;
	padding: 0px auto;
}

.abstandlinks { float:right!important; padding-left: 20px; }
b {
	font-weight: 700;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
}
h2 {
	font-family: 'Roboto', serif;
	font-size: 22px;
	font-weight: 400;
	height: 70px;
}
h3 {
	font-family: 'Roboto', serif;
	font-size: 20px;
	font-weight: 400;
	padding-top: 20px;
}
figure {
	border: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: auto;
}
figcaption {
	color: #aaa;
}
.verlinkungen {
	font-family: 'Slabo 27px', serif;
	color: #bf0000;
	font-style: italic;
	font-size: 20px;
}
a {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-style: normal;
	font-size: 18px;
	padding: 0px;
	text-decoration: none;
	line-height: 0;
	margin: auto;
}
a:link {
	color: #000;
}
a:visited {
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
}
.bildrand {
	border: 20px;
	padding: 20px;
	margin: auto;
	float: right;
}
.anmerkung {
	color: #609732;
}
.textrand {
	border-left: 5px solid #254417;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-left: 25px;
}
.blockquote {
	width: auto;
	border: 2px solid #bf0000;
	padding: 10px;
	background-color: #CCCCCC;
}
table {
	padding-left: 0px;
}
#wrapper {
	width: 1000px;
	margin: auto;
	margin-top: 0px auto;
	background-color: #fff;
	margin-bottom: 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0px;
    text-align:;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px auto;
}
#header {
	width: 1000px;
	height: 140px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #000;
	padding: 0px;
	clear: left;
	position: fixed;
	float: left;
	z-index: 2;
	background-image: url(grafiken/header.jpg);
}
#linkbar {
	width: 1000px;
	margin: left;
	margin-top: 140px;
	padding: 0px;
	background-color: #fff;
	padding-top: px;
	height: 40px;
	position: fixed;
	float: right;
	z-index: 1;
	background: #bf0000;
}
#puffer {
	padding-top: 180px;
	background-color: #000;
}
#bildervoll {
	width: 1000px;
	margin: 0;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
	border-bottom: 0px;
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-top: 30px;
}
#content {
	width: 960px;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
	border-bottom: 30px;
	background-color: #ffffff;
	min-height: 100%;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	clear: left;
	text-align: justify;
}
#footer {
	width: 960px;
	border: 1px solid #000;
	border-left: 0px;
	background-color: #ffffff;
	padding: 5px 20px 5px 20px;
	clear: right;
	position: fixed;
	bottom: 0;
}
.position::before {
	display: block;
	content: "";
	height: 180px;
	margin-top: -180px;
	visibility: hidden;
	position: relative;
}
#menu {
	width: 1000px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background-color: #111;
	background-image: linear-gradient(#444, #111);
	border-right: 1px;
	box-shadow: 0 2px 1px #000;
}
#menu li {
	float: left;
	margin-left: 16px;
	padding: 0 0 10px 0;
	position: relative;
}
#menu a {
	float: inherit;
	height: 25px;
	padding: 0 8px;
	color: #999;
	text-transform: uppercase;
	font: bold 16px/20px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {
	color: #fafafa;
}
*html #menu li a:hover { /* IE6 */
	color: #fafafa;
}
#menu li:hover > ul {
	display: block;
}
/* Sub-menu */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	background-color: #444;
	background-image: linear-gradient(#444, #111);
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	box-shadow: 0 1px 0 #111111,  0 2px 0 #777777;
}
#menu ul li:last-child {
	box-shadow: none;
}
#menu ul a {
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
*html #menu ul a { /* IE6 */
	height: 10px;
	width: 150px;
}
*:first-child+html #menu ul a { /* IE7 */
	height: 10px;
	width: 150px;
}
#menu ul a:hover {
	background-color: #5CA806;
	background-image: linear-gradient(#5CA806, #5CA806);
}
#menu ul li:first-child a {
	border-radius: 5px 5px 0 0;
}
#menu ul li:first-child a:after {
	content: '';
	position: absolute;
	left: 30px;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #444;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #5CA806;
}
#menu ul li:last-child a {
	border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html #menu {
	zoom: 1;
} /* IE6 */
*:first-child+html #menu {
	zoom: 1;
} /* IE7 */
