html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body	{
	background-color: #B8C662;
	background-image: url(bilder/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

#seite	{
	width: 100%;
	height: 100%;
	background-image: url(bilder/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

#wrapper	{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	background-image: url(bilder/bg-wrapper.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#sidebar	{
	float: left;
	width: 290px;
	padding-top: 240px;
	background-image: url(bilder/bg-sidebar.jpg);
	background-repeat: no-repeat;
}

#sidebar .kontakt	{
	width: 270px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #EBD05B;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	margin-top: 3px;
	margin-left: 20px;
	font-weight: bold;
	clear: both;
}

#sidebar .kontakt a	{
	text-decoration: none;
	color: #9855A8;
}

#sidebar .kontakt a:hover	{
	text-decoration: underline;
}

#inhalt-wrapper	{
	float: right;
	width: 630px;
	background-image: url(bilder/bg-inhalt.jpg);
	background-repeat: no-repeat;
}

#inhalt	{
	margin-left: 15px;
	margin-right: 55px;
	margin-top: 410px;
	font-size: 0.8em;
	line-height: 1.5em;
}

#inhalt img	{
	border: 3px solid #9855A8;
}

#inhalt li	{
	padding-bottom: 1em;
}

#inhalt h1	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9855A8;
	font-size: large;
	border-bottom: 3px double #C43838;
	padding-bottom: 0.2em;
}

#inhalt h2	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #C43838;
	font-size: medium;
	border-bottom: 3px dotted #EEE5DE;
	border-top: 3px dotted #EEE5DE;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

#inhalt a	{
	font-weight: bold;
	color: #C43838;
	text-decoration: underline;
}

#inhalt a:hover	{
	color: #9855A8;
	text-decoration: none;
}

.abstand-h2	{
	margin-top: 2em;
}
.abstand-links	{
	clear: both;
}

.hinweis	{
	font-size: 0.8em;
	line-height: 1.3em;
}

#bottom	{
	clear: both;
	height: 20px;
}

#footer	{
	width: 920px;
	height: 55px;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.fett {
	font-weight: bold;
}

.fettviolett {
	font-weight: bold;
	color: #9855A8;
}

.kursiv {
	font-style: italic;
}