/***** Anfang: Konfiguration für Superlayer ******/

#superlayer .superlayer_all{
	position: absolute;

	min-height: 100px;
	z-index:90;
	color: #1462BF;
	padding: 0px;
	width: 405px;
	background-image: none;
	background-color: transparent;
}




#superlayer .superlayer_middle{
	background-image: url("http://admin.swp.de/pics/superlayer/superlayer.png");
	background-position: -401px 0;
	background-repeat: repeat-y;
	width: 400px;
	height: 100%;
	background-color: transparent;
}

#superlayer .superlayer_top{
	background-image: url("http://admin.swp.de/pics/superlayer/superlayer.png");
	background-position: 1px -5px;
	background-repeat: no-repeat;
	width: 400px;
	height: 5px;
	background-color: transparent;
}

#superlayer .superlayer_bottom{
	background-image: url("http://admin.swp.de/pics/superlayer/superlayer.png");
	background-position: -804px -7px;
	background-repeat: no-repeat;
	width: 400px;
	height: 10px;
	background-color: transparent;
}

#superlayer .visible_item{
	visibility: visible;
	height: 150px;
}

#superlayer .hidden_item{
	visibility: hidden;
	height: 0px;
	left: -999em;
	top: -999em;
}

#superlayer .superlayer_inner{
	min-height: 100px;
	z-index:6;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #1462BF;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 30px;
	width: 340px;
	position: relative;
	left: 10px;
	background-color: transparent;
	background-image: none;
}

#superlayer .superlayer_inner ul{
	max-width: 115px;
	float: left;
}

#superlayer .superlayer_inner .ul_left, 
#superlayer .superlayer_inner .ul_middle{
	padding-right: 30px;
}


#superlayer .superlayer_inner ul li{
	white-space: nowrap;
	list-style-type: none;
	float: none;
	padding: 0 4px;
}


#superlayer .superlayer_inner ul a{
	text-decoration: none;
}

/***** Ende: Konfiguration für Superlayer ******/