html {
  
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	text-align:center;
}
#fxContainer {
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 999;
	width: 100%;
}

#fxTarget { 
	padding-top: 1px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 19;
	height: 0;
	overflow: hidden;
	background: #0c0c0c;
	border-bottom:1px solid #302e2f;


}

#fxPadding {
	visibility: hidden;
	padding: 0 45px;
}

#fxShadow {
	position: relative;
	width: 100%;
	height: 6px;
	overflow: hidden;
	z-index: 20;
	

}

#fxTrigger {
	position: relative;
	cursor: pointer;
}

#fxTab {
	position: relative;
	bottom: 1px;
	margin:0 auto;
	text-align: center;
	height: 29px;
	line-height: 25px;
	font-weight: normal;
	width: 145px;
	z-index: 21;
	background: url(../images/top_panel.png) no-repeat 0 0;
	color:#555;

}

#fxTab a:link,
#fxTab a:visited,
#fxContainer a:link,
#fxContainer a:visited {
	z-index: 100;
	color: #999;

}

#fxTab a:hover {
	text-decoration: none;
	color: #fff;

}
/** Nur fuer den IE6 - Fragt nicht warum lol **/


#fxContainer {
	height: 0;
}

span#fxTrigger {
	position: relative;
	z-index: 300;
	cursor: pointer;
}

#fxShadow {
	background: none;
}

.wrapper{
margin:0 auto;
text-align:center
}
