/* CSS ABN AMRO banner */
/* Fonts */

@font-face {
    font-family: 'UniversLTStd';
    src: url('UniversLTStd.svg#UniversLTStd') format('svg');
}

@font-face {
    font-family: 'UniversLight';
    src: url('UniversLight.svg#UniversLight') format('svg');
}
/* ------ */

*,
body,
html {
    font-family: 'UniversLight', sans-serif;
    padding: 0;
    margin: 0;
}

.container {
    position: absolute;
    width: 300px;
    height: 250px;
    overflow: hidden;
    background: #165447;
    border: 1px solid #ccc;
    cursor: pointer;
}

.container .topBar {
    position: absolute;
    top: 0px;
    height: 28px;
    width: 336px;
    background: url(geld-lenen.gif) no-repeat #fff;
    z-index: 30;
}

.container .logoTag {
    position: absolute;
    background: url('driehoekWit.png') no-repeat;
    background-position: 0px 0px;
    width: 400px;
    height: 450px;
    left: -60px;
    top: -10px;
    z-index: 5;
}

.container .logoTag img.logo {
    margin: 220px 0 0 220px;
    bottom: 0px;
}

.container .textOverlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 276px;
    height: 280px;
    z-index: 23;
    font-family: 'UniversLTStd';
    font-size: 24px;
    padding: 40px 0 0 20px;
    color: #fff;
}

.container .textOverlay span {
    position: relative;
    line-height: 1.2em;
}

.container .textOverlay .list {
    top: 10px;
    font-size: 15px;
    position: relative;
}

.container .textOverlay .list ul {
    list-style-image: url(checkmark.png);
    margin-left: 20px;
    line-height: 1.5em;
}

.container .textOverlay .list li.listItem1,
.container .textOverlay .list li.listItem2,
.container .textOverlay .list li.listItem3 {
     position: relative;
}

.container .button {
    position: absolute;
    background: #f3c000;
    border-radius: 2px;
    font-size: 13px;
    line-height: 26px;
    bottom: 100px;
    background: url('button_arrow.png') no-repeat 75px #f3c000;
    overflow: hidden;
    color: #005e5d;
}

.container .button span.topGr {
    width: 96px;
    height: 12px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
}

.container .button span.bottomGr {
    width: 96px;
    height: 14px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.4);
    position: fixed;
    margin-top: 12px;
}

.container .button a.buttonlink {
    color: #fff;
    margin: 10px 30px 10px 10px;
    color: #005e5d !important;
    text-decoration: none;
    z-index: 40;
}

.container .button a:visited,
.container .button a:active,
{
    color: #005e5d;
}

.container .groenDriehoek {
    position: absolute;
    top: -56px;
    left: 0px;
    width: 400px;
    height: 320px;
    background: url('driehoekTxt.png') no-repeat;
    background-position: -269px -284px;
    z-index: 21;
}

.container .groenDriehoekGradient {
    position: absolute;
    top: -274px;
    left: -332px;
    width: 963px;
    height: 963px;
    background: url('driehoekTxtGradient.png') no-repeat;
    z-index: 22;
}

.container .tagLine {
    position: absolute;
    width: 336px;
    height: 280px;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.container .bgFoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 336px;
    height: 280px;
    z-index: 2;
}

.container .tagLine {
    position: absolute;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 80px 90px 0 20px;
    line-height: 1.1em;
    width: 226px;
}