/*
   * cascading style sheet by schaffner & conzelmann ag for la roche banquiers & co
   */

/*
   * basic color definitions
   *
   * light-grey:                             #e6e6e6
   * not-so-light-grey and light-grey-hover: #cccccc
   *
   * (general)
   * blue:       #222c5c
   * blue-hover: #a7b4d7
   *
   * (bank)
   * blue:       #222c5c
   * blue-hover: #a7b4d7
   *
   * (dienstleistungen)
   * red:       #420420
   * red-hover: #bb8ba0
   *
   * (publikationen)
   * green:       #003333
   * green-hover: #6e8994
   *
   * (kontakte)
   * grey:       #282b33
   * grey-hover: #868899
   *
   * (e-banking)
   * orange:       #2C5F80
   * orange-hover: #C9E8F0
   *
   */

/* --------------------------------------------------------------------------------------------- */

body
{
    background-color: #ffffff;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans',  Verdana, Helvetica;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
    margin: 2px 0 2px 0;
}

a
{
    color: #333333;
    text-decoration: none;
}

a:hover
{
    color: #000000;
    text-decoration: underline;
}

ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

form
{
    padding: 0;
    margin: 0;
}

hr
{
    border: none;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    margin: 0 0 0.75em 0;
}

/* --------------------------------------------------------------------------------------------- */

.clearfloat
{
    clear: both;
}

.selected
{
    /*   font-weight: bold; */
}

/* --------------------------------------------------------------------------------------------- */

#wrapper
{ 
    width: 100%;
    height: 100%;
}

#header
{
    width: 840px;
    height: 95px;
}

/* --------------------------------------------------------------------------------------------- */

#left-header-column
{
    float: left;
    width: 420px;
    height: 95px;
    background: url('../pics/laroche-logo.gif') top left no-repeat;
}

#left-header-column img
{
    width: 400px;
    height: 90px;
    border: 0;
}

/* --------------------------------------------------------------------------------------------- */

#right-header-column
{
    float: right;
    width: 420px;
}

/* --------------------------------------------------------------------------------------------- */

#lang
{
    float: right;
    height: 55px;
    font-size: 0.95em;
}

#lang .de_0,
#lang .en_1,
#lang .fr_2
{
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------- */

#top ul li
{
    float: right;
    height: 40px;
}

#top ul li a
{
    font-size: 0.95em;
    text-decoration: none;
}

#top ul li a:hover
{
    color: #000000;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- */

#search
{
    float: right;
    background-color: #DFDFDF;
    width: 160px;
    height: 20px;
    padding: 10px;
    margin: 0;
}

#search input
{
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Helvetica;
    font-size: 0.95em;
    border: 1px solid #000;
}

#search input.button
{
    width: 75px;
    background: transparent;
    color: #333333;
    border: none;
}

#search input.field
{
    width: 75px;
}

/* --------------------------------------------------------------------------------------------- */

#banner ul li
{
    float: right;
    margin: 0 1px 0 0;
}

#banner ul li a
{
    background-color: #DFDFDF;
    display: block;
    width: 59px;
    height: 20px;
    line-height: 20px; 
    padding: 10px;
    font-size: 0.95em;
    text-decoration: none;
}

#banner ul li a:hover
{
    background-color: #cccccc;
    color: #333333;
}

/* --------------------------------------------------------------------------------------------- */

#main
{
    width: 850px;
}

/* --------------------------------------------------------------------------------------------- */

#left-main-column
{
    float: left;
    width: 180px;
}

#left-main-column ul li
{
    margin: 0 0 1px 0;
}

#left-main-column ul li a
{
    letter-spacing: 0.03em;
    font-size: 1.2em;
    background-color: #222c5c;
    display: block;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
}

#left-main-column ul li a.selected
{
    font-weight: bold;
}

#left-main-column ul li a:hover
{
    background-color: #a7b4d7;
}

#left-main-column ul li ul
{
    margin: 1px 0 0 0;
}

#left-main-column ul li ul li a.selected
{
    background-color: #DFDFDF ! important;
    font-weight: bold;
}

#left-main-column ul li ul li a
{
    height: auto;
    background-color: #DFDFDF;
    padding: 7px 10px 7px 10px;
    color: #333333;
    font-size: 1em;
}

#left-main-column ul li ul li ul li a
{
    padding: 5px 10px 5px 20px;
    font-size: 0.9em;
}

/* --------------------------------------------------------------------------------------------- */

#middle-main-column
{
    float: left;
    width: 480px;
}

/* --------------------------------------------------------------------------------------------- */

#quotation,
#head-image
{
    background-color: #a7b4d7;
    height: 120px;
}

#quotation img
{
    float: right;
}

#quotation .text
{
    padding: 10px;
    margin: 0 165px 0 0;
    text-align: right;
    color: #333333;
}

#quotation .text p
{
    padding: 0;
    margin: 0 0 0.5em 0;
    font-family: Georgia, serif, Times;
    font-size: 1em;
    line-height: 1.4em;
}

/* --------------------------------------------------------------------------------------------- */

#content
{
    background-color: #EFEFEF;
    padding: 10px;
    line-height: 1.5em;
    min-height: 460px;
}

#content h2
{
    padding: 0;
    margin: 0 0 0.75em 0;
    color: #333333;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.4em;
}

#content h3
{
    padding: 0;
    margin: 0 0 0.75em 0;
    color: #333333;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.4em;
}

#content h4
{
    padding: 0;
    margin: 0 0 0.75em 0;
    color: #333333;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
}

#content b
{
    color: #333333;
}

#content p
{
    padding: 0;
    margin: 0 0 0.75em 0;
}

/* --------------------------------------------------------------------------------------------- */

#content p.icon img
{
    vertical-align: top;
}

/* --------------------------------------------------------------------------------------------- */

#content .partner
{
    margin: 0.75em 0 0.75em 0;
}

#content .partner img
{
    float: left;
    border: 1px solid #cccccc;
}

#content .partner .text
{
    margin: 0 0 0 175px;
}

/* --------------------------------------------------------------------------------------------- */

#content .download
{
    margin: 0.75em 0 0.75em 0;
}

#content .download .preview
{
    float: left;
    border: 1px solid #cccccc;
}

#content .download .text
{
    margin: 0 0 0 75px;
}

/* --------------------------------------------------------------------------------------------- */

#content ul.sub-content-list
{
    list-style: none;
    list-style-image: none;
}

#content ul.sub-content-list li
{
    margin: 0 0 0.75em 0;
}

/* --------------------------------------------------------------------------------------------- */

#content .address
{
    padding-bottom: 0.8em;
    width: 50%;
    display: inline;
    float: left;
}

/* --------------------------------------------------------------------------------------------- */

#content input,
#content textarea
{
    padding: 0.1em;
    border: 1px solid #cccccc;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Helvetica;
    font-size: 1em;
}

#content input.field
{
    width: 300px;
}

#content textarea.area
{
    width: 300px;
    height: 80px;
}

#content input.button
{
    width: 147px;
    background: transparent;
    margin: 10px 10px 0 0;
}

/* --------------------------------------------------------------------------------------------- */

#content ul
{
    list-style-image: url(../pics/bullet.gif);
}

#content ul li
{
    margin-left: 15px;
}

/* --------------------------------------------------------------------------------------------- */

#right-main-column
{
    float: left;
    width: 180px;
}

/* --------------------------------------------------------------------------------------------- */

#sitemap ul
{
    list-style: none;
}

#sitemap ul li
{
    margin: 0 0 1em 0;
    font-weight: bold;
}

#sitemap ul li a
{
    line-height: 2em;
}

#sitemap ul li ul
{
    margin: 0 0 0 1em;
}

#sitemap ul li ul li
{
    border: 0;
    margin: 0;
    font-weight: normal;
}

#sitemap ul li ul li a
{
    line-height: 1.5em;
}

/* --------------------------------------------------------------------------------------------- */

#search_result ul li
{
    margin: 0 0 1em 0;
}

#search_result ul li a
{
    font-weight: bold;
}

#search_result .search_term
{
    margin: 0 1px 0 1px;
    padding: 1px;
    background-color: #cccccc;
}

/* --------------------------------------------------------------------------------------------- */

#news,
#quicklinks,
#e-services
{
    background-color: #DFDFDF;
    border-top: 1px solid #FFF;
}

#news h3,
#quicklinks h3,
#e-services h3
{
    font-size: 1.1em;
    color: #222c5c;
    font-weight: bold;
    padding: 7px 10px;
    margin: 0;
}

#news p,
#news li,
#quicklinks li,
#e-services li
{
    padding: 0 10px 10px 10px;
    margin: 0;
    font-size: 1em;
}

#quicklinks li.external,
#e-services li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2_f4.gif);
    list-style-position: outside;
    padding-left: 0;
    margin-left: 30px;
}

#news b
{
    color: #333333;
    letter-spacing: 0;
}

/* --------------------------------------------------------------------------------------------- */

#last-update
{
    background-color: #cccccc;
    margin: 1px 0 0 0;
    color: #333333;
}

#last-update h4,
#last-update p.lastentries
{
    font-size: 1em;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

#last-update p,
#last-update li
{
    padding: 0 10px 10px 10px;
    margin: 0;
    font-size: 1em;
}

/* --------------------------------------------------------------------------------------------- */

#bank #left-main-column ul li a
{
    background-color: #222c5c;
}

#bank li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2.gif);
}

#bank #news h3,
#bank #external-links h3,
#bank #e-services h3
{
    color: #222c5c;
}

#dienstleistungen #left-main-column ul li a
{
    background-color: #421020;
}

#dienstleistungen li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2_f2.gif);
}

#dienstleistungen #news h3,
#dienstleistungen #external-links h3,
#dienstleistungen #e-services h3
{
    color: #421020;
}

#publikationen #left-main-column ul li a
{
    background-color: #003333;
}

#publikationen li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2_f3.gif);
}

#publikationen #news h3,
#publikationen #external-links h3,
#publikationen #e-services h3
{
    color: #003333;
}

#kontakt #left-main-column ul li a
{
    background-color: #282b33;
}

#kontakt li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2_f4.gif);
}

#kontakt #news h3,
#kontakt #external-links h3,
#kontakt #e-services h3
{
    color: #282b33;
}

#e-banking #left-main-column ul li a
{
    background-color: #C9E8F0;
}

#e-banking li.external
{
    list-style-image: url(../pics/arrows/arrow_r2_c2_f5.gif);
}

#e-banking #news h3,
#e-banking #external-links h3,
#e-banking #e-services h3
{
    color: #C9E8F0;
}

/* --------------------------------------------------------------------------------------------- */

#bank #quotation,
#bank #head-image,
#bank #left-main-column ul li a:hover
{
    background-color: #a7b4d7;
}

#dienstleistungen #quotation,
#dienstleistungen #head-image,
#dienstleistungen #left-main-column ul li a:hover
{
    background-color: #bb8ba0;
}

#publikationen #quotation,
#publikationen #head-image,
#publikationen #left-main-column ul li a:hover
{
    background-color: #6e8994;
}

#kontakt #quotation,
#kontakt #head-image,
#kontakt #left-main-column ul li a:hover
{
    background-color: #868899;
}

#e-banking #quotation,
#e-banking #head-image,
#e-banking #left-main-column ul li a:hover
{
    background-color: #C9E8F0;
}

/* --------------------------------------------------------------------------------------------- */

#bank #left-main-column ul li ul li a,
#dienstleistungen #left-main-column ul li ul li a,
#kontakt #left-main-column ul li ul li a,

#publikationen #left-main-column ul li ul li a,
#e-banking #left-main-column ul li ul li a
{
    background-color: #DFDFDF;
}
