/* cool_red CSS Document 'design.css' */
* {
  padding: 0;
  margin: 0;
}
body {
	color: #000;
	margin: 0 auto;
	font-family: Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 11px;
	text-align: center;
	background: url('images/back.jpg') fixed;
}
#container {
	margin: 0 auto;
	width: 980px;
}
#main {
	width: 980px;
	float: left;
	background: url('images/bg.jpg') repeat-y;
}
#banner {
  background: #bebebe url('images/banner.jpg') center no-repeat;
  width: 976px;
  height: 131px;
  border-bottom: 2px solid #800;
  border-left: 2px solid #800;
  border-right: 2px solid #800;
  padding-bottom: 1px;
  float: left;
}
a:link, a:visited {
	color: #006;
	outline: none;
	text-decoration: none;
}
a:active, a:hover {
	color: #666;
	outline: none;
	text-decoration: none;
}
#left, #content_right {
  width: 160px;
  margin-left: 2px;
  padding: 0px 1px;
  float: left;
}
.left_head, .right_head {
	display: block;
	width: 160px;
	height: 17px;
	margin-top: 1px;
	padding-top: 1px;
	text-align: center;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.left_head, .right_head {
	background: #800 url('images/nav_head_left.jpg') no-repeat;
	color: #dedede;
}
.right_head {
	background: #dedede url('images/nav_head_right.jpg') no-repeat;
	color: #800;
}
a.navlinks, a.navlinks:visited, a.navlinks:active, a.navlinksnew, a.navlinksnew:visited, a.navlinksnew:active {
	display: block;
	padding-left: 20px;
	margin-bottom: 0px;
	width: 140px;
	height: 16px;
	font-family: Verdana,Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
	color: #dedede;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a.navlinks, a.navlinks:visited, a.navlinks:active {
	background: #800 url('images/nav.jpg') no-repeat;
}
a.navlinksnew, a.navlinksnew:visited, a.navlinksnew:active {
	background: #800 url('images/nav_new.jpg') no-repeat;
}
a.navlinks:hover, a.navlinksnew:hover {
	color: #333;
	font-weight: bold;
	outline: none;
}
a.navlinks:hover {
	background: #f00 url('images/nav_on.jpg') no-repeat;
}
a.navlinksnew:hover {
	background: #f00 url('images/nav_new_on.jpg') no-repeat;
}
#counter {
	width: 128px;
	text-align: left;
	margin-top: 1px;
	padding: 4px 15px;
	background: #b2b2b2 url('images/bottom.png') fixed;
	color: #000;
	border: 1px solid #933;
}
#counter span {
  float: right;
}
.rand_pic {
	width: 160px;
	padding: 2px 0;
}
.left_box {
	width: 152px;
	text-align: left;
	padding: 4px;
	background: #c8c8c8;
}
.right_box {
	width: 158px;
	text-align: left;
	padding: 1px;
	background: #c8c8c8;
}
.server_box	{
	width: 158px;
	height: 225px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	padding: 1px;
	background: #c8c8c8;
}
#content_main {
  width: 814px;
  margin-left: 2px;
  float: left;
}
#content_left {
  width: 648px;
  float: left;
}
#last_forum, #last_news, #last_wars {
  color: #000;
  height: 88px;
  margin-top: 1px;
  padding-left: 3px;
  padding-top: 25px;
  text-align: left;
  float: left;
}
#last_forum {
  background: #dedede url('images/last_forum.jpg');
  border-right: 2px solid #800;
  width: 211px;
  margin-left: 1px;
  line-height: 14px;
}
#last_news {
  background: #dedede url('images/last_news.jpg');
  width: 211px;
  line-height: 14px;
}
#last_wars {
  background: #dedede url('images/last_wars.jpg');
	border-left: 2px solid #800;
  width: 211px;
  margin-right: 1px;
  line-height: 12px;
}

#content {
	width: 648px;
	border-top: 2px solid #800;
	float: left;
}
#footer { 
	width: 976px;
	margin: 15px 2px 5px 2px; 
	float: left; 
	border-top: 2px solid #800;
	border-bottom: 2px solid #800;
	background: #dedede;
}
#footer_mid { 
	width: 648px;
	margin-left: 2px;
	padding: 3px 0;
	float: left;
	border-left: 2px solid #800;
	border-right: 2px solid #800;
	text-align: center; 
	font-size: 10px;
}
#footer_left, #footer_right { 
	width: 160px;
	padding: 6px 0;
	text-align: center; 
	font-weight: bold;
}
#footer_left span, #footer_right span { 
	vertical-align: top;
	padding: 0 5px;
}
.newstable td, th {
	padding: 2px;
}
/*div, span {
	font-family: Tahoma,Helvetica,Verdana,sans-serif;
}*/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
img {
	border:0px;
}
input, textarea, select {
  /*background-color: #ececec;
  border: 1px solid #999;
  color: #000;*/
  font-family: Tahoma,Helvetica,Verdana,sans-serif;
  font-size: 11px;
  vertical-align: middle;
  margin: 2px;
  padding: 3px 4px;
}

textarea {
	width: 93%;
}
form {
	display: inline;
}
td {
	background-color: inherit;
	color: inherit;
	vertical-align: top;
}
ul {
	margin-left: 15px;
}
#debug {
	height: 150px;
	background-color: #fff;
	overflow: auto;
	padding-left: 5px;
	width: 100%;
	text-align: left;
}
#errors {
	color: #c00;
}
#sql {
	color: #666;
}
.h1 {
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.h2 {
	color: inherit;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.h3 {
	color: inherit;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
.forum {
	color: inherit;
	margin: auto;
}
.headb, .newshead {
 	background: #800 url('images/headb.jpg') no-repeat;
 	color: #dedede;
 	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding:	4px 5px;
}
.newshead {
	border: 1px solid #b6b3b3;
}
.quickcal {
 	background-color: #800;
 	color: #ccc;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}
.bottom {
	background: #b2b2b2 url('images/bottom.png') fixed;
	color: #000;
	text-align: left;
	border: 1px solid #933;
	padding: 3px 8px;
}
.board_headb {
  background-color:	#999;
  padding: 3px 5px;
}
.ts2 {
  	color: #c0c0c0;
}
.left, .center, .right {
  	color: #000;
  	padding: 1px;

}
.leftb, .centerb, .rightb, .leftc, .centerc, .rightc {
	background-color:	#bebebe;
	color: #000;
	padding: 5px 8px;
}
.leftb, .centerb, .rightb {
	background-color:	#bebebe;
}
.leftc, .centerc, .rightc {
	background-color:	#d4d4d4;
}
.left,.leftb,.leftc {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
.notpublic {
  background-color: #F5F5F5 !important;
  color: #CCC !important;
  font-style: italic;
}
.quote {
	background-color: #fff;
	border: 1px dotted #666;
	padding: 6px;
	color: inherit;
	text-align: left;
}
#msg_normal, #msg_success {
	width: 96%;
  color: #000;
  margin: auto;
  margin-bottom: 10px;
  background-color: #d4d4d4;
}
#msg_normal div, #msg_success div {
	padding: 3px 0 3px 20px;
}
/*-----Kalender-------------------------*/
.calevent a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.calevent a:hover {
	color: #666;
	text-decoration: none;
	outline: none;
}
.tooltip {
	display: none;
	background: #dedede;
	color: #000;
	padding: 2px;
	text-align: left;
	font-weight: normal;
	max-width: 200px;
	width: auto;
	border: 2px solid #800;
	z-index: 250;
}
.calhead {
	background-color:	#e8e8e8;
	color: #000;
	text-align: center;
}
.calday, .calevent, .caltoday, .calweek {
	text-align: center;
}
.calday {
	color: #000;
}
.calevent {
	background-color: #944;
	font-weight: bold;
	color: #fff;
}
.caltoday {
	background-color: #808080;
	color: #fff;
}
.calweek {
	color: #000;
}
/*-----Kalender Ende--------------------*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*Manage*/
.manage {
  background-color: #E8E8E8;
  border: 1px solid #999999;
  margin: 2px;
  padding: 3px;
}
.manage:hover {
  background-color:#E2E2E2;
}

/*Themebar*/
.themebar {
  border: 1px dashed #777777;
  margin: 4px 8px 4px 8px;
  padding: 4px;
}
#ajax_loading {
  /*position:absolute;
  top:20px;
  left:60px;*/
}