html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content {
	height: auto !important;
	height: 600px;
	min-height: 600px;
	margin-left: 200px;
	margin-right: 100px;
	width: 600px;
	padding-bottom: 50px;
}

#main_menu li {
	width: 100px;
}

#main_menu a,
#main_menu a:hover,
#main_menu a:visited,
#main_menu a:active {
	display: block;
	width: 97px;
	height: 24px;
}

td {
	vertical-align: top;
}

#menu {
	position: absolute;
	top: 131px;
	left: 0;
	margin: 0;
	padding: 0;
}

#menu .menu_item {
	position: relative;
	bottom: 2px;
}

body>/**/#menu .menu_item {
	bottom: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#page_top {
	padding: 0;
	margin: 0;
	margin-top: 16px;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
}

#page_top_left {
	margin: 0;
	padding: 0;
	width: 309px;
	height: 115px;
}

#page_top_right {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 16px;
	height: 54px;
	width: 364px;
	background-image: url(../images/oben_illu.gif);
	background-repeat: no-repeat;
}

#page_top_menu {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 69px;
}

#footer {
	position: relative;
	width: 754px;
	height: 18px;
	clear: left;
	background-image: url(../images/bg_schlussleiste.gif);
	background-repeat: repeat-x;
}

#game_report_list {
	float: right;
	width: 200px;
}

#game_report {
	width: 600px;
}

#game_report_list table,
#game_report_list tr,
#game_report_list td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#player_list {
	width: 560px;
	border: solid 1px #003300;
	border-collapse: collapse;
}

#player_list th {
	text-align: left;
}

.player_info_item {
	color: #006600;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.player_info_value {
	color: #FF0000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#news_sidebox {
	float: right;
	border: solid 1px #000000;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 151px;
}

#news_sidebox tr,
#news_sidebox td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: 0 none;
}

#gbaddentry {
	text-align: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	width: 500px;
}

#gbaddentry input,
#gbaddentry textarea {
	border: solid 1px #000000;
	width: 90%;
	font-weight: normal;
}

#gblist th {
	text-align: left;
}

#news_sidebox .content {
	padding: 5px;
}

.schedule th {
	text-align: left;
	font-size: 13.5pt;
	color: #003300;
}


