/* @override http://www.maxmus.ch/style.css */

.main {
}

.listen_table_bg {
}

body {
	background : black;
	font-family:'Lucida Grande';
	color: #ffffff;
	padding: 20px;
	scrollbar-base-color: black;
	scrollbar-3d-light-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#000000;
}

a:link {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:visited:hover {
	color: white;
	text-decoration: underline;
}

a:active {
	color: white;
	text-decoration: underline;
}

a:visited {
	color: white;
	text-decoration: none;
}

frameset {
	border-style: none;
}

table.listen_table {
	color: #000000;
}

#musicCache {
	color: #ffffff;
}

.navigation {
	width: 100%;
	height: 170px;
	background-color: black;
	top: 0;
	position: fixed;
	left: 28px;
	padding-top: 37px;
}

.listenSong {
	background: url(images/listen_songBG.jpg) no-repeat;
	padding-left: 18px;
	width: 150px;
	height: 40px;
	padding-top: 15px;
	vertical-align: top;
}