body {
	/* background-color:#999999; */
     color: black;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
h1 {
	color: red;
	font-size: 24pt;
	line-height: 100%;
	font-style: normal;
	padding: 0px;
}
h2, h3 {
	color: #0e4079;
	background-color: red;
	font-size: 16pt;
	line-height: 140%;
	font-style: italic;
    /* padding:5px; */
}
.rahmen {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	line-height: 200%;
	background-color: yellow;
	width: 400px;
}
.kasten {
	line-height: 160%;
	font-size: 12pt;
	background-color: #D5E5AE;
	margin: 5px 3px 5px 3px;
	padding: 2px;
}
.kasten_red {
    border-style: none;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	line-height: 30px;
	background-color: red;
	margin: 5px 3px 5px 3px;
	padding: 2px;
}
.kasten_blue {
	border-style: none;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	line-height: 120%;
	background-color: blue;
	margin: 5px 0px 5px 0px;
	padding: 2px;
}
.logo {
	width: 100%;
	height: 100%;
	margin: 5px 5px 5px 3px;
}
span.aktiv {
	background-color: red;
	line-height: 200%;
	color: #0000FF;
}
A {
	text-decoration: none;
	color: blue;
}
A:hover {
	background-color: red;
	color: white;
}
A:visited {
	color: none;
}
/* Headerbereich */
#header {
	margin: 0px;
	width: 800px;
}
/* Spalte am linken Rand */
#navi {
	margin: 5px;
	width: 160px;
	position: absolute;
	top: 5px;
	left: 5px;
}
/* Hauptbereich */
#main {
	color: white;
	margin-top: 5px;
	width: 600px;
	position: absolute;
	top: 5px;
	left: 10px;
	text-align: justify;
}
/* Liste der Songs */
#liste {
	color: #EFEDED;
	margin-top: 5px;
	width: 600px;
	position: absolute;
	top: 5px;
	left: 10px;
}
#backlogo {
	position: absolute;
	top: 250px;
	left: 100px;
}
