a {
border:0;
color: #31a8f0;
}
a:hover { 
color: #cb3630;
}

img {border:0;}

body {
	font: 12px Helvetica, Arial, Sans-serif;
	text-align: justify;
}

html {
	height: 100%;
}

#form	{
	width: 95%;
	margin-top:20px;
	margin-left:18px;
}

#site {
	width: 995px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#content {
	width: 100%;
	height: 750px;
	background-color: #000000;
	border-radius: 20px;
	background-position: top;
	float: left;
	padding: 15px 0 15px 0;
	margin: 5px 0 0 0;
	color:#FFFFFF;
}

.banners	{
	float:left;
	width:96px;
	height:60px;
	margin-right:10px;
	margin-bottom:23px;
	}

.anders {
	margin-left: 7px;
	margin-right: 13px;
}

.banners img	{
	border-radius:9px;
	}
	
.all_banners	{
	/*width: 994px;*/
	height:65px;
	margin-left:10px;
}

#top	{
	/*width: 994px;*/
	height:95px;
	margin-left:10px;
	margin-bottom:13px;
}

#bottom	{
	/*width: 994px;*/
	float:left;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:5px;
}

#player {
	background-color:#000000;
	width: 336px;
	height: 460px;
	margin-left:2px;
	margin-right:10px;
	margin-top:0px;
	float: left;
	position: relative;
}

.left{
float:left;
width:318px;
}

#radio_banner	{
	overflow:hidden;
	position:absolute;
	left:19px;
	top:0px;
	z-index:2;
}

#radio_banner img	{
	width:298px;
	height:120px;
	border-radius:9px;
}

#radio_player	{
	overflow:hidden;
	position:absolute;
	left:19px;
	top:130px;
	width:298px;
	height:60px;
	z-index:2;
}

#radio_googlead	{
	position:absolute;
	left:0px;
	top:200px;
	bottom:0px;
	z-index:2;
}

#header {
	/*width: 994px;*/
	margin-top: 5px;
	padding-top: 0px;
}

#header_left {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight:bold;
	width: 224px;
	float:left;
}

#header_middle {
	width: 470px;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	color: #cb3630;
	float:left;
}

#header_right {
	width: 300px;
	float:right;
}

#header_right a {
	margin-right:10px;
	float:right;
}


#footer_left {
	text-align: left;
	font-weight:bold;
	float:left;
	margin-top: 5px;
}

#footer_right {
	float:right;
	margin-top: 5px;
}
#footer_right a{
	text-decoration: none;
	margin-right: 5px;
	font-weight:bold;
}

#cookie {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	background: #222;
	height: 60px;
}

#cookie > .msg {
	line-height: 20px;
	color: white;
	margin-left: 30px;
	margin-right: 200px;
	font-size: 12px;
	display: inline-block;
}

#cookie > .msg a {
    text-decoration: none;
    color: #31a8f0;
}

#cookie > .btn-confirm {
	margin-top: -50px;
	color: #222;
	background-color: #f1d600;
	margin-right: 30px;
	padding: 5px 40px;
	border-radius: 5px;
	height: 30px;
	float: right;
	border: none;
	cursor: pointer;
}

#cookie > .btn-confirm:hover {
	cursor: pointer;	
}

.hidden {
	display: none;
}