html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3DFC6;
	text-align: center;
	background-image: url(bilder/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.fettrot {
	font-weight: bold;
	color: #B13F52;
}

.bildrahmen {
	border: 3px solid #DA9B27;
}

#wrapper	{
	width: 840px;
	background-image: url(bilder/bg-wrapper.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
}

#logo	{
	width: 840px;
}

#navi1	{
	width: 840px;
	background-image: url(bilder/bg-navi1.jpg);
	font-size: 13px;
	text-align: center;
}

#navi1 ul	{
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	list-style-type: none;
}

#navi1 li	{
	margin: 0;
	padding: 0;
	display: inline;
}

#navi1 a	{
	color: #B13F52;
	font-weight: bold;
	text-decoration: underline;
	
}

#navi1 a:hover	{
	color: #DA9B27;
	text-decoration: none;
}

#navi1 .abstand	{
	padding-left: 10px;
	padding-right: 10px;
}

#navi2	{
	width: 840px;
	background-image: url(bilder/bg-navi2.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}

#navi2 ul	{
	margin: 0;
	padding: 0;
	padding-top: 11px;
	padding-bottom: 20px;
	list-style-type: none;
}

#navi2 li	{
	margin: 0;
	padding: 0;
	display: inline;
}

#navi2 a	{
	color: #F5E586;
	text-decoration: none;
	
}

#navi2 a:hover	{
	text-decoration: underline;
}

.teiler-navi2	{
	font-weight: bold;
	color: #DA9B27;
	padding-left: 3px;
	padding-right: 3px;
}

#footer	{
	width: 840px;
	font-size: 13px;
	text-align: right;
	background-image: url(bilder/bg-footer.png);
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 29px;
}

#footer a	{
	text-decoration: underline;
	color: #B13F52;
	padding-right: 30px;
}

#footer a:hover	{
	text-decoration: overline;
	color: #DA9B27;
}

#inhalt-start	{
	width: 780px;
	margin-left: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#inhalt-start .top1	{
	width: 625px;
	float: left;
}

#inhalt-start .top2	{
	width: 625px;
	float: right;
}

#inhalt-start .teiler	{
	width: 780px;
	clear: both;
	padding-bottom: 1em;
	padding-top: 1em;
	background-image: url(bilder/teiler.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#inhalt-start h1	{
	color: #B13F52;
	font-style: italic;
	font-size: 2em;
}

.inhalt-start-li	{
	padding-bottom: 15px;
}

#inhalt-start h2	{
	color: #B13F52;
	font-style: italic;
	font-size: 1.5em;
}

#inhalt	{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 10px;
	padding-left: 155px;
	padding-right: 155px;
	font-size: 0.8em;
	line-height: 1.4em;
	background-image: url(bilder/bg-inhalt.png);
	background-repeat: repeat-y;
}

#inhalt h1	{
	color: #B13F52;
	font-style: italic;
	font-size: 2em;
}

#inhalt h2	{
	color: #DA9B27;
	font-size: 1.5em;
	border-left: 10px solid #B13F52;
	padding-left: 20px;
	margin-top: 2em;
}

#inhalt h3	{
	color: #DA9B27;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 3px;
}

#inhalt h4	{
	color: #B13F52;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.4em;
}

.gesperrt	{
	letter-spacing: 3px;
}

a.navi:link 	{
	color: #B13F52;
	border-left: 3px solid #DA9B27;
	padding-left: 5px;
	text-decoration: none;
}

a.navi:visited 	{
	color: #B13F52;
	border-left: 3px solid #DA9B27;
	padding-left: 5px;
	text-decoration: none;
}

a.navi:hover 	{
	color: #DA9B27;
	border-left: 3px solid #DA9B27;
	padding-left: 5px;
	text-decoration: underline;
}

a.navi:active 	{
	color: #B13F52;
	border-left: 3px solid #DA9B27;
	padding-left: 5px;
	text-decoration: none;
}

.news	{
	padding-bottom: 100px;
}