
@charset "UTF-8";

#bg-interface {
	width: 250px;
	position: absolute;
	top: 0;
	right: 100px;
	z-index: 200;
	display: none;
	-webkit-box-shadow: 0 1px 10px #666; 
	-moz-box-shadow: 0 1px 10px #666; 
	box-shadow: 0 1px 10px #666;
}

#bg-interface-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.bg-interface-open {
	position: absolute;
	bottom: -60px;
	height: 60px;
	width: 50px;
	background: transparent url(imgs/leine.png) center bottom no-repeat;
	left: 50%;
	margin-left: -25px;
}

.bgi-content {
	display: none;
}

#bg-interface-content .bgi-content {
	display: block;
	margin-bottom: -1px;
}