html, body {
  height:100%;
}

body {
	background: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	color:#FFFFFF;
	font-family:Verdana, Arial;
	font-size:11px;
}
#header {
	width: 890px;
	height: 170px;
	margin: 0px auto;
	background: url(game_pics_new/ui_header.jpg) no-repeat;
}

#sidebar {
	float: left;
	width: 215px;
	height: 100%;
	font-size: 12px;
	font-family:Verdana;
	color:#000000;
}
#menu_links {
	color:#000000;
}

#menu_links a {
	margin-left:75px;
	margin-bottom:2px;
	float:left;
	width:110px;
	text-align:left;
	text-decoration:none;
	color:#000000;
	border-top: #ffffff solid 1px;
	border-bottom: #ffffff solid 1px;
}
#menu_links a:hover {
	color:#c99e2d;
	margin-left:75px;
	margin-bottom:2px;
	float:left;
	width:110px;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}
#menu_over{
	color:#ffffff;
	margin-top:6px;
}

a:link{color:#404040; text-decoration:none; font-style: none;letter-spacing: 0px; height: 1;}
a:visited {color:#404040; text-decoration:none;  height: 1;}
a:active{color:#404040; text-decoration:none;  height: 1; }
a:hover{color:#12afae; text-transform:uppercase; }

.table_forum {
	font-size:11px;
	border:1px solid #4a4a4a;
}
.tr_head {
	font-size:11px;
	background: url(Bilder/tr_back.gif);
}
.td_forum { border:1px solid #4a4a4a;}

.table {
	font-size:11px;
	border:1px solid #4a4a4a;
	border-collapse:collapse;
}
.table_tr {
	font-size:11px;
	background: url(Bilder/tr_back.gif);
}
.table_td { border:1px solid #4a4a4a;}
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#page {
	width: 890px;
	height:407;
	margin: 0px auto;
	background: url(game_pics_new/ui_content.jpg) ;
}
#res_bar {
	margin: 0px auto;
	width: 890px;
	height:47px;
	background: url(game_pics_new/ui_resbar.jpg) ;
	font-size:10px;
	font-family:Verdana, Arial;
	color:#FFFFFF;
}
#content {
	margin-top:5px;
	margin-bottom:10px;
	padding-right:5px;
	padding-left:1px;
	float:left;
	color:#000000;
	width: 565px;
	height:392px;
	overflow:auto;
	text-align:center;
}
#footer {
	margin: 0px auto;
	width: 890px;
	height: 80px;
	background: url(game_pics_new/ui_footer.jpg);
}
input {
	border: solid 1px #a27070;
	height:14px;
	line-height:14px;
	font-size:11px;
	width:100px;
}
button {
	height:15px;
	font-size:11px;
	border: solid 1px #000000;
}
#content .table {
	margin-bottom: 5px;
	margin-top: 0px;
	font-size:10px;
	border:solid #000000 1px;
	text-align:left;
}
table{
	text-align:left;
}
.table_attack {
border: 1px solid #F00;
}
.table_msg {
border-bottom: 1px dashed #000000;
}
.table_rang {
border-bottom: 1px dashed #000000;
margin-bottom:0px;
}
.tr_table {
	background-image:url(game_pics/table_2.jpg);
	font-weight:bold;
	color:#eab232;
	text-align:left;
}
/* -----------fehlerfenster--------------------------- */
.hinweis {
	font-size: 0.92em;
	border: 1px solid #B22222;
	padding: 0.3em 1em;
	background: #F9E9E9;
	color:#B22222;
}

.hinweis p {
	margin:0;
	padding: 0;
	width: auto !important;
}

.hinweis h3 {
	margin-top: 0;
	color: #a33f08;
}
.hinweis_ok {
	background: #EBFAED; 
	border: 1px solid #61A301; 
	color: #61A301; 
	font-size: 0.92em;
	padding: 0.3em 1em;
}
.hinweis_ok h3 {
	margin-top: 0;
	color: #61A301;
}
.hinweis_ok p {
	margin:0;
	padding: 0;
	width: auto !important;
}
.hinweis_news {
	background: #FFC; 
	border: 1px solid #FC0; 
	color: #F90; 
	font-size: 0.92em;
	padding: 0.3em 1em;
}
.hinweis_news h3 {
	margin-top: 0;
	color: #F90;
}
.hinweis_news p {
	margin:0;
	padding: 0;
	width: auto !important;
}