

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 58px;
    right:10px;
    width: 400px;
    z-index: 999;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
 background-image:url(../../img/hintergruende/bg_weisse_kasten.png);	border:1px solid #cccccc;	-moz-border-radius: 5px;	-webkit-border-radius: 5px;	-khtml-border-radius: 5px; border-radius: 5px; -moz-box-shadow:0px 0px 3px #aaa; -webkit-box-shadow:0px 0px 3px #aaa; box-shadow:0px 0px 3px #aaaaaa;
}


