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

body {
	margin: 0;
	padding: 0;
	text-align:center;

}

#fxContainer {
	position: absolute;
	padding-top: 0px;
	left: 0;
	z-index: 20;
	width: 100%;
}

#fxTarget { 
	padding-top: 1px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 19;
	height: 0;
	overflow: hidden;

background: url('../images/socis.png') no-repeat top;


}

#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: 0;
	margin: -6px auto;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	width: 129px;
	z-index: 21;
	background: url('../images/panel_tab.png') no-repeat 0 0;

}

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

}

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

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


#fxContainer {
	height: 0;
}

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

#fxShadow {
	background: none;
}

