*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000 url(../img/bg.jpg) top center repeat-x;
	color: #333;
}

img
{
	vertical-align: bottom;
	border: none;
}

a
{
	color: #000;
}

.clear
{
	clear: both;
}

#toplayer
{
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	z-index: 1000;
}

#toplayer #logobig
{
	width: 520px;
	height: 220px;
	margin: 200px auto;
	background: url(../img/logobig.jpg) no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	outline: none;
}

#toplayer #logobig:hover
{
	text-decoration: underline;
}

#wrapper
{
	width: 946px;
	margin: auto;
	z-index: 0;
}

#logo
{
	width: 395px;
	height: 130px;
	background: url(../img/logo.jpg);
	margin: auto;
}

#page
{
	width: 946px;
	background: url(../img/pagebg.jpg);
	padding-top: 45px;
}

#menu
{
	margin: auto;
	width: 720px;
	padding: 0;
	height: 43px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

#content
{
	width: 786px;
	height: 355px;
	margin: auto;
	padding: 21px 0;
	font-family: Times New Roman;
	font-size: 13px;
	text-align: justify;
	position: relative;
	z-index: 100;
}

#content .loading
{
	
	width: 48px;
	height: 48px;
	background: url(../img/loading.gif);
	margin: 120px auto;
}

#footer
{
	width: 946px;
	color: #494949;
	font-size:12px;
	text-align: center;
	padding: 0 0 10px 0;
}

#footer .schild
{
	width: 161px;
	height: 173px;
	background: url(../img/schild.png);
	position: absolute;
	top: 400px;
	margin-left: 800px;
	outline: none;
	z-index: 490;
}

#footer .tasche
{
	width: 266px;
	height: 166px;
	background: url(../img/tasche.png);
	position: absolute;
	top: 520px;
	margin-left: 770px;
	outline: none;
	z-index: 500;
}

#footer .cowboyturnier
{
	width: 119px;
	height: 177px;
	background: url(../img/cowboyturnier.png);
	position: absolute;
	margin-left: 839px;
	margin-top: -405px;
	z-index: 50;
}

#footer .partner
{
	margin: 0 15px;
}

#footer img
{
	vertical-align: middle;
}