body {
	background-color: #222;
	overflow-y: scroll;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#da8600;
}

#main {

	//background-color: #000;
	width: 950px;
	margin-left: auto;
	margin-right: auto;

}


.serverinfo {
	width: 930px;
	padding: 10px;
	background-color: #000;
	color: #fff;
}


.modlogo {
	padding-top: 6px;
	float: left;
	width: 32px;
	height: 32px;
}

.serverinfo_name {
	margin-left: 5px;
	float: right;
	width: 783px;
	font-size: 19px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.serverinfo_mapimg {
	float: left;
	width: 110px;
	font-size: 19px;
	font-weight: bold;
	height: 80px;
}

.serverinfo_ipport {
	float: right;
	width: 820px;
	height: 20px;
	line-height: 20px;
}

.serverinfo_map {
	float: right;
	width: 820px;
	height: 20px;
	line-height: 20px;
}


.player_team1 {
	float: left;
	width: 450px;
	padding: 10px;
	color: #fff;
	background-color: #fff;
}

.player_team1_kopf {
	height: 27px;
	background-color: #000;
	width: 430px;
	padding: 10px;
}

.player_team1_list_1 {
	float: left;
	color: #000;
	width: 450px;
	height: auto;
	border-top: 1px solid #fff;
	background-color: #eee;

}

.player_team1_list_2 {
	float: left;
	color: #000;
	width: 450px;
	height: auto;
	border-top: 1px solid #fff;
	background-color: #ddd;

}

.player_team2 {
	//margin-left: 480px;
	float: right;	
	width: 450px;
	padding: 10px;
	color: #fff;
	background-color: #fff;
}

.player_team2_kopf {
	height: 27px;
	background-color: #000;
	width: 430px;
	padding: 10px;
}

.player_team2_list_1 {
	float: left;
	color: #000;
	width: 450px;
	height: auto;
	border-top: 1px solid #fff;
	background-color: #eee;

}

.player_team2_list_2 {
	float: left;
	color: #000;
	width: 450px;
	height: auto;
	border-top: 1px solid #fff;
	background-color: #ddd;

}

.player_team1_name {
	float: left;
	line-height: 27px;
}

.player_team1_flagge {
	float: right;
}

.player_team2_name {
	float: left;
	line-height: 27px;
}

.player_team2_flagge {
	float: right;
}

.rang {
	float: left;
	height: 25px;
	width: 25px;
}

.name {
	float: left;
	//margin-left: 30px;
	padding-top: 5px;
	width: 355px;
}

.punkte {
	float: left;
	height: 25px;
	width: 50px;
	text-align: right;
	padding-top: 5px;
}

.spacer10 {
	height: 10px;
	clear: both;
}

.clear {
	clear: both;
}