/*panel*/
#panel1 {
    height:170px;
    border:none;
}

/*shadow*/
.yui-skin-sam .yui-panel-container.shadow .underlay {
    right:-10px;
    bottom:-10px;
    background-color:#000000;
    opacity:0.12;
    position:absolute;
    margin-left:10px;
    height:auto;
}

/*header*/
/*content*/
.yui-skin-sam .yui-panel .hd {
    background:#629305;
    color:#ffffff;
    border:none;
    border-bottom:none;
    height:170px;
    font-weight: 100;
    font-size:15px;
    padding-top:5px;
    margin-left:3px;
    width:532px;
    background-image: url("../../../files/images/popup/panelstartseite.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-position: 337px 85%;
}

/*close*/
.yui-panel .container-close {
    height:14px;
    width:14px;
    background:url("../images/panelclose.gif") no-repeat;
    margin-top:8px;
    padding-right:5px;
}

/*popupcontent*/
#popupcontent{
    height:50px;
}
