body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background-color : #300;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;  
	overflow: auto;
}

#zentriert {
	width: 750px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -245px 0px 0px -375px;
	border: 1pt solid #f99;
	text-align: center;
}

#hella {
	position: relative;
	color: #f66;
	font-size: 24pt;
	font-weight: bold;
	top: 5px;
}

#chanson {
	position: relative;
	top: 6px;
	color: #f99;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	width: auto;
}

#bildbreit {
	width: 308px;
	height:231px;
	position: absolute;
	left: 25px;
	top: 100px;
}	

#bildhoch {
	width: 231px;
	height: 308px;
	position: absolute;
	left: 60px;
	top: 100px;
}

#textfenster {
	width:350px;
	height:320px;
	overflow: auto;
	position: absolute;
	top: 100px;
	right: 20px;
	background-color: #600;
	text-align: justify;
	color: White;
	font-size: 10pt;
	padding: 10px 20px 10px 10px;
}



#navigationsleiste {
	position: absolute;
	left: 3%;
	bottom: 5px;
	color: White;
	font-size: 9pt;
}

.links {
	color: White;
	text-decoration: none;
}

.links:hover {
	color: #f99;
	text-decoration: underline;
}

.linksaktuell {
	color: #f66;
	text-decoration: none;
}
