@charset "utf-8";
/* CSS Document */
body {
	background-repeat: no-repeat;
}

.radioname
{
	width:234px;
	height:33px;
	position: absolute;
	top: 164px;
	left: 339px;
	border: 0;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #FFF;
}

.streambox
{
	width:240px;
	height:99px;
	position: absolute;
	top: 251px;
	left: 336px;
	border: 0;
	background-image:url(bilder/titelanzeige_1.jpg);
}
.mediaplayer
{
	width:208px;
	height:200px;
	position: absolute;
	top: 158px;
	left: 28px;
	border: 0;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

/*Box kleine */

.mainbox
{
	position: absolute;
	top: 2px;
	left: 0px;
	width: 60px;
	height: 105px;
	z-index: 1;
}

.hoerertxt
{
	position: absolute;
	top: 33px;
	left: 32px;
	z-index: 1;
	color: #ffffff;
	font-size: 14px;
	font-family: small;
	width: 202px;
	text-align: center;
	height: 14;
	font-weight: bold;
}

.bitratetxt
{
	position: absolute;
	top: 86px;
	left: 32px;
	z-index: 1;
	color: #ffffff;
	font-size: 12px;
	font-family: small;
	width: 200px;
	text-align: center;
	font-weight: bold;
}
.on
{
	position: absolute;
	top: 59px;
	left: 32px;
	width: 201px;
	height: 15px;
	z-index: 1;
	color: rgb(71, 255, 0);
	font-size: 10pt;
	font-family: small;
	text-align: center;
	font-weight: bold;
}

.off
{
	position: absolute;
	top: 59px;
	left: 32px;
	width: 201px;
	height: 15px;
	z-index: 1;
	color: #F00;
	font-size: 10pt;
	font-family: small;
	text-align: center;
	font-weight: bold;
}
.titel
{
	position: absolute;
	top: 9px;
	left: 32px;
	width: 202px;
	height: 13px;
	z-index: 4;
	color: rgb(255, 255, 255);
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
