*
{
	margin: 0;
	padding: 0;
}
body
{
	padding: 15px 0 15px 0;
	background-color: #EFEFEF;
	font-family: Verdana, Helvetica, Arial, Trebuchet Sans MS;
	font-size: 11px;
}
.clear
{
	clear: both;
}
#container
{
	width: 798px;
	min-height: 600px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #808080;
}	
#header
{
	background: #666699 url('images/header.jpg') no-repeat;
	width: 798px;
	height: 206px;
}
#logo
{
	float: left;
	padding: 2px 0 0 2px;
}
#speler
{
	float: right;
	padding: 30px 30px 0 0;
}
#menu
{
	padding-top: 30px;
	margin-left: 10px;	
	list-style-type: none;
}
#menu li
{
	float: left;
	margin-left: 15px;
}
#content
{
	background: #FFF url('images/bg_content.png') repeat-x;
	padding: 20px 25px 5px 25px;
	min-height: 300px;
}
#footer
{
	background: #FFF url('images/bg_footer.png') repeat-x;
	color: white;
	text-align: center;
	width: 798px;
	padding-top: 70px;
	padding-bottom: 10px;
}
#footertekst
{
	width: 798px;
	text-align: center;
}
h1
{
	font-size: 1.5em;
	font-variant: small-caps;
	color: #303030;
	padding-bottom: 5px;
}
h2
{
	font-size: 1.2em;
	color: #303030;
}
p
{
	margin: 5px 5px 0 0;
}
img
{
	border: 0;
}
a:link, a:visited, a:active, a:link, a:visited, a:active
{
	color: #6D6D6D;
	text-decoration: none;
}
#footer a:link,#footer a:visited,#footer a:active,#footer a:link,#footer a:visited,#footer a:active
{
	color: #E8E8E8;
	text-decoration: none;
}
a:hover, #footer a:hover
{
	text-decoration: underline;
}
#toptien
{
	width: 750px;	
	border-collapse: collapse;
}
#toptien td, #toptien th
{
	padding: 2px;
	border: 1px solid gray;
}
.nr
{
	font-weight: bold;
	text-align: right;
	width: 10%;
}
.artist
{
	width: 45%;
	text-align: center;
}
.song
{
	width: 45%;
	text-align: center;
}
th
{
	font-weight: bold;
}
#schema
{
	position: relative;
	margin: 0 auto;
	font-size: 0.8em;
	border: 1px solid gray;
	border-collapse: collapse;
	align: center;
}
#schema th
{
	padding: 2px;
	border: 1px solid gray;
	color: orange;
	font-weight: bold;
}
#schema td
{
	padding: 2px;
	border: 1px solid gray;
	text-align: center;
}
.tijd
{
	color: orange;
	font-weight: bold;
	text-align: left;
}
