div.outer div.full {
    margin-bottom:10px;
}

/** Links LAP-Banner, Rechts Bannerliste **/
div.home-left {
    float:left;
    width:660px;
    position:relative;
}
div.home-left div.inner {
    width:660px;
    height:180px;
    overflow:hidden;
}

div.home-right {
    background:url(/img/unicredit/content/home/bg-bannerlist.png) no-repeat top left;
    height:180px;
    width:300px;
    position:relative;
    float:right;
}

/** Klappbare Bannerliste **/
div.banner-animated {
    position:absolute;
    left:5px;
    top:5px;
    z-index:10;
}
div.banner-animated div.banner {
    margin-bottom:0;
    height:18px;
}
div.banner-animated div.banner div.bannerLink,
div.banner-animated div.banner a,
div.banner-animated div.banner table {
    display:none;
}
div.banner-animated div.banner div.disabledHeadline {
    position:absolute;
    background:url(/img/unicredit/bg/home-teaser-disabled-headline.gif) repeat-x top left;
    top:0;
    left:0;
    line-height:18px;
    height:18px;
    color:#555555;
    font-weight:bold;
    width:281px;
    padding-left:10px;
    cursor:pointer;
    display:block;
}
div.banner-animated div.visible {
    height:90px;
    padding-top:18px;
    background-position:left 18px;
}
div.banner-animated div.visible div.bannerLink,
div.banner-animated div.visible a,
div.banner-animated div.visible table {
    display:block;
}
div.banner-animated div.visible div.bannerLink {
    padding-top:18px;
}
div.banner-animated div.visible div.disabledHeadline {
    display:block;
}

/** Besonderheiten der Seite 'CountrySelect' **/

div.content div.countrySelect {
    background:none;
    border-top:3px solid #e1011b;
}
div.content div.countrySelect div.leftColumn {
    width:100%;
    background:url(/img/unicredit/bg/bg-locale-select.png) no-repeat top left;
    position:relative;
    height:373px;
}
div.content div.countrySelect div.leftColumn div.inner {
    background:none;
}
div.content div.countrySelect div.leftColumn div.inner div.flyingBox {
    position:absolute;
    left:485px;
    top:100px;
}
div.content div.countrySelect div.leftColumn div.inner h1 {
    flaot:right;
}
div.uc-form-container div.form-inner {
    border:none;
    float:left;
    margin:20px 0 0 0;
    width: 256px;
}
form.locale-selector fieldset {
    padding: 0;
}
div.uc-form-container form.locale-selector div.labelElementDiv div.labelDiv {
    width: 75px;
}
div.uc-form-container form.locale-selector div.labelElementDiv div.elementDiv {
    float: left;
    padding: 0;
    width: 181px;
}
div.uc-form-container form.locale-selector div.labelElementDiv div.elementDiv select {
    float: right;
    width: 100%;
}
div.uc-form-container div.button {
    margin-top: 5px;
}
div.uc-form-container button {
    float: right;
}

