body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #F1F1F1;
	scrollbars: none;
}
a { outline:none; }
.maintable {
	/* background-color: #FFFFFF; */
	background: url(res/background.gif);
}
#logo, #logo img a:hover {
	background: url(res/logo.gif) no-repeat top left;
}
.listen {
	text-transform:uppercase;
	font-size:8px;
}
.listen a:hover {
	background-color:#00ff00;
}
.top {
	background: url(res/top.gif) no-repeat top left;
}
td {
	font-family: "Trebuchet MS", Arial, Tahoma, Courier New, mono;
	font-weight: normal;
	font-size: 11px;
	color: #888888;
}
a {
	color: #00FF00;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00FF00;
}
.bgimage_no {
	background: url(bg-image.php?rgb=0-255-0) no-repeat bottom right;
}
.copy {
	font-size: 12px;
	color: #999999;
}
#menu { 
	margin:0;
	padding:0;
}
#menu ul {
	display:inline;
}
#menu li {
	list-style:none;
	display: inline;
}
#menu li a {
	list-style:none;
	display: inline;
	text-align:center;
	width:50px;
	height:40px;
	float:left;
}
#menu li a:hover { 
	background-color:#00FF00;
}
.currentsong {
	background-color: #00FF00;
}
.title {
	font-size: 16px;
	font-weight: bold;
	border-width: 0px 0px 0px 4px;
	border-style: dotted dotted dotted dotted;
	width: 400px;
	padding-left: 10px;
	//font-variant: small-caps;
	color: #00FF00;
}
.navig {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	color: #00FF00;
	border-width: 0px 0px 0px 10px;
	border-style: solid solid solid solid ;
	padding-left: 10px;
}
.liste {
	list-style-type: square;
	color: #EEEEEE;
	margin-left:-25px;
}
div.lodd {
	color: #111111;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	background-color:#EEFFEE;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	display:block;
	width:50%;
}
div.lodd:hover {
	background-color:#99FF99;
}
div.leven {
	color: #111111;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	display:block;
	width:50%;
}
div.leven:hover {
	background-color:#EEEEEE;
}
.leftpicture {
	float:left;
	margin-left: -10px;
	margin-right: 10px;
	width: 70px;
	height: 100px;
	Z-index:0;
	cursor: pointer;
}
.flyer {
	margin-top: -50px;
	margin-left: 330px;
	position:absolute;
	border-width: 30px;
	border-style: solid;
	border-color: transparent;
	cursor: pointer;
	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}
