/*
//  chamerion
//
//  Created by Mark Hawes on 2009-06-11.
//  Copyright (c) 2009 Chamerion GmbH. All rights reserved.
*/
/* reset styles: http://meyerweb.com/eric/tools/css/reset/ v1.0   20080212 */
/* modified mrh to separate out strict elements            v1.1.0 20090205 */

/* elements not in xhtml strict: applet, center, font, iframe, s, strike, u,*/
html, body, div, span, object,
a, abbr, acronym, address, big, cite, code,
del, dfn, em,  img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
b, i, 
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}
h1, h2, h3, h4, h5, h6, p, pre  {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
blockquote {
    margin: 0;
    padding: 10px 0px 0px 10px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    quotes: none;
}
q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
ins { /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {  /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background-color: #711A14;
    line-height: 1;
    min-width: 790px;
}
div#pageblock {
    margin: 10px auto;
    width: 782px;
    background: #ffffff url(body-bg.png) repeat-x 0 90px;
    background-color: #ffffff;
    border: 2px solid #999;
}
div#logo {
    margin: 4px 0 4px 2px ;
    width: 780px;
    background-color: #ffffff;
}
div#titleblock {
    font: normal normal bold 2em Arial, sans-serif;
    color: #851C14;
    background-color: white;
    margin: -18px 50px 0 50px ;
    border-bottom: 1px dotted #777777;
}
div#titleblock a {
    text-align: left;
    font: normal normal bold 22px serif;
    color: #444444;
    text-decoration: none;  
    letter-spacing: 0.2em;
}
div#titleblock p {
    text-align: left;
    font: normal normal bold 22px serif;
    color: #444444;
    text-decoration: none;
    letter-spacing: 0.2em;
    padding-top: 4px;
}
div#breadcrumbs {
    display: none;
}
div#content {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 12px;
    width: 500px;
    border-right: 1px dotted #777777;
    min-height: 500px;
}
div#content h1 {
    font: normal normal bold 1.8em Arial, sans-serif;
    color: #851C14;
    padding: 6px 0px 3px 0px;       
}
div#content h2 {
    font: normal normal bold 1.5em Arial, sans-serif;
    color: #0A0F96;
    padding: 6px 0px 3px 0px;   
}
div#content p {
    font: normal normal normal 12px/18px 'lucida grande', tahoma, verdana, arial, sans-serif;;
    color: #333333;
    margin-bottom: 6pt;   
}
div#content p.pagebody {
    font: normal normal normal 1em Arial, sans-serif;
    color: #111111;    
}
div#content div.section  {
    padding-left: 20px;
}
div#content div.section h1 {
    font: normal normal bold 1.2em Arial, sans-serif;
    color: #851C14;
    padding: 4px 0px 2px 0px;   
}
div#content ul.simple li {
    font: normal normal normal 11pt 'lucida grande', tahoma, verdana, arial, sans-serif;
    list-style: disc outside;
    margin-left: 30pt;
    margin-bottom: 11pt;   
}

div#navigation {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 12px;
    padding-right: 10px;
}
div#navigation ul {
}
div#navigation ul li {
    height: 20px;
    padding: 12px;
    font: normal normal normal 1em Arial, sans-serif;
}
div#navigation ul li a {
   color: #0A0F96;
   text-decoration: none;
}
div#navigation ul li span {
    color: #851C14;
}
div#navigation ul li a:hover {
    background-color: #ECDCDB;
    color: #851C14;
}
div#addressblock {
      clear: both;
      background-color: #999999;
}
div#addressblock address {
    margin:  4px 50px 0px 50px;
    padding: 2px 0 2px 0;
    background-color: #999999;
    color: #ffffff;
}
