/*Design by Muenchna.com Released under Creative Commonse 3.0 Backlink required*/
body {
    /*Hier kann der Hintergrund durch ein eigenes Bild Ersetzt werden.*/
	background: url(images/bg.jpg) no-repeat #000000 top;
	font-family: sans-serif;
	margin:auto;
	font-size: 12px;
}
#head{
    width:1000px;
	height:220px;
	background: url(images/header.png) no-repeat;
	margin:auto;
	}
#menu{
    width:1000px;
	height:40px;
	background: url(images/menu.png) no-repeat;
	margin:auto;
	padding:0px;
	}
#content{
    width:1000px;
	margin:auto;
	background: url(images/cont.png) repeat-y;

	}
#footer{
    width:1000px;
	margin:auto;
	background: url(images/footer.png);
	height:89px;
	text-align:center;
	size:9px;	}
#rank{
   width:860px;
   margin:auto;
   min-height:500px;
   -moz-border-radius:10px;
   -khtml-border-radius:10px;
   background:#CCCCCC;
   height:auto;
   
   }
.clear{
   clear:left;
   width:0px;
   height:0px;
   }
#rank2{
   width:700px;
   float:left;
   padding-left:5px;
   padding-right:5px;
   padding-top:5px;
   
   }
.right{
   width:149px;
   float:left;
   border-left:#000066 1px dashed;

  
   }
.navi{
  padding-left: 0;
  padding-top:2px;
  margin: auto;
  font-size:15px;
  color: White;
  height:30px;
width: 600px;
font-family: arial, helvetica, sans-serif;
   }
.navi ul li { display: inline; }
.navi ul li a
{
padding: 0em 1em;
background-color: #036;
color: White;
text-decoration: none;


}   
.navi ul li a:hover
{
background-color: #369;
color: #fff;
}

h1, h2, h3 {
  margin: 0px;
  padding-left:10px;
  padding-bottom:10px;
  padding-top:10px;
  font-size:20px;
  text-decoration:underline;
  color:#0099FF;}

#copy {
float:right;
padding-right:80px;
  }
/* Hyper Links */
a { color: #666; }
a:hover { color: #333; }

#navigation a, .table_top_title a { color: #FFF; }
#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: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	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 */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	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; }
