@CHARSET "ISO-8859-1";
table.serveranzeige , table.serveranzeige2 
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin-top: -20px;
}
table.serveranzeige tr:hover {
	background-color: silver;
	color: black;
	
}
table.serveranzeige th, table.serveranzeige td, table.serveranzeige2 th, table.serveranzeige2 td {
	border: 0px;
	} 
a, a:hover, a:focus, a:visited {
	color: white;
	text-decoration: none;
}
.tooltip 
{
	text-decoration:none;
	display: inline;
}
.tooltip span.info
{
display:none;
width: 170px;
text-align: left;
float: left;
}
td.left {
	width: 140px; float: left;
}
a:hover  {
	clear: both;
	display: inline;
}
a:hover span.info {
	color: blue;
	display: block;
	position: absolute;
	margin-top: 10px;
	background-color: black;
	width: 200px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	left: 8px;
	margin-top: 1px;
	background-color: black;
	color: white;
}
div.tooltip:hover span.info
{
	display: block;
	position: absolute; 
	width: 250px;
	left: 80%; 
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: grey;
	border: 1px solid blue;
}
span.name {
	width: 110px;
	float: left;
}
table.players 
{
	border: 0px;
}
td.name {
	text-align: left;
}
td.rank {
	text-align: right;
}
td.header 
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

