/**
 * Common
 */
body
{
   
    font: normal 11px arial,sans-serif;

}

a
{

    text-decoration: none;
}

a:hover
{
    color: #00adef;
}

object
{
    display: block;
}


/**
 * Container
 */
div#container
{
    /*
    position:absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 590px;
    margin-left: -500px;
    margin-top: -295px;
    */
}


/**
 * Header
 */
div#header
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 93px;
 
}

div#header h2
{
    position: absolute;
    top: 38px;
    right: 10px;
    font-size: 12px;
}

div#header p.link
{
    position: absolute;
    top: 70px;
    left: 330px;
}

div#header a.home
{
    position: absolute;
    top: 8px;
    left: 338px;
    color: #666666;
    font-size: 10px;
}

div#header a.home:hover
{
    color: #0082e6;
}

div#header a.arrow
{
    margin: 0px 16px 0px 0px;
    padding: 0px 0px 0px 8px;
    color: #333333;
    background: url(../image/a_right_333333_lo.gif) no-repeat 0px 3px;
}

div#header a.arrow:hover
{
    color: #0082e6;
    background: url(../image/a_right_0082e6_hi.gif) no-repeat 0px 3px;
}

div#header select
{
    width: 150px;
}


/**
 * Content
 */
div#content
{
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    height: 563px;
    background: url(../image/bg_content.png) no-repeat;
}

div#content.standalone
{
    margin: 93px 0px 0px 0px;
    width: 1000px;
    height: 470px;
    background: no-repeat 0px -93px;
}

div#content_wrapper
{
    padding: 0px 400px 0px 40px;
}

div#content h2
{
    margin: 3px 0px 17px 0px;
    font-size: 11px;
    text-transform: uppercase;
}

div#content p
{
    line-height: 13px;
}

div#content.standalone p
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

div#content.standalone p.invert
{
    color: #333333;
}

div#content a.arrow
{
    padding: 0px 0px 0px 8px;
    background: url(../image/a_right_lo.gif) no-repeat 0px 4px;
}

div#content a.arrow:hover,
div#content a.active
{
    background: url(../image/a_right_hi.gif) no-repeat 0px 4px;
    color: #00adef;
}

div#feature ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#content table#overviewTable
{
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 225px;
    width: 960px;
}

div#content td#overviewCell
{
    visibility: hidden;
}

div#content td.overview
{
    /*
    display: none;
    visibility: hidden;
    */
    width: 735px;
    background: #f8fcff url(../image/bg_overview.gif) repeat-x left bottom;
}

div#content td.feature
{
    width: 220px;
    background: url(../image/bg_feature.gif) repeat-x left bottom;
}

div#content td.mpc
{
    width: 220px;
    background: #ffffff;
}

div#content td.space
{
    width: 5px;
    height: 5px;
}


/**
 * Special
 */
div#specialbg,
div#special
{
    position: absolute;
}

div#specialbg div.special
{
    padding: 0px 260px 25px 40px;
    width: 700px;
    height: 538px;
    background: no-repeat 0px 0px;
}

div#special div.special
{
    padding: 0px 0px 25px 40px;
    width: 700px;
}

div#content h1
{
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

div#special p
{
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

div#content .invert
{
    color: #333333;
}

div#content a.start
{
    display: block;
    margin: 9px 0px 20px 0px;
    width: 51px;
    height: 20px;
    background: url(../image/btn_start_lo.png) no-repeat;
}

div#content a.start:hover
{
    background: url(../image/btn_start_hi.png) no-repeat;
}

div#content a.download
{
    display: block;
    margin: 9px 0px 20px 0px;
    width: 175px;
    height: 20px;
    background: url(../image/btn_download_lo.png) no-repeat;
}

div#content a.download:hover
{
    background: url(../image/btn_download_hi.png) no-repeat;
}


/**
 * Overview
 */
div#overview
{
    position: relative;
    display: none;
    padding: 7px 15px 6px 15px;
}

div#overview div.tab
{
    display: none;
}

div#overview div.pager
{
    border-bottom: solid 1px #666666;
    margin: 4px 0px 5px 0px;
    padding: 0px 0px 4px 0px;
    text-align: right;
}

div#overview a.left,
div#overview img.left
{
    background: url(../image/a_left_666666_lo.gif) no-repeat 2px 4px;
}

div#overview a.left:hover
{
    background: url(../image/a_left_hi.gif) no-repeat 2px 4px;
}

div#overview a.right,
div#overview img.right
{
    background: url(../image/a_right_666666_lo.gif) no-repeat 2px 4px;
}

div#overview a.right:hover
{
    background: url(../image/a_right_hi.gif) no-repeat 2px 4px;
}

div#overview a.close
{
    position: absolute;
    top: 9px;
    right: 7px;
    background: url(../image/btn_close_lo.gif) no-repeat 0px 0px;
}

div#overview a.close:hover
{
    background: url(../image/btn_close_hi.gif) no-repeat 0px 0px;
}

div#overview span.active
{
    color: #00adef;
}

div#overview table
{
    float: left;
    width: 340px;
}

div#overview table.left
{
    margin: 0px 25px 0px 0px;
}

div#overview table.right
{
}

div#overview td.left
{
    padding: 7px 10px 7px 0px;
    width: 115px;
    height: 54px;
}

div#overview td.right
{
    padding: 6px 0px 4px 0px;
    width: 215px;
    border-top: solid 1px #666666;
}

div#overview td.first
{
    border: none;
}

div#overview h3
{
    margin: 1px 0px 1px 0px;
    font-size: 11px;
}


/**
 * Feature
 */
div#feature
{
    padding: 7px 15px 5px 15px;
}

div#feature li.first
{
    border: none;
}

div#feature li
{
    padding: 2px 0px 4px 3px;
    border-top: solid 1px #666666;
}

div#feature a.teaser
{
    display: block;
    margin: 4px 0px 9px 0px;
}

div#feature a.overview
{
    margin: 0px 0px 0px 3px;
}

div#feature a.overview:hover
{
    background: url(../image/a_right_0082e6_hi.gif) no-repeat 0px 4px;
    color: #0082e6;
}


/**
 * MPC
 */
div#mpc
{
    padding: 7px 15px 8px 15px;
}

div#mpc h3
{
    margin: 3px 0px 4px 0px;
    font-size: 11px;
    line-height: 13px;
}

div#mpc p
{
    margin: 0px 0px 5px 0px;
}

div#mpc p.default,
div#mpc p.none
{
    display: block;
    margin: 2px 0px 5px 0px;
    line-height: 16px;
}

div#mpc table
{
    width: 190px;
}

div#mpc select
{
    width: 150px;
}

input.okay
{
    width: 34px;
    height: 20px;
    background: url(../image/btn_okay_lo.gif) no-repeat;
}

input.okay:hover
{
    background: url(../image/btn_okay_hi.gif) no-repeat;
}

ul#branch
{
    border-top: solid 1px #c2c2c2;
    list-style: none;
    margin: 7px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
}

ul#branch li
{
    margin: 0px 0px 4px 0px;
    padding: 0px;
}


/**
 * Meta navigation
 */
div#shade
{
    display: none;
    position: absolute;
    top: 93px;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 563px;
    background: #ffffff;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

div#shade.special
{
    top: 93px;
    height: 470px;
}

div.shadow
{
    position: absolute;
    background: #333333;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

div#shadow
{
    display: none;
}

div#shadow div.shadow1
{
    top: 110px;
    left: 319px;
    width: 362px;
    height: 386px;
}

div#shadow div.shadow2
{
    top: 111px;
    left: 320px;
    width: 362px;
    height: 386px;
}

div#shadow div.shadow3
{
    top: 112px;
    left: 321px;
    width: 362px;
    height: 386px;
}

div#newsletter,
div#provider,
div#cookies,
div#privacy,
div#legal
{
    display: none;
    position: absolute;
    top: 111px;
    left: 320px;
    width: 360px;
    height: 374px;
}

div#newsletter div.head,
div#provider div.head,
div#cookies div.head,
div#privacy div.head,
div#legal div.head
{
    position: relative;
    width: 360px;
    height: 27px;
    background: transparent url(../image/bg_layer.gif) no-repeat;
}

div#newsletter a.close,
div#provider a.close,
div#cookies a.close,
div#privacy a.close,
div#legal a.close
{
    position: absolute;
    top: 4px;
    right: 7px;
    background: url(../image/btn_close_layer_lo.gif) no-repeat 0px 0px;
}

div#newsletter a.close:hover,
div#provider a.close:hover,
div#cookies a.close:hover,
div#privacy a.close:hover,
div#legal a.close:hover
{
    background: url(../image/btn_close_layer_hi.gif) no-repeat 0px 0px;
}

div#newsletter div.content,
div#provider div.content,
div#cookies div.content,
div#privacy div.content,
div#legal div.content
{
    padding: 7px 0px 0px 18px;
    width: 342px;
    height: 350px;
    background: #ffffff;
}

div#provider iframe,
div#cookies iframe,
div#privacy iframe,
div#legal iframe
{
    width: 332px;
    height: 285px;
}

div#newsletter h3,
div#provider h3,
div#cookies h3,
div#privacy h3,
div#legal h3
{
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: bold;
}


/**
 * Newsletter
 */
div#newsletter h3
{
}

div#newsletter p
{
    margin: 5px 0px 14px 0px;
    width: 280px;
    line-height: 13px;
}

div#newsletter p.error
{
    margin: -10px 0px 0px 0px;
    color: #a7372b;
}

div#newsletter td
{
    padding: 0px 0px 10px 0px;
    vertical-align: middle;
}

div#newsletter td label
{
    margin: 0px 20px 0px 6px;
}

div#newsletter input
{
}

div#newsletter input.text
{
    margin: 3px 0px 10px 0px;
    padding: 1px;
    width: 280px;
    background: #f3f3f3;
    font: normal 11px arial,sans-serif;
}

div#newsletter input.submit_de
{
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 78px;
    height: 20px;
    background: url(../image/btn_submit_de_lo.png) no-repeat;
}

div#newsletter input.submit_de:hover
{
    background: url(../image/btn_submit_de_hi.png) no-repeat;
}

div#newsletter input.submit_en
{
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 60px;
    height: 20px;
    background: url(../image/btn_submit_en_lo.png) no-repeat;
}

div#newsletter input.submit_en:hover
{
    background: url(../image/btn_submit_en_hi.png) no-repeat;
}


/**
 * Footer
 */
div#footer
{
    border-top: solid 1px #ffffff;
    position: relative;
    width: 1000px;
    background: url(../image/footer.gif) no-repeat;
}

div#footer.special
{
    position: relative;
    background: url(../image/footer_mb.gif) no-repeat;
}

div#footer a
{
    color: #666666;
}

div#footer a:hover
{
    color: #0082e6;
}

div#footer table.wrapper
{
    margin: 0px 20px 0px 20px;
    width: 960px;
    height: 27px;
}

div#footer td
{
    font-size: 10px;
    color: #666666;
    vertical-align: middle;
}

div#footer td.left
{
    text-align: left;
    color: #333333;
}

div#footer td.right
{
    text-align: right;
}

div#footer td.left a.arrow
{
    margin: 0px 18px 0px 0px;
    padding: 0px 0px 0px 8px;
    color: #333333;
    background: url(../image/a_right_333333_lo.gif) no-repeat 0px 3px;
}

div#footer td.left a.arrow:hover
{
    color: #0082e6;
    background: url(../image/a_right_0082e6_hi.gif) no-repeat 0px 3px;
}

div#footer table.inner
{
    float: right;
    height: 27px;
}

div#footer table.inner td
{
    white-space: nowrap;
}

span#soundon,
span#soundoff
{
    display: none;
}

span#soundon a
{
    display: block;
    width: 13px;
    height: 11px;
    background: url(../image/btn_soundoff_lo.gif) no-repeat;
}

span#soundon a:hover
{
    background: url(../image/btn_soundoff_hi.gif) no-repeat;
}

span#soundoff a
{
    display: block;
    width: 13px;
    height: 11px;
    background: url(../image/btn_soundon_lo.gif) no-repeat;
}

span#soundoff a:hover
{
    background: url(../image/btn_soundon_hi.gif) no-repeat;
}

