body {
	display: block;
	background-repeat: repeat;
	background-image: url(Bilder/Seite/Hintergrund.jpg);
	z-index: 0;
	background-position: 0;
	margin: 0px;
	left: 0px;
	top: 0px;
}

img {
	border: none; 
}

/* Daten fuer die Positionierung der Menues */
#Mitte{
	margin-right: auto;
	margin-left: auto;
	background-image: url(Bilder/Seite/Inhalt.jpg);
	z-index: 0;
	background-repeat: repeat-y;
	width: 950px;
	background-position: left top;
	top: 0px;
	position: relative;
}

                           
#Mitteklein{
	margin-right: auto;
	margin-left: auto;
	background-image: url(Bilder/Seite/Inhalt.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	top: 0px;
	width: 950px;
	position: relative;
}

                           
/* Daten fuer die Menues */
#Navigation {
	margin-left: 311px;
	padding-left: 60px;
	border-width: 0px;
	padding-top: 88px;
	background-image: url(Bilder/Seite/Navi.jpg);
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	z-index: 1;
	height: 220px;
	top: 350px;
	background-repeat: no-repeat;
	left: 50%;
	width: 150px;
	position: absolute;
	text-align: right;
}

.Navigationspunkte {
	font-weight: bold;
	margin-left: 16px;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Inhalt {
	border-right-color: black;
	border-left-color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	left: 14px;
	font-size: 16px;
	background-image: url(Bilder/Seite/Banner.jpg);
	padding-top: 280px;
	top: 0px;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-right: 200px;
	z-index: 0;
	color: #b3b3b3;
	width: 670px;
	background-repeat: no-repeat;
	background-position: 0px top;
	right: 0px;
	position: relative;
	font-family: Helvetica, Arial;
}
               
               
#Inhalt {
	border-right-color: black;
	border-left-color: black;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	padding-right: 200px;
	left: 14px;
	font-size: 16px;
	z-index: 0;
	top: 0px;
	padding-left: 50px;
	padding-bottom: 10px;
	padding-top: 280px;
	height: 500px;
	background-image: url(Bilder/Seite/Banner.jpg);
	background-repeat: no-repeat;
	width: 670px;
	background-position: 0px top;
	right: 0px;
	position: relative;
	font-family: Helvetica, Arial;
	color: #b3b3b3;
}

               
/* Textarten */
h1 {
	color: #5c9ef9;
	margin-bottom: 5px;
	margin-top: 25px;
	font-size: 20px;
	text-align: left;
}

h2 {
	color: #6e9ff4;
	margin-bottom: 5px;
	margin-top: 25px;
	font-size: 30px;
	text-align: left;
}

a:link {
	font-family: Helvetica, Arial;
	color: #6e9ff4;
	text-decoration: none;
}

a:visited {
	font-family: Helvetica, Arial;
	color: #6e9ff4;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica, Arial;
	color: #9cb7f0;
	text-decoration: none;
}

.zentriert {
	text-align: center;
}

.flinks {
	margin-right: 5px;
	float: left;
}

.Person {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	min-height: 100px;
	padding: 0px;
	width: 640px;
}

#Banner {
	z-index: 1;
	position: absolute;
	background-position: left;
	left: 25px;
	top: 0px;
	background-image: url(Bilder/Seite/Banner.jpg);
	background-repeat: no-repeat;
	height: 299px;
	width: 817px;
}

.liste {
	list-style-type: none;
}

