body {
  background:url(slice/bg.png) repeat-x #292929;
  font-size: 12px;
  font-family: Arial, sans-serif;
	margin:0;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
  color: #222;
  text-decoration: none;
}
#container {
  margin:  0 auto;
  width: 950px;
}
#head {
	background:url(slice/head_bg.png);
	height:155px;
	padding:30px 0 0;
}
#logo {
	background:url(slice/head_logo.png);
	width:336px;
	height:102px;
	float:left;
}
#login {
	background:url(slice/bg_login.png);
	width:231px;
	height:86px;
	float:right;
	margin:15px 5px 0 0;
	padding:8px;
}
#logged_in a {
	display:inline-block;
	padding:2px 3px;
	margin:1px;
	background:url(slice/bg_input.png);
	color:#999;
	font-variant:small-caps;
}
#navi {
	background:url(slice/nav_bg.png);
	height:50px;
}
#top_nav {
	text-align:center;
	position:relative;
	top:-17px;
}
#top_nav a {
	display:inline-block;
	background:url(slice/nav_btn.png) no-repeat top;
	width:153px;
	height:32px;
	position:relative;
}
#top_nav a div {
	margin:12px auto;
	height:8px;
}
	#main {
		background:url(slice/text/main.png);
		width:25px;
	}
	#lan {
		background:url(slice/text/lan.png);
		width:19px;
	}
	#media {
		background:url(slice/text/media.png);
		width:30px;
	}
	#anmeldung {
		background:url(slice/text/anm.png);
		width:115px;
	}
	#contact {
		background:url(slice/text/contact.png);
		width:46px;
	}
	#hof {
		background:url(slice/text/hof.png);
		width:68px;
	}
#top_nav a:hover {
	top:-3px;
}
#sub_nav {
	height:15px;
	margin:-7px 20px 0;
	display:none;
}
#sub_nav a {
	font-size:11px;
	font-weight:bold;
	margin:0 20px 0 0;
}
#sub_nav a:hover {
	color:#666;
}
#spon_rota {
	background:url(slice/sponsors_bg.png);
	height:82px;
}
#sponsors_navlist {
	height:76px;
	margin:0 6px;
	position:relative;
}
#spon_rwd {
	background:url(slice/spon_rwd.png);
	width:35px;
	height:35px;
	position:absolute;
	left:15px;
	top:20px;
}
#spon_fwd {
	background:url(slice/spon_fwd.png);
	width:35px;
	height:35px;
	position:absolute;
	right:15px;
	top:20px;
}
.banners {
	position:absolute;
	left:50px;
	top:5px;
	width:840px;
	height:70px;
	overflow:hidden;
	text-align:center;
}
.banners a {
	margin-left:5px;
}
#debug {
  width: 98%;
  background-color: #FFFFFF;
  border: 1px solid #888888;
  padding: 5px 1%;
  color: #757575;
  overflow: auto;
  font-size: 10px;
  line-height: 150%;
}
#errors {
  color:#DD3300;
}
#sql {
  color:#666666;
}
#content_container {
	background:url(slice/content_bg.png);
	padding:0 0 2px 0;
}
#content {
	width:625px;
	margin:0 0 0 10px;
	float:left;
}
#content_container_bottom {
	background:url(slice/content_bg_bottom.png);
	height:4px;
	position:relative;
}
#sidebar {
	float:right;
	width:299px;
	margin:0 13px 0 0;
}
#sidebar * {
	position:relative;
	z-index:3;
}
	
#counter span {
  float: right;
}

#ajax_loading {
  position:absolute;
  top:20px;
  right:20px;
}
#sidebar_bottom {
	background:url(slice/sidebar_bottom.png);
	width:306px;
	height:104px;
	position:absolute;
	z-index:2;
	right:9px;
	top:-40px;
}
#logo_bottom {
	background:url(slice/bot.png);
	width:289px;
	height:85px;
	position:absolute;
	z-index:3;
	right:14px;
	top:60px;
}
#bottom_gallery {
	clear:both;
}
#bottom_gallery_headline {
	background:url(slice/rnd_gallery.png);
	width:621px;
	height:29px;
	margin:0 auto;
	margin-top:50px;
}
#lan_next {
	background:url(slice/lan_next_bg.png);
	width:617px;
	height:169px;
	margin:0 auto;
	color:#FFF;
}
#lan_next table tr td {
	color:#FFF;
}
#lan_next table tr td a {
	color:#e00;
}
#signd {
	background:url(slice/lan_signd.png);
	height:13px;
}
#payed {
	background:url(slice/lan_payed.png);
	height:13px;
}
#empty {
	background:url(slice/lan_empty.png);
	height:13px;
}
#signd, #payed, #empty {
	height:13px;
	float:left;
}


