@charset "utf-8";
/* CSS Document */

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

body {
	color: #FFFFFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	background-color: #000000;
	text-align: center;
}


#header {
	margin:auto;
	width:800px;
	overflow:hidden;
	clear:both;
	text-align:center;
	padding-top:100px;
}

#enter {
	margin:auto;
	width:800px;
	overflow:hidden;
	font-family: Verdana, Arial;
	font-size:18px;
	text-align:center;
	clear:both;
	padding:20px 0px 150px 0px;
}

#spons {
	margin:auto;
	width:800px;
	background-image:url(../bg_spon.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height:94px;
	border-top:1px solid #333333;
	border-bottom:1px solid #2e2e2e;
	padding:10px 10px 10px 10px;
	color:#666;
}

#mittig {
	margin:auto;
	width:1003px;
	text-align: center;
}


a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FFBB5A;
	text-decoration: none;
}

.klein {font-size: 9px;}

#footercont {
    position:fixed;
    bottom:-2px; left:0; right:0;
    text-align:left;
    margin:0;
    height:120px;
    z-index:0;
	width:100%;
	}

#footer {
	background-image:url(../bg_spon.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	height:94px;
	border-top:1px solid #333333;
	border-bottom:1px solid #2e2e2e;
	padding:10px 10px 10px 10px;
	color:#666;
}

