@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#000;
	background:url(../images/bg.gif) repeat-x #3a7e00;

}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
}
h2 {
	margin:0;
	padding:0;
	font-size: 14px;
}
h3 {
	margin:0;
	padding:0;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#FF7700;
	text-decoration: none;
}
a:active {
	color:#FF0000;
	text-decoration: none;
}
#header {
	background:url(../images/header-bg.gif) repeat-x #FFF;
	width:1000px;
	height:150px;
	margin:auto;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}
#header img {
	margin:30px 0 29px 20px;
}
ul#menu {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	width:100%;
}
ul#menu li {
	float:left;
	margin:0px 5px 0 5px;
	padding:5px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a {
 	color:#FFF;
 	text-decoration: none;
}
ul#menu li a:hover {
 	color:#000;
 	text-decoration: none;
}
.knoppen {
	margin-top: -5px;
	width: 290px;
	height: 40px;
	float:left; 
}
#partners {
	margin: 15px 0 15px 0;
}
#partners ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#partners li {
	width: 120px;
	float: left;
}
#container {
	background: #FFF;
	width:980px;
	padding:0 10px;
	margin:auto;
}
.content {
	width:660px;
	margin:0 0 10px 0;
	float:left;
}
.nieuws {
	width:660px;
	margin:0 0 10px 0;
	float:left;
}
.webbanner {
	width:468px;
	height:60px;
	float:left;
	padding:20px 0 0 25px;
}
.player {
	width: 300px;
	height: 100px;
	margin: 0 0 0 10px;
	float: left;
}
.rechtsblok {
	width: 300px;
	float:left;
	margin:0 0 10px 20px;
}
.rectangle {
	width:300px;
	height:250px;
}
.boxen {
	background:url(../images/box-bg.gif) no-repeat;
	padding: 10px;
	width:190px;
	height: 200px;
	float:left;
	margin:10px 15px 0 0;
	font-size: 11px;
}
ul#hits {
	margin:0;
	padding:0;
	list-style:none;
	width:750px;
}
ul#hits li {
	float:left;
	font-size:11px;
	width:120px;
	height:140px;
	margin:0 10px 5px 0;
	padding:10px;
	overflow:hidden;
}
ul#hits li img {
	display:block;
}


.hitarchief ul {
	margin:20px 0;
	padding:0;
	list-style:none;
}
.hitarchief ul li {
	border-bottom:#E1E1E1 solid 1px;
	padding: 2px 0 2px 0;
	height: 18px;
}
.hitarchief  ul li .titel {
	width: 600px;
	float: left;
}
.hitarchief  ul li .realtone {
	width: 18px;
	float: left;
}
.hitarchief  ul li .download {
	width: 18px;
	float: left;
}
.albumtip {
	margin:15px 0 5px 0;
}
.skyscaper {
	width:160px;
	height: 600px;
	margin:75px auto 0 auto;
}
.songtekst {
	width:500px;
	float:left;
	border:#FF7700 solid 1px;
	margin:0 20px 0 0;
	padding:0 30px;
}
.songtekstside {
	width:370px;
	float:left;
}
.songtekstside .inner {
	border:#FF7700 solid 1px;
	padding:5px;
	width:290px;
	margin:0 0 10px 0;
}
#footer {
	background-color:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	color:#000;
	width:980px;
	padding:10px;
	margin:auto;
	font-size: 11px;
}
.clear {
	clear:both;
}
