/* body */
body {
	font-family: Verdana;
	background-color: #444444;
	color: white;
}

/* Spieler-Tabelle */
table.playerlist {
	border-collapse: collapse;
	empty-cells: show;
	/*table-layout: fixed;*/
	width: 600px;
}

/* Bigheader-Ueberschrift */
table.playerlist th.bigheader {
	font-family: monospace;
	font-weight: 800;
	font-size: 1.5em;
	text-align: left;
	background-color: #202a22;
	color: #999999;
}

/* Smallheader-Ueberschrift */
table.playerlist th.smallheader {
	font-family: "Courier 10 Pitch", "Courier New";
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	background-color: #11110f;
}

/* th */
table.playerlist th {
	padding-left: 3px;
}
table.playerlist th.wide {
	text-align: left;
	width: 40%; 
}
table.playerlist td.short1 {
	text-align: left;
	width: 5%;
}
table.playerlist td.short2 {
	text-align: right;
	width: 5%;
}
table.playerlist th.space {
	background-color: transparent;
	width: 5px;
}

/* td */
table.playerlist td {
	font-family: "Courier 10 Pitch", "Courier New";
	font-weight: 600;
	text-align: left;
	font-size: 1em;
	padding-left: 3px;
}
table.playerlist td.wide {
	text-align: left;
}
table.playerlist td.short1 {
	text-align: left;
}
table.playerlist td.short2 {
	text-align: right;
}
table.playerlist td.row1 {
	background-color: #1c1f24;
}
table.playerlist td.row2 {
	background-color: #333438;
}

/* h1 */
h1 {
	border-bottom: 1px solid #aaa;
	font-family: monospace;
	font-weight: 700;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 0.4em;
	padding-top: 1em;
	padding-bottom: .17em;
	clear: both;
}

/* Layout */
.links {
	float: left;
	text-align: center;
	margin: 5px;
}
.rechts {
	padding: 5px;
}

/* diverse */
.serveroffline {
	font-weight: bold;
	color: red;
}
.lock {
	border: 0px;
	margin-left: 3px;
	margin-right: 6px;
}
.spectator { color: #ffc000; font-size: 0.8em; }
.goodping {	color: lime; }
.poorping { color: yellow; }
.badping { color: red; }
.infping { color: red; text-decoration: blink; }


#vent { position: absolute; right:0px; bottom: 0px; }