/* content */

/* h1 */
div#top h1 {
    display: none;
}

/* paragraph specials */
p small {
    font-size: 11px;
    color: #6f6f6f;
}
p a {
    color: #569822;
    text-decoration: underline;
}
p a:hover { text-decoration: none; }

/* introduction */
.intro {
    margin: 0 0 5px 0;
}
    .intro h2 {
        width: 500px;
        /*height: 21px;*/
        padding: 12px 0 11px 0;
        background-position: 0 12px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
    }
    #error .intro h2 {
	text-indent: 0px;
    }

/* homepage introduction */
body.homepage .intro {
    width: 467px;
    height: 157px;
}
    body.homepage .intro h2 {
        width: 389px;
        background-image: url('/images/cms/content/home-header.gif');
    }
    body.homepage .intro p {
        padding: 0 8px 0 6px;
        font-size: 13px;
        line-height: 17px;
    }

/* investing and saving */
#investing-and-saving .intro {
    margin: 0 0 15px 7px;
}
#investing-and-saving .intro h2 {
    background-image: url('/images/cms/content/header-belegen-en-sparen.gif');
}

/* investor experience */
#investor-experience-summary .intro {
    margin: 0 0 15px 7px;
}
    #investor-experience-summary .intro h2 {
        background-image: url("/images/cms/content/header-beleggerservaringen.gif");
    }

/* tests-and-tools */
#test-and-tools {

}
#test-and-tools .intro {
    margin: 0 0 15px 7px;
}
    #test-and-tools .intro h2 {
        background-image: url("/images/cms/content/header-tests-and-tools.gif");
    }

/* flexible-container */
.flexible-container {
    margin: 0 0 20px 0;
    width: 702px;
    overflow: hidden;
    background: url('/images/cms/content/flexible-container.gif') repeat-y;
}
.flexible-container-top {
    width: 702px;
    overflow: hidden;
    background: url('/images/cms/content/flexible-container-top.gif') no-repeat top left;
}

/* text container inside flexible container*/
.flexible-container .textcontainer {
    padding: 0 0 26px 50px;
    width: 652px;
    overflow: hidden;
}
.flexible-container h2 {
    margin: 27px 52px 20px 0;
    font-family: 'Arial Narrow', 'Trebuchet MS', sans-serif;
    font-size: 31px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px;
    color: #04086d;
}
.flexible-container h3 {
    margin: 0 0 4px 0;
    font-size: 12px;
    color: #04086d;
}
.flexible-container p {
    margin: 0 50px 17px 0;
}
    .flexible-container p strong {
        font-size: 13px;
    }

.flexible-container .intro p {
    margin: 0 15px 17px 0;
}
  
.flexible-container-bottom {
    width: 702px;
    height: 9px;
    background: url('/images/cms/content/flexible-container-bottom-n.gif') no-repeat;
}

/* article more information
.flexible-container .more-information {
    clear: both;
    width: 609px;
    height: 104px;
}
        .more-information a {
            width: 289px;
            height: 104px;
            text-indent: -9999px;
            display: block;
        }
        .more-information a.contactform {
            background: url('/images/cms/content/btn-aanvraagformulier.gif') no-repeat;
            float: left;
        }
        .more-information a.portfolio-analysis {
            background: url('/images/cms/content/btn-portefeuilleanalyse.gif') no-repeat;
            float: right;
        }
 */

.flexible-container .more-information {
    clear: both;
    width: 609px; /* 628 */
    height: 104px;
}
        .more-information a {
            width: 289px;
            height: 104px;
            display: block;
            text-decoration: none;
            background: url('/images/cms/content/btn-call-to-action.gif') no-repeat;
        }
        .more-information a.left {
            float: left;
        }
        .more-information a.right {
            float: right;
        }
        .more-information a span {
            display: block;
            width: 200px;
            height: 70px;
            margin: 8px 0 0 16px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 160%;
            line-height: 20px;
            color: #eee;
        }

/* detail-header */
h3.detail-header {
    float: left;
    margin: 0;
    height: 48px;
    width: 475px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

h3.detail-header.beleggen             { background-image: url('/images/cms/content/detail-header-beleggen.gif'); }
h3.detail-header.sparen               { background-image: url('/images/cms/content/detail-header-sparen.gif'); }
h3.detail-header.lijfrente            { background-image: url('/images/cms/content/detail-header-lijfrente.gif'); }
h3.detail-header.portefeuille-analyse { background-image: url('/images/cms/content/detail-header-analyse.gif'); }

/* quote */
.quote {
    position: relative;
    float: left;
    padding: 2px 10px 2px 0;
    width: 271px;
    height: 112px;
    overflow: hidden;
    background: url('/images/cms/content/quote.gif') no-repeat 0 0;
}
    .quote p {
        position: absolute;
        bottom: 45%;
        margin: 0 0 0 0;
        padding: 0 20px;
        width: 231px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: white;
    }

/* back-to-overview */
a.back-to-overview {
    clear: both;
    float: right;
    padding: 0 20px 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #457e19;
    text-decoration: none;
}
a.back-to-overview:hover {
    text-decoration: underline;
}

.flexible-container-top a.back-to-overview {
    padding-top: 16px;
}
.flexible-container-bottom a.back-to-overview {
    padding-bottom: 16px;
}

/* content-image */
div.content-image {
    position: relative;
    float: right;
    margin: 0 0 0 40px;
    padding: 0 40px 0 0;
    text-align: center;
}
    div.content-image div.shadow-bottom {
        position: relative;
        padding: 0 0 7px 0;
        background: url("/images/cms/content/image-shadow-bottom.gif") no-repeat bottom left;
    }
    div.content-image div.shadow-right {
        padding: 0 7px 0 0;
        background: url("/images/cms/content/image-shadow-right.gif") no-repeat top right;
    }
    div.content-image div.shadow-bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 7px;
        height: 7px;
        background: url("/images/cms/content/image-shadow-bottom-right.gif") no-repeat top right;
    }
    div.content-image img {
        display: block;
        border: 1px solid #ffffff;
    }
    .content-image p {
        margin: 10px 0 4px 0;
        font-size: 13px;
        font-weight: bold;
        color: #457e19;
        text-align: center;
    }
        .content-image p.thumbnail {
            width: 170px;
        }

/* column summary page */
img.columnist {
    margin-right: 20px;
    padding: 12px 0 0 0;
    float: left;
}
#column-summary .intro {
    margin: 0 0 15px 0;
}
    #column-summary .intro h2 {
        background-image: url("/images/cms/content/header-columns.gif");
    }

#column #content h3 {
    height: 102px;
    width: 703px;
    background-image: url("/images/cms/content/detail-header-column.jpg");
}
#column .flexible-container-top {
    background: none;
}
#column div.textcontainer h2 {
    margin: 27px 52px 5px 0px;
}
    #column div.textcontainer p {
       font-style: italic;
       margin: 0 50px 17px 0;
       font-size: 13px;
    }
    #column span.date {
        display: block;
        padding: 0 0 8px 0;
        color: #aeaaaa;
        font-size: 11px;
        font-weight: bold;
    }

/* tips page */
#tip-summary .intro {
    margin: 0 0 15px 7px;
}
    #tip-summary .intro h2 {
        background-image: url("/images/cms/content/header-tips-voor-beleggers.gif");
    }

#tip-summary-list {
        width: 468px
    }
/*#tip-summary-list li {
    background: url("/images/cms/content/tip-summary-bg.jpg") no-repeat bottom right;
    padding-bottom: 11px;
    }*/
#tip-summary-list h3 {
    background: url("/images/cms/content/tip-summary-bg.jpg") no-repeat bottom right;
    padding-bottom: 11px;
    }
#tip-summary-list div {
    background: url("/images/cms/content/tip-summary-bg.jpg") no-repeat bottom right;
    padding-bottom: 11px;
    }	
#tip-summary-list a {
    display: block;
    height: 73px;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}
    #tip-summary-list a:hover {
        text-decoration: none;
    }
    #tip-summary-list a img {
        float: left;
        padding: 10px 9px 0 0;
    }
    #tip-summary-list a span {
        cursor: pointer;
    }
    #tip-summary-list span.title {
        display: block;
        margin: 0 0 0 56px;
        padding: 15px 45px 10px 0;
        width: 400px; /*358px; 635px */
        text-transform: uppercase;
        background: url("/images/cms/content/tip-arrow-down.gif") no-repeat 600px 34px;
		font-weight: normal;
    }
	#tip-summary-list span.title div.spacing{
		letter-spacing:-1px;
		background: none;
		/*float: right;*/
	}
#tip-summary-list div.fold-out {
    padding: 0 0 30px 56px;
    width: 412px; /*358px; 635px */
    overflow: hidden;
    display: none;
}
    /* tips page expanded states*/
    /*#tip-summary-list li.expanded span.title {
        background: none;
    }
    #tip-summary-list li.expanded div.fold-out{
        display: block;
    }
    #tip-summary-list li.expanded div.fold-out p{
        margin: 0 0 10px 0;
    } */
	#tip-summary-list h3.ui-state-active {
		background: url("/images/cms/content/tip-summary-bg-top.jpg") no-repeat bottom right;
    }
	
	#tip-summary-list h3.ui-state-active span.title {
        background: none;
    }    
    #tip-summary-list div.fold-out p{
        margin: 0 35px 10px 0;
    }

/* contact */
#contact .intro {
    margin: 0 0 15px 7px;
}
    #contact .intro h2 {
        background-image: url("/images/cms/content/header-contact.gif");
    }


/* contact */
#contactform .intro {
    margin: 0 0 15px 0;
    width: 620px;
}
    #contactform .intro h2,
    #contactform-viewdone .intro h2 {
        background-image: url("/images/cms/content/header-contactformulier.gif");
    }

/* niewsbrief aanmelen */
#newsletter .intro {
    margin: 0 0 15px 0;
}
    #newsletter .intro h2,
    #newsletter-viewdone .intro h2 {
        background-image: url("/images/cms/content/header-nieuwsbriefformulier.gif");
    }

/* news-summary */
#news-summary .intro {
    margin: 0 0 15px 7px;
}
    #news-summary .intro h2 {
        background-image: url("/images/cms/content/header-beleggingsnieuws.gif");
    }

/* news */
span.date-location {
    font-weight: bold;
    font-style: italic;
    color: #457E19;
}

/* call me now */
#call-me-now .intro h2,
#call-me-now-viewdone .intro h2 {
    background-image: url('/images/cms/content/header-call-me-now.gif');
}

/* testimonials-anchor */
p.testimonials-anchor {
    padding: 0;
    margin: 0 34px 11px 0;
    overflow: hidden;
}

p.testimonials-anchor a {
    position: relative;
    display: block;
    width: 618px;
    height: 53px;
    overflow: hidden;
    background: url("/images/cms/content/testimoials-link.gif") no-repeat top right;
    text-decoration: none;
}
    p.testimonials-anchor a span.title {
        display: block;
        padding: 8px 0 0 15px;
        font-family:'Arial Narrow', 'Trebuchet MS', sans-serif;
        font-size: 17px;
        line-height: 22px;
        color: #04086d;
    }
    p.testimonials-anchor a span.text {
        display: block;
        padding: 0 0 0 15px;
        font-size: 12px;
        line-height: 17px;
        color: #000000;
    }
    p.testimonials-anchor a span.read-more {
        position: absolute;
        right: 12px;
        top: 10px;
        font-size: 13px;
        font-weight: bold;
    }
    p.testimonials-anchor a:hover {
        text-decoration: none;
    }
    p.testimonials-anchor a:hover span.read-more {
        text-decoration: underline;
    }

/* Ask a question */
#ask-a-question .intro {
    margin: 0 0 15px 0;
    width: 500px;
}

#ask-a-question .intro p{
    margin: 0 0 15px 0;
}

#ask-a-question .intro h2{
    background-image: url('/images/cms/content/header-ask-a-question.gif');
}

#ask-a-question #form-container {
    margin: 0 0 30px 0;
}
#ask-a-question-viewdone .intro {
    margin: 0 0 15px 0;
    width: 500px;
}
#ask-a-question-viewdone .intro h3 {
    margin: 27px 52px 20px 0;
    padding: 12px 0 11px;
    width: 500px;
    font-size: 16px;
}
