#banner {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:850px;
	position:relative;
	top:0;
	left:0;
}

#heading {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#navigation {
	background-image: url(bilder/hintergrund_nav.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 850px;
	vertical-align: bottom;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#inhalt {
	margin: 0;
	z-index: 5;
	width: 595px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 155px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: justify;
}
#inhalt p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 97%;
}
#inhalt h1 {
	margin-top: 0px;
	margin-bottom: 15px;
}
#inhalt h2 {
	margin-top: 0px;
	margin-bottom: 15px;
}
#inhalt h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}



#inhalt td p {
	margin: 0px;
}

#hintergrund {
	width: 850px;
	background-image: url(bilder/hintergrund_inhalt.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	overflow: visible;
	text-align: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 5;
}
#geige {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 556px;
	width: 850px;
	background-image: url(bilder/hintergrund_geige.jpg);
	background-repeat: no-repeat;
}



body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #8CBAFF;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	margin: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(bilder/button_std.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navigation ul {
	margin: 0px;
}

#navigation li {
	display: inline;
	font-size: 110%;
}
#navigation li a:hover {
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #0000FF;
	background-image: url(bilder/button_hell.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bildlinks {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: small;
	font-style: italic;
}
.unfloat {
	clear: both;
}

.bildrechts {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	font-size: small;
	font-style: italic;
}
