/* CSS Document */
body {
  background-color: #000000;
  font-size: 12px;
  color:#0ca41d;
  padding:10px;
  margin:0px;
}

#inhalt {
  text-align: center;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0px;
  width: 600px;
  background-color: #000000;
  border: 0px none #564b47;
}

#titel {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: x-large;
	}
	
#Metal {
	font-family: Arial, Helvetica, sans-serif;
	color: #0ca41d;
	font-size: 10px;
	}
	
#Impressum {
	font-family: Arial, Helvetica, sans-serif;
	color: #0ca41d;
	font-size: 10px;
	text-align: left;
	}
	
#Text {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	text-align: left;
	}
	
#textrow {
	text-align: left;
}
	
.links {
	font-family: Arial, Helvetica, sans-serif;
	color: #0ca41d;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
a:hover {
	color: #0c541d;
	font-family: Arial, Helvetica, sans-serif;
}
.visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0ca41d;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}

#inhalt #player {
border-left:0px dotted #000; 
border-bottom:0px dotted #000;
float:right;
width:255px;
margin:0px 0px 0px 0px;
}
