<!-- #F2E6D0 beige hell
#4a4a4a dunkel grau - Navigation - braun: #765730--> 



body {
    background-image: url(../images/backround.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	background-color: #ffffff;
	border: 1px solid #000;
	left: 50%;
	margin-left: -350px;
	position: absolute;
	width: 800px;
}
#header {
	width: 800px;
}
#navigation {
	background: #4B3119 url('title.png') repeat-x;
	color: #000;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 798px
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
    background-color: #ffffff;
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #FFF; }  <!-- ranking, join, schriftfarbe-schwarz--> #navigation a:hover, .table_top_title a:hover {
	color: #CCC;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 1px solid #000;
	margin-bottom: 12px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4B3119 url('title.png') repeat-x;
	font-size: 16px;   <!--Shop Namen Schriftgröße-->
	color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center
}
.table_top_rank {
	background-color: #DCDCDC; <!--1,2-grauer Hintergrund -->
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #DCDCDC;     <!--hier,hellbeige-->
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;       <!--hier,hellbeige-->
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #F2E6D0 url('title.png') repeat-x;        <!--hier,hellbeige-->
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center
}
.table_rank {
	background-color: #F2E6D0;   <!--hier,hellbeige--> 
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url('title.png') repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center
}
.stats_left { background-color: #F2E6D0; }
.stats1 {
	background-color: #F2E6D0;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #F2E6D0;
  color: #FFF;
}
.mediumbg {
	background: #4a4a4a url('title.png') repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px
}
.lightbg {
	color: #000;
	background-color: #FFF;   
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0px none; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }