@charset "UTF-8";
/* CSS Document */
body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-image: url(bilder/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdane, Helvetica, sans-serif;
	font-size: 90%;
	color: #525252;
}
.playerlayout #container {
	width: 771px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: right;
}
.playerlayout #innercontainer {
	position: relative;
}
.playerlayout #header1 {
	height: 90px;
}
.playerlayout #header2 {
	height: 33px;
}
.playerlayout #menubar {
	float: right;
	width: 290px;
	height: 33px;
	text-align: left;
}
.playerlayout #menubarl {
	float: left;
	width: 480px;
	height: 33px;
	text-align: right;
}
.playerlayout #toptitle {
	float: right;
	width: 290px;
	height: 50px;
	margin-top: 40px;
}
.playerlayout #toplogo {
	float: left;
	width: 141px;
	height: 47px;
	margin-top: 10px;
}
.playerlayout #sidebar1 {
	float: right; 
	width: 291px; 
	background: none; 
	padding: 0;
	height: 271px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
.playerlayout #sidebar2 {
	float: right; 
	width: 291px; 
	background: none; 
	padding: 0;
	height: 271px;
}
.playerlayout #sidebar21 {
	background:url(bilder/menu_bg.jpg);
	cursor:pointer;
	float: right;
	text-align:left;
	width: 291px;
	height: 271px;
}
.playerlayout #sidebar22 {
	background:url(bilder/menu_bg.jpg);
	float: right;
	text-align:left;
	width: 291px;
	height: 271px;
}
.playerlayout #sidebar23 {
	background:url(bilder/menu_bg.jpg);
	float: right;
	text-align:left;
	width: 291px;
	height: 271px;
}
.playerlayout #sidebar24 {
	background:url(bilder/menu_bg.jpg);
	float: right;
	text-align:left;
	width: 291px;
	height: 271px;
}
.playerlayout #sidebar3 {
	float: right; 
	width: 291px; 
	background: none; 
	padding: 0;
	height: 271px;
}
.playerlayout #mainContent {
	margin: 0 291px 0 0; 
	padding: 0; 
	width: 480px;
	height: 271px;
}
.playerlayout #footer {
	padding: 0;
	z-index:1;
}
.playerlayout #overlayer {
	position:absolute;
	left:0px;
	top:393px;
	width:480px;
	height:130px;
	z-index:2;
	text-align: left;
	background-color:#999;
	background-image: url(bilder/donate_bg.jpg);
}
.playerlayout #menubarl a.fes {
	background:transparent url(bilder/flag_es.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:97px;
	left:294px;
	display:block;
	float:left;
	height:26px;
	width:28px;
}
.playerlayout #menubarl a.fes:hover {
	background:none;
	text-decoration:none;
}
.playerlayout #menubarl a.fen {
	background:transparent url(bilder/flag_en.jpg) no-repeat scroll 0 0;
	position:absolute;
	top:97px;
	left:250px;
	display:block;
	float:left;
	height:26px;
	width:29px;
}
.playerlayout #menubarl a.fen:hover {
	background:none;
	text-decoration:none;
}


.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
