@charset "utf-8";
/* CSS Document */

html {
		height:100%;
		width:100%;
	}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
	width:100%;
	background-color:#000;
	color:#FFF;
}

img {
	border:0px;
	margin:0px;
}



.bodydiv{
	height:100%;
	vertical-align:top;
}

.bodytable {
	padding: 0px;
	margin: 0px;
}

.bodytable td {
	vertical-align: top;
	height:100%
}

.leftdistance {
	width:50px;
}

.menutable {
	border: none;
	
}

.subtitle{
	font-size:14px;
	font-weight:bold;
	color:#B56622;
	font-variant:small-caps;
}

.content_td {
	background-color:#FFF;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	width:600px;
}

.content_item {
	border-width:1px;
	border-color:#B56622;
	border-style:dotted;
	text-align: left;
}
.content_item1 {
	text-align: left;
}

.content_header {
	background-color:#B56622;
}

.year {
	text-align:center;
	font-weight:bold;
}

.singer {
	/*text-transform:uppercase;*/
	font-variant:small-caps;
}

ul {
	margin-left:-15px;
}

a.mp3link {
	text-decoration: none;
text-underline: none;
	color:#88A31D;
}

a.impressum {
	text-decoration: none;
	text-underline: none;
	color:#CC8B5F;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	margin: 5px 5px 5px 5x;
}