* {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

a {
	text-decoration: none;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 6px;
}

#container {
	margin: 0 auto;
	width: 224px;
}

#header {
	background: url(../img/logo.gif) no-repeat;
	height: 44px;
	width: 224px;
	border-bottom: 1px dashed #000;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#header ul {
	margin: 0 0 2px 118px;
	list-style: none;	
}

#header li a {
	display: block;
	width: 98px;
	height: 13px;
	color: #fff;
	padding: 4px;
	background: url(../img/inloggen/uitloggen.gif);
	text-decoration: none;
	text-align: right;
}

#header li a:hover {
	background: url(../img/inloggen/uitloggen_over.gif);
	color: #000;
}

#contenttop {
	background: url(../img/content_top.gif);
	height: 3px;
	width: 224px;
	overflow: hidden;
}

#content {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 210px;
	background: #1c1c1c;
	overflow: hidden;
	padding: 0 6px 5px 6px;
}

#contentbottom {
	background: url(../img/content_bottom.gif);
	height: 5px;
	width: 224px;
	overflow: hidden;
}

#controls {
	border-top: 1px dashed #eaff00;
	border-bottom: 1px dashed #eaff00;
	padding: 6px 0 9px 0;
	margin: 0 0 6px 0;
}

#progress {
	background: url(../img/content/progress_bar.gif);
	width: 214px;
	height: 8px;
	margin: 6px -2px 3px -2px;
	padding: 4px 0 0 0;
	overflow: hidden;
}

#progressprogress {
	background: url(../img/content/progress_bar_progress.gif);
	height: 4px;
	margin: 0 5px;
	overflow: hidden;
}

#icons {
	float: right;
}

#playlist {
}

#playlist ul {
	list-style: none;
}

#playlist li {
	padding: 2px;
}

#playlist a {
	color: #fff;
	display: block;
	cursor: pointer;
}

#playlist a:hover {
	color: #eaff00;
}

.zoekveld {
	background: url(../img/inloggen/zoekveld.gif);
	border: 0;
	height: 13px;
	width: 67px;
	float: right;
	margin: 0 2px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
}

.zoekbutton {
	background: url(../img/inloggen/zoekbutton.gif);
	border: 0;
	height: 21px;
	width: 29px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 2px;
}

.contentoptions {
	border: 0;
	float: right;
	margin-right: -3px;
}

.previous {
	margin: 0 -2px;
}

.play {
	margin: 0 -2px -3px -2px;
}

.next {
	margin:  0 -2px;
}

.bold {
	font-weight: bold;
}

.icons {
	margin: -3px 3px 3px 0;
}

.floatright {
	float: right;
}

.greybg {
	background: #333;
}

.geel {
	color: #eaff00;
}

#av, #av a {
	text-align: center;
	color: #333;
	text-decoration: underline;
	margin: 3px 0 0 0;
}

.albumpicture {
	float: left;
	padding: 1px;
	border: 1px solid #fff;
	margin-right: 5px;
}

.songdropdown {
	background: #1c1c1c;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

.songdropdowncontent {
	padding: 5px;
	overflow: hidden;
}