﻿body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #235023;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	height: 200px;
	position: relative;
}
#Banner {
	background-image: url('images/design/banner.jpg');
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 150px;
	position: relative;
	width: 900px;
	z-index: 1;
	background-repeat: no-repeat;
}
#Inhalt {
	margin: 0px auto;
	font-family: "Times New Roman", Times, Serif;
	font-size: small;
	background-image: url('images/design/body_mitte.jpg');
	height: auto;
	left: 0px;
	position: relative;
	top: 0px;
	width: 900px;
	z-index: 2;
	overflow: auto;
	background-repeat: repeat-y;
	list-style-position: inside;
	color: #235023;
	line-height: 20px;
}
#Inhalt p{
	margin: 5px 70px 7px 50px;
	color: #235023;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
}
#Inhalt ul{
	list-style: inside;
	color: #235023;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	margin-right: 70px;
	margin-top: 5px;
	margin-bottom: 7px;
}

#Inhalt h1{
	color: #232350;
	font-size: x-large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 70px;
}
#Inhalt h2{
	color: #502323;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 70px;
	margin-top: 30px;
}
#Inhalt h3{
	color: #235023;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 70px;
	margin-bottom: 10px;
	text-align: left;
}
#Inhalt h4{
	color: #3C0000;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-left: 50px;
	margin-right: 70px;
	margin-bottom: 20px;
}
#Inhalt h5{
	margin: 5px 70px 5px 50px;
	color: #235023;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#Inhalt h6{
	margin: 5px 70px 5px 50px;
	color: #3C0000;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#inhalt a:link {
     text-decoration:underline;
     color:rgb(206,17,38);
}
#inhalt a:visited {
     text-decoration:underline;
     color:rgb(206,17,38);
}
#inhalt a:hover {
     text-decoration:underline;
     color:rgb(0,104,71);
}
#inhalt a:active {
     text-decoration:underline;
     color:rgb(206,17,38);
}
#table {
	margin: 7px 70px 5px 50px;
	width: 780px;
	text-align: justify;
	font-size: small;
	color: #3C0000;
	height: auto;
}
#table td{
	margin: 2px 5px 50px 10px;
	text-align: justify;
	font-size: small;
	color: #235023;
	width: auto;
}
#bildlinks {
	border: 5px none #3C823C;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: justify;
	font-size: 10pt;
}
#bildrechts {
	border: 5px none #3C823C;
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	font-size: 10pt;
}
#giflinks {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	text-align: justify;
	font-size: 10pt;
}
#gifrechts {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	text-align: justify;
	font-size: 10pt;
}
#Bottom {
	font-size: small;
	text-align: center;
	background-image: url('images/design/bottom.jpg');
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	height: 80px;
	top: 0px;
	width: 900px;
	z-index: 3;
	color: #232350;
}
