*{margin: 0; padding: 0;}
img{border: none; margin: 3px;}

a{
	color: #fff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
}

body{
	background: #949494 url(/template2/bg.png) repeat-y scroll top center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
	color: #fefefe;
	font-size: 12px;
	font-family: Arial, Veranda;
}

#main{
	position: absolute;
	left: 50%;
	margin-left: -340px;
	padding: 10px;
	width: 650px;
	font-size: 12px;
}


#logo{
	width: 650px;
	height: 140px;
	text-align: center;
}

#navi{
	width: 640px;
	height: 22px;
	color: #fefefe; 
	background: url(http://spey-toplist.de/template2/navi.png) center right; 
	line-height: 21px;
}
#navi a{
	color: #aaa;
	font-weight: bold;
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
	margin-left: 5px;
}
#navi a:hover{
	color: #fff;
}

#content{
	margin: 0 auto;
	width: 100%;
	min-height: 200px;
	color: #111;
	font-size: 12px;
}


#footer{
	color: #777;
	text-align: center;
	font-size: 12px;
	background: url(http://spey-toplist.de/template2/navi-border.png) top no-repeat ;
	padding-top: 5px;
}
#footer a{
	color: #EE861A;
	font-size: 12px;
}
#footer a:hover{
	color: #999;
}

/*Extras*/

#head-right img{
	margin: 0;
}

#head-right{
	position: absolute;
	left: 50%;
	margin-left: 240px;
	top: 10px;
	z-index: 88;
	width: 88px;
	height: 90px;
	padding: 0;
}
#head-right img{
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
}

#head-right img:hover{
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

/*Sonstiges*/

.left{float:left;}
.right{float:right;}

.version{
	float: right;
	color: #444;
	font-size: 10px;
}

table{
	font-size: 12px;
	color: #ededed;
}

h1, h2, h3{
	color: #f6f6f6;
	text-decoration: none;
	font-size: 20px;
}

b{
	font-size: 14px;
	font-weight: bold;
	color: #eee;
}

p{
	color: #ddd;
	text-decoration: none;
	line-height: 18px;
}

/*Seiten Anzahl Links*/

.nummber{
	margin: 0 auto;
	width: 300px;
	height: 20px;
	color: #eee;
	font-size: 12px;
}
.nummber a{ 
	color: #eee;
	text-decoration: none;
}


/*Tabelle Eintrag*/

.bgtabelle{
	background: url(/template2/tabelle.png) center top;
	width: 585px;
	border: 1px solid #a0a0a0;
	margin: 0 auto;	
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-WebKit-border-radius-bottomright:4px;
	-WebKit-border-radius-bottomleft: 4px;
	border-radius-bottomleft:4px;
	border-radius-bottomright:4px;

}
.bgtabelle img{
	margin-top: 8px;
}

.topentry{
	color: #fff;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	padding-top: 1px 0px 0px 0px ;
}
.topentry a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.rank{
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 1px #333;
	color: #dadada;
	text-align:center;
	margin-top: -4px;
}

.ranktop{
	font-size: 10px;
	text-shadow: 1px 1px 0 #333;
	color: #9d9d9d;
	font-weight: bold;
	text-align: center;
}

.hitsinout{
	width: 10%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 0 #333;
	color: #dadada;
}
.description{
	font-size: 11px;
	color: #aaa;
	text-align: center;
	padding-bottom: 3px;
}

.view, .view a{
	text-align: right;
	padding: 0px 3px 2px 1px;
	color: #666;
	font-size: 10px;
}

/* Inputs */

textarea, input{
	width: 400px;
	padding: 5px 2px 0px 3px;
	height: 20px;
	margin: 2px;
	color: #222;
	background: #eee url(/template2/navi-border.png) no-repeat;
	border: none;
}

input[type=submit], input[type=reset]{
	width: 199px;
	padding: 4px 1px 1px 1px;
	height: 22px;
	margin: 2px;
	color: #222;
	background: #eee url(/template2/navi-border.png) no-repeat;
	border: none;
}

textarea:focus, input:focus{
	color: #000;
}
textarea:hover, input:hover{
	color: #343434;
}
textarea[name=code]{
	margin: 0 auto;
	width: 70%;
	height: 65px;
	color: #222;
	background: #eee url(/template2/navi-border.png) no-repeat;
	border: none;
	padding: 3px;
}









