body {
	margin:0px;
	width:100%;
	height:100%;
	font-family: arial;
	font-size:14px;
	background: #3a3150;
}
	
img {
	border:0px;
	
}

A {
 outline: none;
}

.menubutton {
	float:left;
}

.body_bg {
	background: url(body_bg.jpg) repeat-y;
	width:128px;
}

.content_container {
	background: #3a3150;
	padding: 15px;
	vertical-align: top;
}

.content_background {
	background: #b7a6c6;
	width: 549px;
	min-height: 300px;
	color: #000000;
	font-weight: bold;
	height: 100%;
}

.content {
	padding: 20px;
	width: 509px;
}

.content a {
	color: #321d62;
	text-decoration: underline;
}

.button_disabled {
	display:none;
}

.news_container {
	clear:both;
}

.news_image {
	float: left;
	margin-right: 10px;
}

.news_info {
	float: left;
}

.news_date {
	color: #b73708;
	font-size:16px;
	margin-bottom: 12px;
}

.news_title {
	color: #321d62;
	font-size:16px;
	margin-bottom: 12px;
}

.news_text {
	margin-bottom: 12px;
}

.lang_container{
	position: relative;
}

.lang {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.games_container {
	clear:both;
}

.games_image {
	float: left;
	margin-right: 10px;
}

.game_image {
	float:left;
	margin:2px;
	width:158px;
}

.games_title {
	color: #321d62;
	font-size:16px;
	margin-bottom: 12px;
}

.games_title a {
	color: #321d62;
	font-size:16px;
	text-decoration: none;
}

.games_text {
	margin-bottom: 12px;
	clear: both;
}

.highscores_title {
	color: #321d62;
	font-size:16px;
	margin-bottom: 12px;
	float: left;
}

.highscores_title a {
	color: #321d62;
	font-size:16px;
	text-decoration: none;
}

.highscores_image {
	float: left;
	margin-right: 10px;
}

.highscores_container {
	clear:both;
}

.highscores_games_title {
	background: url(highscores_title.png) no-repeat;
	width:153px;
	height:118px;
	color: #321d62;
	font-size:20px;
	margin-bottom: 12px;
	text-align: center;
	padding-left:45px;
	padding-right:45px;
	padding-top:30px;
	padding-bottom:30px;
	vertical-align: middle;
}

.highscores_table {
	margin-left:-10px;
	margin-right:-10px;
	width:522px;
}

.highscores_table_header {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
	font-weight: bold;
}

.highscores_player_name {
	width:100%;
}

.highscores_subtable {
	width: 185px;
	margin-top: -50px;
	margin-bottom: -50px;
	position: relative;
}

.highscores_subtable th {
	text-align: left;
	font-weight: bold;
}

.highscores_subtable td {
	font-size:12px;
}

.backbutton {
	display:block;
	position: absolute;
	right: 60px;
	bottom: 24px;
}

.highscores_banner {
	width:468px;
	height:60px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #FF0000;

}