/* 
background: #E7E7DE
dunkle schrift = #424142;
helles rot = #D64D4A */ 

body {
	background: url(headerbg.gif) top left repeat-x #e7e7de;
	color: #424142;
	font-family: sans-serif;
	font-size: 12px;
}

#logo {
	width: 161px; height: 52px;
	position:absolute; top:15px; left: 40px;
	background: url(logo.gif) no-repeat top;
	margin: 7px 100px 33px 160px;
}

h1, h2, h3 {
	margin: 0px;
  padding: 0px;

}
#wrapper {
	margin: auto;
	margin-top: 150px;
	border: 1px solid maroon;
	background-color: #e7e7de;
	width: 80%;
}
#header {
	width: 965px;	
/*	background: url(logo.gif) no-repeat top;*/

}
#header h1 {
	font-size: 2px;
}


#header .search {
	width: 260px; height: 59px;
	float: left;
	margin-left: 200px;
}

#subheader {
	width: 420px; height: 80px;
	margin: 0px 0 0 250px;
	font-family: arial, serif;
	font-size: 16px;
	color: #FFF;
	float: left;
	position:absolute; top:90px; left:240px;
	background: url(bulb.gif) no-repeat 0 0;
	padding: 0px 0 0 40px;
}

/* die innere Tabelle der Hitliste */
#tablestats {margin: 2px;
}
#filters {
	float: left;
	margin: 35px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	margin: 10px;
	text-align: center;
}

/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

/* navigation = liste mit join usw */
#navigation {
	background: silver;
	color: red;
	margin: 1px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	width: 80%;
}

#navigation a, .table_top_title a { color: white; 	text-decoration: none;}
#navigation a:hover, .table_top_title a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.table_border {
	border: 0px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
/*	background: #4a4a4a url("title.png") repeat-x;*/
	background: silver;
	font-size: 12px;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #DCDCDC;
	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;
	padding: 2px;
}
.table_top_rating {
	background-color: #DCDCDC;
	text-align: center;
}
/* Ranking Style --> Tabelle mit Bannern */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	background: silver; 
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	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: #DCDCDC; }
.stats1 {
	background-color: #DCDCDC;
	text-align: center;
}
.stats2 {
	background-color: #FFF;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  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: 0; }

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; }

