html, body {
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	color: #190201;
	margin: 0;
	padding: 0;
	background-color: #190201;
}

#hauptcontainer {
	background-image: url(bilder/hg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #f8f5ce;
	width: 995px;
	margin: 0 auto 0 auto;
}

#header {
	padding: 0;
	margin: 0;
	width: 995px;
	height: 100px;
	background-image: url(bilder/header.png);
}

#bilderleiste{
	width: 995px;
}

#bild1 {
	float: left;
}

#bild2 {
	float: left;
}

#bild3 {
	float: left;
}

#bild4 {
	float: left;
}

#bild5 {
	float: left;
}

#navi {
	clear: left;
	width: 995px;
	height: 30px;
	background-image: url(bilder/navi.png);
	text-align: center;
	padding-top: 10px;
}

#navi span {
	padding: 10px;
}

#navi span:before {
	content: "\263A";
	font-size: 14px;
	padding-right: 5px;
}

#navi span a,
#navi span a:link,
#navi span a:visited {
	padding: 0 2px 0 2px;
	color: #190201;
	text-decoration: underline;
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

#navi span a:hover {
	background-color: #190201;
	color: #f8f5ce;
	font-family: 'Times New Roman',Times,serif;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
}

#inhalt {
	width: 995px;
	height: 280px;
	overflow: auto;
	padding-top: 20px;
}

#text {
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #190201;
	margin: 20px;
}

#text h1{
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #190201;
	text-align: center;
}

#text h2{
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	color: #190201;
	text-align: center;
}

#text a,
#text a:link,
#text a:visited {
	padding: 0 2px 0 2px;
	color: #190201;
	text-decoration: underline;
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 12px;
}

#text a:hover {
	background-color: #190201;
	color: #f8f5ce;
	font-family: 'Times New Roman',Times,serif;
	font-style:italic;
	font-size: 12px;
}

.textmitte {
	font-family: 'Times New Roman',Times,serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	color: #190201;
	margin: 20px;
	text-align: center;
}

.stopper {
	clear: both;
}

.stopper-links {
	clear: left;
}

.stopper-rechts {
	clear: right;
}

