html, body {
	height: 100%;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #4E4B4C;
	background-image: url(../img/webradio_bg_site3.jpg);
	background-repeat: repeat-x;
}


/* Content Holders */


#wrapper {
	width: 960px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

#header {
	width: 960px;
	height: 45px;
	margin: 10px 0 20px 0;
}

#logo {
	position: relative;
	width: 275px;
	height: 44px;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}

#leaderboard {
	position: relative;
	width: 728px;
	height: 90px;
	float: right;
	margin: 0 10px 0 0;
	text-align: right;
}

#sidebar {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;	
}

#menu {
	width: 960px;
	height: 40px;	
	margin: 0 0 20px; 0;
	background-image: url(../img/webradio_bg_navigatie.jpg);
	background-repeat: no-repeat;
	
}

#player {
	width: 580px;
	height: 285px;
	float: left;
	background-color: white;
	margin: 0 0 20px 10px;
}

#rectangle {
	width: 336px;
	height: 281px;
	float: right;
	background-color: white;
	margin: 0 10px 20px 0;
	padding: auto auto;
	
}

#content {
	width: 940px;
	height: 635px;
	background-color: white;
	margin: 0 0 40px 10px;
	
}

#actieholder {
	width: 940px;
	height: 150px;
	margin: 0 0 20px 10px;
	
	
}

.actie {
	width: 200px;
	height: 130px;
	float: left;
	background-color: white;
	margin: 0 20px 0 0;
	padding: 10px;
}

.actierechts {
	width: 200px;
	height: 130px;
	float: right;
	background-color: white;
	margin: 0 0 0 0;
	padding: 10px;
}

#footer {
	width: 940px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px solid #666666;
	margin: 0 0 40px 10px;
	font-size: 12px;
	color: #666666;
}

#footer a {

	font-size: 12px;
	color: #666666;
}




/* Navigatie */


#menu ul {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 40px;
    color: #B2E2F5;
    font-size: 14px;
    font-weight: bold;

}

#menu ul li { 
    display: inline;
}

#menu ul li a {
    text-decoration: none;
    padding: 0 61px 0 0;
    color: #B2E2F5;
}

#menu ul li a:hover {
    color: #FFFFFF;
} 

/* content */

.contentback {
	width: 940px; 
	height:375px; 
	background-image: url(../img/340x340-webradio.jpg); 
	background-position: right bottom; 
	background-repeat: no-repeat	
}

.contentpadding {
	padding: 21px; 
	width: 550px;	
}


/* Headers */

h1 {
	color: #049cdb;
	padding: 0;
	margin: 0;
}

h2 {
	color: #049cdb;
	padding: 0;
	margin: 0;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 5px 0 5px 0;
	padding: 0;
	text-align: justify;
}

.image {
	margin: 10px 15px 15px 0;
	border: 10px solid #3a3635;
	
}
/* Stations */

#blocks {
	position:absolute;
	margin: 0;
	padding: 10px 0 10px 12px;
	background-color: #3a3635;
	width: 910px;
	height: 595px;
}
ul.logo_blok { 
	display: block; 
	overflow: hidden; 
	padding: 0;
	margin: 0;
}
			
ul.logo_blok li {
	list-style:none;
	float:left;
	background: #fff;
	padding: 0;
	width:124px; 
	position: relative;
	margin-right: 5px; 
	margin-bottom: 5px;
}

ul.logo_blok li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 60px;
	width: 104px;
	padding: 10px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color: #009de0;
	text-transform: uppercase;
}

ul.logo_blok li a { 
	text-decoration: none; 

}

ul.logo_blok li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


/* rotator */

div.rotator {
	position:relative;
	margin: 0;
}

div.rotator ul {
	margin: 0;
	padding: 0;
}

div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
}

div.rotator ul li img {
	background: #FFF;
}

div.rotator ul li.show {
	z-index:500;
}

