/* general stuff */

html {
	font-family: arial, helvetica, "Microsoft Sans Serif", verdana;
	font-size: 12px;
	color: #FFF;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	font-size: 12px; 
	border: none;
	color: #FFF;
	}

a:hover {
	text-decoration: none; 
	border: none;
	color: red; 
	}
 
/* Schriften */

h1 {
	padding: 0 0 20px 0;
	font-size: 20px; 
	font-weight: bold;
	color: #000;
	}

p, ul {
	font-size: 14px;
	line-height: 18px; 
	color: #000;
	}
	
p.mini, td.text {
	font-size: 10px;
	color: #666;
	line-height: 14px;
	}
	
p.mini a {
	font-size: 10px;
	color: #CCC;
	font-style: italic;
	}

p.clr {
	clear: both; float: none;
	}

table.tech_data {
	width: 480px; background: #999;
	padding: 1px;
	}

table.tech_data td {
	padding: 5px;
	}

table.tech_data tr.hell {
	background: #DDD;
	}
	
table.tech_data tr.dunk {
	background: #FFF;
	}
