/*
 * Palette:
 *   Dark:   #1f1f1f
 *   Dark-:  #333333
 *   White:  #d9d9d9
 *   Red:    #b30000
 *   Yellow: #ffce00
 */


/*
 * Imports
 */
@import url("form.css");


/*
 * General
 */
html
{
    padding: 0;
    margin: 0;
    background: #1f1f1f url('images/squared_bg.png');
    color: #d9d9d9;
}

body
{
    padding: 0;
    margin: 0;
    background: url('images/header_bg.png') repeat-x left top;
}

#body
{
    padding: 0;
    margin: 0;
    background: url('images/footer_bg.png') repeat-x left bottom;
    text-align: center;
    height: 100%;
}

#wrapper
{
    width: 940px;
    text-align: left;
    margin: 0 auto;
}

h2, h3, h4
{
    color: #ffce00;
    font-size: 22px;
    line-height: 1.6em;
}

h3
{
    font-size: 18px;
}

p, dt, dd
{
    font: 12px/1.4em "Dejavu Sans", "Bitstream Vera Sans", Arial, Helvetica, Sans;
}

dt
{
    float:left;
    margin-right:5px;
    width:7em;
}

hr
{
    border: 0;
    width: 98%;
    height: 2px;
    background: transparent url('images/hr_bg.gif') repeat-x left center;
    padding-top: 25px;
    padding-bottom: 25px;
    clear: left;
}

img
{
    border: 3px solid #333333;
}

img.left_aligned
{
    display:block;
    float:left;
    margin:0 8px 8px 0;
}

img.right_aligned
{
    display:block;
    float:right;
    margin:0 0 8px 8px;
}

a,
a:visited
{
    color: #ffce00;
    font-style: italic;
}

a:hover
{
    text-decoration: none;
}


/*
 * Header
 */
#header
{
    /*padding: 0 0 0 210px;
    margin: 0;
    height: 174px;
    background: url('images/german_shepherd_glow.png') no-repeat left center;*/
    padding: 0 0 0 190px;
    margin: 0;
    height: 174px;
    background: url('images/logo_new.png') no-repeat 10px center;
}

#header h1
{
    padding: 0;
    margin: 0;
    text-indent: -4000px;
    background: url('images/header_text.png') no-repeat left top;
    width: 642px;
    height: 83px;
    position: absolute;
    top: 75px;
}


#header #language
{
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 8px 0 0 0;
}

#header #language p
{
    display: none;
}

#header #language li,
#header #language li a
{
    display: block;
    float: left;
    width: 35px;
    height: 24px;
    margin: 0 0 0 2px;
    overflow: hidden;
}

#header #language li a
{
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
}

#header #language li a#lang_en
{    
    background: url('images/UK_flag_half.png') no-repeat;
}

#header #language li a#lang_de
{    
    background: url('images/DE_flag_half.png') no-repeat;
}

#header #language li a#lang_cn
{    
    background: url('images/CN_flag_half.png') no-repeat;
}

/*
 * Main
 */
#main
{
    margin: 0;
    padding: 0 0 20px 0;
    clear: right;
}


/*
 * Sidebar
 */
#sidebar
{
    margin: 0;
    padding: 0;
    width: 250px;
    list-style-type: none;
    list-style-image: url('images/bullet_square.png');
    font: 15px/22px "Dejavu Sans", "Bitstream Vera Sans", Arial, Helvetica, Sans;
    float: right;
    /* Fixed position /
    margin-left: 690px;
    position: fixed;
    / //Fixed position */
}

#sidebar li ul
{
    list-style-type: none;
    list-style-image: url('images/bullet_circle.png');
}

#sidebar li ul li
{
    margin-left: -25px;
}

#sidebar li,
#sidebar li a
{
    color: #ffce00;
    font-style: normal;
}

#sidebar li a,
#sidebar li a:visited
{
    text-decoration: none;
}

#sidebar li a:hover
{
    color: #b30000;
}


/*
 * Content
 */
#content_area
{
    margin: 0;
    padding: 0;
    width: 680px;
}

#content_area #preview
{
    list-style-type: none;
    width: 680px;
    overflow: hidden;
}

#content_area #preview li
{
    margin: 0 85px 30px -30px;
    display: block;
    float: left;
    width: 160px;
    text-align: center;
}

/*
 * Footer
 */
#footer
{
    margin: 0;
    padding: 0;
    height: 42px;
    clear: both;
}

#footer p
{
    clear: right;
    text-align: right;
    padding-right: 10px;
    font: 10px/24px "Dejavu Sans", "Bitstream Vera Sans", Arial, Helvetica, Sans;
    font-weight: 500;
}




