/**
 * @site Friesland Bank
 * @revision $Revision: 1.1.2.6 $
 *
 * @styleguide:
 *  colors {
 *   white      : #fff;
 *   black      : #000;
 *   blue       : #060a78;
 *   light-blue : #349bff;
 *   light-grey : #eeeeee;
 *   grey       : #d5d5d5;
 *   dark-grey  : #808080;
 *  }
 *  fonts {
 *   headers : Trebuchet MS, Helvetica, sans-serif;
 *   text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #060a78; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #060a78; border-color: white; }
a:active { color: #349bff; border-color: #349bff;}
a:hover { color: #349bff; border-bottom-color: #349bff; }
a:focus, a:hover, a:active { outline: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: "Trebuchet MS", Helvetica, sans-serif; color: #060a78; }
h1 { font-size: 1.7em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

/* images */
img, a img { border: 0; }

/* paragraphs */
p { }

/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}

/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }
    table td, table th { text-align: left; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #999; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #349bff; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #349bff; }

label { cursor: default; }
    label:hover {}


/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
html, body { margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: #060a78; }

#body { margin: 15px auto; width: 966px; }
    #container { position: relative; border: 1px solid #d5d5d5; border-width: 0 1px; }

        #content { margin: 0 280px 0 0; padding: 344px 20px 50px 197px; border-right: 1px solid #d5d5d5; min-height: 530px; }

        #header { position: absolute; top: 0; height: 296px; width: 964px; text-indent: -9000px; background-color: #070a78;}
            #header h2 { width: 318px; height: 95px; margin: 0; background: transparent url(/images/frieslandbank/logo.gif) no-repeat 20px 20px; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }
            #header h3 { position: absolute; top: 25px; right: 0; width: 189px; height: 67px; margin: 0; background: transparent url(/images/frieslandbank/logo_strix.gif) no-repeat left top; }
                #header h3 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }
            #headervisual { width: 964px; height: 201px; background-color: transparent; background-repeat: no-repeat; background-position: top left; }

        #mainnav { position: absolute; top: 344px; left: 0; width: 170px; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0 0 5em 0; }
                #mainnav li { margin-bottom: .5em; border-bottom: 1px solid white; }
                    #mainnav li a { display: block; font: bold 1.3em/1 "Trebuchet MS", Helvetica, sans-serif; padding-left: 25px; border: 0; background: transparent url(/images/frieslandbank/bullet_blue.gif) no-repeat 12px .4em; }
                    #mainnav li a.selected { color: #349bff; }

        #breadcrumbs { position: absolute; top: 296px; width: 964px; height: 26px; background-color: #eeeeee; }
            #breadcrumbs ul { list-style-type: none; margin: 3px 0 0 5px; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: #060a78; background: transparent url(/images/frieslandbank/bg_crumbs.gif) no-repeat left center; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; font-weight: bold; color: #060a78; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: -7px; right: -1px; margin: 0; padding: 0 5px 3px 8px; background: white url(/images/frieslandbank/bg_globalnav.gif) no-repeat left bottom; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0; padding: 0 1em; border-left: 1px solid black; height: 17px; }
                    #globalnav ul li.first-item { border: 0; }
                    #globalnav ul li a { font: normal 1em "Trebuchet MS", Helvetica, sans-serif; display: block; color: black; border: 0; line-height: 1em; }
                        #globalnav ul li a:hover { color: #349bff; }

        #extranav { position: absolute; margin: -15px 0 0 0; padding: 0; }
            #extranav ul { list-style-type: none; margin: 0 0 0 10px; padding: 0; }
                #extranav ul li { float: left; margin: 0; padding: 0 5px; border-left: 1px solid black; }
                    #extranav ul li.first-item { border: 0; }
                    #extranav ul li a { display: block; color: black; border: 0; line-height: 1em; }
                        #extranav ul li a:hover { color: #349bff; }

        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { float: left; margin: -3px .5em 0 0; height: 20px; }
        #quicksearch fieldset { margin: 0; padding: 0; border: 0; }
        #quicksearch h3 { float: left; font-size: 1em; font-weight: normal; color: black; margin: 0 .5em 0 0; padding: 0; }
        #quicksearch label { }
        #quicksearch input { margin: -3px 0 0 0; }
        #quicksearch input.submit { font-size: 0; padding: 0; border-color: white; width: 25px; height: 18px; background: transparent url(/images/frieslandbank/bg_search_white.gif) no-repeat center top; }
            #quicksearch input.submit:hover { cursor: pointer; }

    #bannercolumn { position: absolute; right: 0; top: 304px; padding: 0 20px; border-top: 80px solid white; width: 241px; }
        #bannercolumn a { border: 0; }
        #bannercolumn img { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #d5d5d5; }
            #bannercolumn #bannerposition-10 img { border: 0; }

    #footer { border: 1px solid #d5d5d5; border-width: 0 1px 1px 1px; width: 964px; }
        #footer-payoff { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; padding: 5px 5px 5px 15px; border-top: 10px solid #060a78; width: 944px; }

    #props { position: fixed; bottom: 1em; left: 1em; }
        #props a, #props a:visited { color: #afafaf; border: 0; }


/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; margin: 1em 0 0 0; padding: 0; height: 1.4em; font: bold 1.4em "Trebuchet MS", Helvetica, sans-serif; }
        .inline-sections dt a { float: left; }
    .inline-sections dd { clear: both; margin: 0; }
        .inline-sections dd a { padding-left: 20px; background: transparent url(/images/frieslandbank/bullet_blue.gif) no-repeat 6px .4em; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 1em 0 .5em 0; padding: 0; }
    .block .imgbox { float: right; margin: 0 0 1em 1em; padding: 0; border: 0; }
    .block p { margin: 0 0 .5em 0; }
    .block .readmore { font: bold 1.3em/1 "Trebuchet MS", Helvetica, sans-serif; color: #349bff; padding-left: 30px; background: transparent url(/images/frieslandbank/bullet_double_arrows.gif) no-repeat 0 .3em; }
        .block .readmore:hover { color: #060a78; }

/* default and rich menu */
ul.menu_default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.menu_default li { margin: 0; padding: 1em 0; border-bottom: 1px solid #d5d5d5; }
        ul.menu_default li h2 { margin: 0; padding: 0; }

.menu_rich { clear: both; float: left; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; float: left; width: 120px; height: auto; min-height: 130px; margin: 0 2.3em 1em 0; background: #9ec7ff url(/images/frieslandbank/bg_menu_item.gif) no-repeat left bottom; }
        .menu_rich li img { display: block; margin: 0; }
        .menu_rich li a { border: 0; }
        .menu_rich span { display: block; margin: 0 5px 2px 5px; padding-left: 15px; background: transparent url(/images/frieslandbank/bullet_menu.gif) no-repeat 0 .3em; }

/* shortlease menu */
.menu_shortlease { }
    .menu_shortlease h2 { clear: both; color: #8cb5d3; }
    .menu_shortlease ul { margin: 0 0 2em 0; padding: 0; list-style-type: none; }
    .menu_shortlease ul li, .menu_shortlease ul li:hover { list-style-image: none; }
        .menu_shortlease ul li { float: left; width: 175px; height: 200px; margin-right: 1em; background-repeat: no-repeat; }
            .menu_shortlease ul li a { display: block; height: 100%; }
                .menu_shortlease ul li a, .menu_shortlease ul li a:hover { border: 0; padding: 0; }
                 .menu_shortlease ul li a span { display: none; }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin: 0; padding: 1em 0; border-bottom: 1px solid #d5d5d5; }
        ul.default li h2 { margin: 0; padding: 0; }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { margin: 0; padding: 1em 0; border-bottom: 1px solid #d5d5d5; }
        ul.rich li h2 { margin: 0; padding: 0; }
        ul.rich li img { float: left; margin: .5em 1em 1em 0; }

ul.download { clear: both; float: left; margin: 1em 0 2em 0; padding: 0; width: 100%; list-style-type: none; }
    ul.download li { font-family: "Trebuchet MS", Helvetica, sans-serif; font-weight: bold; float: left; width: 120px; height: auto; min-height: 110px; margin: 0 2.3em 1em 0; background: #9ec7ff url(/images/frieslandbank/bg_menu_item.gif) no-repeat left bottom; }
        ul.download li img { display: block; margin: 0; }
        ul.download li a { border: 0; }
        ul.download span { display: block; margin: 0 5px 2px 5px; padding-left: 30px; background: transparent url(/images/frieslandbank/bullet_download.gif) no-repeat 0 .3em; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #e8e8e8;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 0 0 1em 0; }

.infopage-visual { float: left; margin: 0 1em 1em 0; width: 100px; background: #9ec7ff url(/images/frieslandbank/bg_infopage_item.gif) no-repeat left bottom; }
    .infopage-visual .imgbox { margin: 0; }
    .infopage-visual img { display: block; }
    .infopage-visual a.enlarge { clear: both; display: block; margin: 0; border: 0; width: 100%; height: 13px; background: transparent url(/images/frieslandbank/enlarge.gif) no-repeat 95% 50%; }
        .infopage-visual a.enlarge span { visibility: hidden; }

/* imgbox and linkboxes */
.imgbox_wrapper { clear: both; float: left; width: 100%; }

.imgbox_informationsheet .imgbox img { padding: 0 !important; border: 0 !important; }

.imgbox{ float: left; margin: 0 1em 1em 0; padding: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #349bff; background-color: #e8e8e8; }

#linkbox_container { margin: 0 0 2em 0; width: 100%; background: transparent url(/images/frieslandbank/bg_linkbox_bottom.gif) no-repeat left bottom; }
.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: .5em 0; list-style-type: none; background: transparent url(/images/frieslandbank/bg_linkbox_top.gif) no-repeat left top; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { display: block; padding: 5px; padding-left: 15px; border: 0; background: url(/images/arrow_right.gif) 0 10px no-repeat; }
            .linkbox_default li a:hover { background-image: url(/images/frieslandbank/arrow_right_over.gif); }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 120px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #349bff; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #e8e8e8; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform { float: left; width: 100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #349bff; border-color: #d5e4f9; background-color: #d5e4f9; }
    .basicform dl input.button { color: #060a78; height: auto; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; background-color: transparent !important; }
    .basicform dl dt { float: left; clear: both; font: bold 1.25em "Trebuchet MS", Helvetica, sans-serif; width: 35%; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { }
    #resultsinfo p { margin: 0; padding: .2em 1em .1em 0; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform fieldset { margin: 0; padding: 0; border: 0; }
    #searchform label { float: left; width: 100%; }
    #searchform div { float: left; margin: 0 0 1em 1.4em; padding: 2px 5px; background-color: #d5e4f9; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { float: left; border-color: #d5e4f9; margin: 0; background-color: transparent; }
        #searchform div input.button { clear: none; padding-left: 40px; border-color: #d5e4f9; background: transparent url(/images/frieslandbank/bg_search_blue.gif) no-repeat left center; }
    #searchform div p { margin: 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { font-weight: bold; margin: 2em 0 0 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a { color: #349bff; border-color: #349bff; }
            #searchresults dd a:hover { border-color: white; }

/* highlighting for search terms */
.highlight { background-color: #d5e4f9; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em 0; list-style-type: none; }
    ul.sitemap li { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; padding-left: 15px; background: transparent url(/images/frieslandbank/bullet_blue.gif) no-repeat 4px .5em; }
        ul.sitemap li ul { margin: .3em 1em 1em 0; padding: 0; list-style-type: none; }
            ul.sitemap li ul li { font-size: 1em; }
                ul.sitemap li ul li ul { margin-left: 1em; }
                    ul.sitemap li ul li ul li { font: normal .8em Verdana; margin-bottom: .2em; background: transparent url(/images/frieslandbank/bullet_single_arrow_corner.gif) no-repeat 0 .1em; }

/* chapters in documents */
.chapter-header { margin: 0; padding: 0; }

#chapters ul { clear: both; margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { font: bold 1.3em "Trebuchet MS", Helvetica, sans-serif; color: #060a78; padding-left: 20px; background: transparent url(/images/frieslandbank/bullet_single_arrow_right_subpage.gif) no-repeat 0 .3em; }
            #chapters li a:hover { color: #349bff; }

#chapters p { margin: 0 0 1em 0; padding: 0; }
.chapter { margin: 1em 0 0 0; }

/* navbox, for displaying next/previous/index links */
.navbox { clear: both; margin-top: 2em; padding: .3em .2em; border: 1px solid #d5d5d5; border-width: 1px 0; text-align: center; }
    .navbox a { border: 0; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; padding-right: 20px; background: transparent url(/images/frieslandbank/bullet_single_arrow_left.gif) no-repeat right center; }
    .next { float: right; font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; padding-left: 20px; background: transparent url(/images/frieslandbank/bullet_single_arrow_right.gif) no-repeat left center; }
    .disabled { font-weight: normal; background: none; }
    .index { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* mediaplayer */
.mediaplayer { padding: 1em 0; width: 100%; background-color: #eeeeee; text-align: center; }

/* more: paragraph with a "read more" link */
.more { margin: 1em 0; }
    .more a { clear: both; float: right; font: bold 1.25em "Trebuchet MS", Helvetica, sans-serif; color: #349bff; padding: 0 0 0 30px; background: transparent url(/images/frieslandbank/bullet_double_arrows.gif) no-repeat 0 .1em; }
        .more a:hover { color: #060a78; }

/* date: date in messages */
.date { margin: 0; color: #999; }

/* button: transforms a normal button to a styled button */
.button { float: right; clear: both; width: auto !important; border: 1px solid white; cursor: pointer; padding: 0 .5em 0 1.5em; height: 19px; font: bold 1em "Trebuchet MS", Helvetica, sans-serif; color: #060a78; background: #9ec7ff url(/images/frieslandbank/bullet_menu.gif) no-repeat 5px 50%; }
    .button:active { border-style: inset; }
    .submit { }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 span { float: left; }

/* calculation-section */
.column { float: left; }
.photo { float: left; margin: 0 3em 3em 0; }
.price { font: bold 1.3em "Trebuchet MS", Helvetica, sans-serif; }

ul.brandlist { margin: 0; padding: 0; list-style-type: none; }
    ul.brandlist li { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; padding-left: 15px; background: transparent url(/images/frieslandbank/bullet_blue.gif) no-repeat 0 .5em; }

.versionlist { }
    .versionlist dt { font: bold 1.3em "Trebuchet MS", Helvetica, sans-serif; padding: 0; margin: 0; }
    .versionlist dd { margin: 0; padding: 0; }
        .versionlist dd a { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; color: #349bff; margin: 0; padding-left: 30px; background: transparent url(/images/frieslandbank/bullet_double_arrows.gif) no-repeat 0 .3em; }

.cardetails { }
    .cardetails dt { font: bold 1.3em "Trebuchet MS", Helvetica, sans-serif; padding: 0; margin: 0; }
    .cardetails dd { margin: 0; padding-left: 15px; background: transparent url(/images/frieslandbank/bullet_blue.gif) no-repeat 0 .5em; }

.linkbox-cardetails { margin: 0 0 1em 0; padding: 0 0 1em 0; border-bottom: 1px solid #d5d5d5; list-style-type: none; }
    .linkbox-cardetails li { }
        .linkbox-cardetails li a { font: bold 1.2em "Trebuchet MS", Helvetica, sans-serif; color: #349bff; margin: 0; padding-left: 30px; background: transparent url(/images/frieslandbank/bullet_double_arrows.gif) no-repeat 0 .2em; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #003384; text-align: center; background-color: white; }
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.clear-left     { clear: left; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-margin      { margin: 0 !important; }
.no-border      { text-decoration: none; border: 0 !important; }
.back           { padding-left: 15px !important; background: url(/images/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: #060a78; }
.req            { color: #060a78; background-color: #d5e4f9; }
.err            { color: #060a78; font-weight: bold; }
.notice         { background-color: #ffa; color: #060a78; }
.white          { color: white; }
.chosen         { color: #060a78; font-weight: bold; }

/* file types
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }
*/
