/*
   * 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

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

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: 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;
}

a img
{
    border: None;
}

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

.clearfloat
{
    clear: both;
}

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

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

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

#header
{
    width: 840px;
}

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

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

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

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

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

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

#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: #e6e6e6;
    width: 180px;
    height: 40px;
    padding: 0;
    margin: 0;
}

#search form
{
    margin: 10px 10px 0 10px;
    padding: 0;
}

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

#search input.button
{
    width: 55px;
    background: transparent;
    color: #333333;
}

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

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

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

#banner ul li a
{
    background-color: #e6e6e6;
    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: 840px;
}

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

#left-main-column
{
    float: left;
    width: 180px;
}
    
#left-main-column ul li
{
    padding: 0;
    margin: 0 0 1px 0;
}

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

#left-main-column ul li a.selected,
#left-main-column ul li a:hover
{
    color: #333;
    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: #e6e6e6 ! important;
    font-weight: bold;
}

#left-main-column ul li ul li a
{
    height: auto;
    background-color: #e6e6e6;
    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: #e6e6e6;
    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: 1.3em 0 0.4em 0;
    color: #333333;
    font-size: 110%;
    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 table
{
    font-size: 90%;
    border-collapse: collapse;
    width: 458px;
    margin: 0;
}

#content table.list th
{
    white-space: nowrap;
}

#content table.list td,
#content table.list th
{
    text-align: left;
    border-bottom: 1px solid #999;
    padding: 7px 3px 7px 3px;
}

#content table .download
{
    text-align: center ! important;
}

tr.even
{
    background-color: #FFFFFF;
}

tr.odd
{
    background-color: #EEEEFF;
}

#content table.list td.negative
{
    color: red;
    text-align: right;
    padding-right: 12px;
}

#content table.list td.positive
{
    color: green;
    text-align: right;
    padding-right: 12px;
}

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

#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 label
{
    margin: 0 0 0.2em 0;
    font-weight: bold;
    display: block;
}

#content .field label
{
    display: inline;
}

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

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

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

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

#content div.field
{
    margin: 6px 0;
    padding: 2px;
}

#content .error
{
    background-color: #FFFF99;
    border: 1px solid #FFFF00;
}

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

#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
{
    background-color: #cccccc;
}

#news h3
{
    letter-spacing: 0.1em;
    font-size: 1.2em;
    background-color: #222c5c;
    color: #ffffff;
    font-weight: normal;
    padding: 10px;
    margin: 0 0 0 0;
}

#news ul
{
    margin-top: 10px;
}

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

#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;
}

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

