BODY 
{ scrollbar-3dlight-color: #300; 
scrollbar-arrow-color:#600; 
scrollbar-base-color:white; 
scrollbar-darkshadow-color: #300; 
scrollbar-face-color:black; 
scrollbar-highlight-color: #600; 
scrollbar-shadow-color:#400; 
scrollbar-track-color:#600; }

body, text, td 
{ line-height: 15px; 
font-family: tahoma; 
font-size: 11px;
color: #aaa; font-weight:bold; 
}

body { background: #000; 	}

td.metalo
{ background:#450000 ; }

td.inhalt
{ background:#000000 ; line-height: 15px ; 
font-family: tahoma ; text-align: left ;
font-size: 11px ; 
color: #aaa ; font-weight:bold ;}

table.metalo
{ background:#660000 ;  }

hr
{  color=#900; }


a 	{ cursor: url(metalhand.cur), auto; }

font.ae {
	line-height: 15px; 
font-family: tahoma; 
font-size: 13px; 
	}

a:link {text-decoration: none; color:#fff ; }
a:visited {text-decoration: none;  color:#fff ; }
a:active {text-decoration: none; color:#fff ; }
a:hover {text-decoration: none ; color:#fff ; }

ul {  
	margin: 0;
	padding: 0;
	list-style: none;
	width: 174px; /* Width of Menu Items */
	border-bottom: 0px solid #400;
	}

ul.eng  { width: 100px; text-align: right; }


ul li {
	position: relative; background: #600; text-align: center;
	}
	
li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}



/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	
	padding: 4px;
	border: 2px solid #400; /* IE6 Bug */
	border-bottom: 0;
	}




/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
		
li:hover ul { display: block; background: #600;} /*  The magic */




h3 
{  font-size: 11px ; }
