html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #5D478B;
	background-image:	url(bilder/bg-body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper	{
	width: 915px;
	background-image: url(bilder/bg-wrapper.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
}

#clear	{
	clear: both;
	height: 5px;
}

#header	{
	width: 915px;
	height: 480px;
	background-image: url(bilder/bg-header.jpg);
}

#footer	{
	width: 915px;
	height: 165px;
	background-image: url(bilder/bg-footer.jpg);
	text-align: right;
}

#footer .top	{
	text-align: right;
	margin-left: 785px;
	padding-top: 100px;
}

#footer .top a	{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 85px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 45px;
	background-image: url(bilder/bg-top.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#footer .top a:hover	{
	color: #D0BDFF;
	text-decoration: none;
}

#boxrechts	{
	width: 290px;
	float: right;
}

#navi	{
	text-align: right;
	padding-left: 25px;
}

#navi ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 235px;
}

#navi li	{
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

#navi a	{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 235px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-right: 30px;
	background-image: url(bilder/bg-navi.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navi a:hover	{
	color: #D0BDFF;
	background-image: url(bilder/bg-navihover.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navi	a.current {
	color: #D0BDFF;
	background-image: url(bilder/bg-navihover.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#navi	a:hover.current {
	color: #D0BDFF;
	background-image: url(bilder/bg-navihover.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
}

#boxlinks	{
	width: 625px;
	float: left;
}

#inhaltheader	{
	width: 625px;
	height: 70px;
	background-image: url(bilder/bg-inhalt.jpg);
}

#inhalt	{
	width: 585px;
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 1.3em;
}

h1	{
	font-weight: bold;
	color: #FF4E4B;
	font-size: 1.5em;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2	{
	font-weight: bold;
	color: #5D468B;
	font-size: 1.2em;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background-image: url(bilder/bg-headline2.png);
	background-repeat: no-repeat;
	padding-left: 35px;
}

h3	{
	font-weight: bold;
	color: #5D468B;
	font-size: 1.2em;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 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;
}

.fettkursivviolett {
	font-style: italic;
	font-weight: bold;
	color: #5D468B;
}

.fettkursiv {
	font-style: italic;
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

.fettviolett {
	font-weight: bold;
	color: #5D468B;
}

.abstand-unterschrift	{
	margin-top: 30px;
}

a.navi:link 	{
	text-decoration: underline;
	color: #FF4E4B;
}

a.navi:visited 	{
	text-decoration: underline;
	color: #FF4E4B;
}

a.navi:hover 	{
	text-decoration: overline;
	color: #5D468B;
}

a.navi:active 	{
	text-decoration: underline;
	color: #FF4E4B;
}

.bildrahmen	{
	border: 3px solid #5D468B;
}

.player	{
	float: right;
	margin-top: 100px;
	margin-right: 30px;
}