
*{
	margin:0;
	padding:0;
}

:focus {outline:0};

body{
	height:100%;
	background:#fff;
}
#wrap{
	width:850px;
	margin:0 auto;
	position:relative;
	border:1px solid #ccc;
	border-top:1px solid #fff;	
	padding-bottom:40px;
	padding-left:20px;
}

#logo{
	display:block;
	margin-top:30px;
	margin-left:-20px;
	border:none;
}

#player{
	position:absolute;
	right:30px;
	top:50px;
}
#textos, h4{
	color:#006699;
	font-family:Impact,Verdana, Arial, Helvetica, sans-serif;
	padding-top:50px;
	width:390px;
	letter-spacing:-1px;
}
#textos h1, #textos h3, h4{ font-size:30px;}
#textos h2{ font-size:48px;}
h4{
	color:#0099ff;
	width:400px;
	text-align:center;
	padding-top:80px;
	height:50px;
}

h6{
	font-weight:normal;
	color:#006699;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:100px;
	width:830px;
}
a#boton{
	display:block;
	width:308px;
	height:126px;
	position:absolute;
	top:390px;
	right:100px;
}


.es a#boton{
	background:url(../images/button_es.png) no-repeat left top;
}
.en a#boton{
	background:url(../images/button_en.png) no-repeat left top;
}
.fr a#boton{
	background:url(../images/button_fr.png) no-repeat left top;
	
}
.de	a#boton{
	background:url(../images/button_de.png) no-repeat left top;
}
.it	a#boton{
	background:url(../images/button_it.png) no-repeat left top;
}

a:hover#boton{
	background-position: left -128px;
}
#footer{
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	width:870px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	font-size:12px;
	position:relative;
}
#footer a{
	color:#006699;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#favorit{
	position:absolute;
	right:0;
	bottom:0;
	border:none;
}

#radiotime {
	position:absolute;
	left:0;
}

img {
	border:none;
}

#fadetext {
	display:none;
}