/*****************************
1.0 superior styles
*****************************/
/****** 1.1 global color reset ******/
* {
    border-color: #000 !important;
    background: #fff !important;
    color: #000 !important;
}
/****** 1.2 body ******/
body {
    padding: 0 1pt; /* @ Firefox, prevent cutted off borders on left and right edge, for example of a table */
    orphans: 3;
    widows: 3;
}
/****** 1.3 invisible elements ******/
hr, object, .aural, .navSkip, #navPrimary, #navSecondary, #navServiceMeta, #clear, #navStart, #navFunctions, #navContent, #siteInfo h2, #identityPicture {
    display: none;
}
/****** 1.4 typo ******/
* {
    line-height: 1.4;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 9pt;
}
code, input, kbd, option, samp, textarea, var {
    font-family: "Courier New", Courier, monospace;
}
h1, h1 * {
    font-size: 14pt;
}
h2, h2 *, caption, legend, #faq dt * {
    font-size: 12pt;
}
h3, h3 * {
    font-size: 11pt;
}
h4, h4 * {
    font-size: 10pt;
}
h5, h6 {
    font-weight: normal;
}
h6 {
    font-style: italic;
}
caption, legend, #faq dt a {
    font-weight: bold;
}
code, kbd, samp, var {
    font-weight: bold;
    letter-spacing: 1px;
}
#navBreadcrumbs *,
#siteInfo em,
.picture *,
.illustration * {
    font-size: 8pt;
}
/*****************************
2.0 branding
*****************************/
#branding,
#brandingnobg {
    padding: 8pt 0 0;
}
/*****************************
3.0 serviceMeta
*****************************/
/*****************************
4.0 navigation
*****************************/
/****** 4.1 Primary ******/
/****** 4.2 Secondary ******/
/**** 4.2.1 Level 1 ****/
/**** 4.2.1 Level 2 ****/
/**** 4.2.1 Level 3 ****/
/*****************************
5.0 search
*****************************/
/*****************************
6.0 service
*****************************/
/*****************************
7.0 content
*****************************/
#content {
    border-top: 3pt double;
    width:17cm;
}
address, caption, form, dl, h1, h2, h3, h4, h5, h6, p, ol, ul, table,
.interview dd,
.interview dt {
    margin: 0 0 8pt;
}
/****** 7.1 Headings ******/
h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 16pt;
}
.subheadline {
    margin-top: -8pt;
}
#pageTitle {
    margin-bottom: 16pt;
}
.sectionRelated h2 {
    margin-top: 0;
}
/****** 7.2 Links ******/
a {
    text-decoration: none;
}
a:link,
a:visited {
    text-decoration: underline;
}
a[href^="http"]:after { /* CSS 3 */
    content: " [" attr(href) "]";
}
/**** 7.2.1 InlineTopLinks ****/
/**** 7.2.2 Shopping Cart Link ****/
/****** 7.3 Lists ******/
dd, dt, li{
    page-break-inside: avoid;
}
ol, ul {
    padding: 0 0 0 30pt;
}

#content ul li {
   padding: 0 0 0 5pt;
}

#content ul {
   padding: 0 0 0 2.55em;
}

li, ol ol, ol ul, ul ul, ul ol {
    margin: 4pt 0;
}
dt {
    float: left;
    padding: 0 16pt 0 0;
    font-weight: bold;
}
dt, dd {
    padding-top: 2pt;
    padding-bottom: 2pt;
}
.interview dt {
    float: none;
    font-weight: normal;
}
.interview dd,
.interview dt {
    padding: 0;
}
/****** 7.4 Tables ******/
td, th, tr {
    page-break-inside: avoid;
}
caption {
    margin-bottom: 4pt;
}
table {
    margin-top: 0;
}
td, th {
    padding: 4pt;
    border: 1pt solid;
}
/****** 7.5 Address ******/
address {
    page-break-inside: avoid;
}
#content address {
    clear: left;
    border-left: 8pt solid;
    padding: 0 0 0 8pt;
}
/****** 7.6 Images ******/
img {
    display: block;
    border: 0;
}
.banner img,
.illustration img,
.picture img {
    border: .5pt solid;
}
.illustration .wrapper br {
    display: none;
}
.illustration img {
    margin: 0 0 4pt;
}
#content .picture {
    margin: 2pt 0pt 8pt;
}
/****** 7.7 Teaser ******/
.more {
    margin: 4pt 0 0;
}
.section, .teaser {
    width: 100%; /* @ IE-Win, trigger hasLayout and provide auto clear */
    margin: 0 0 16pt;
    border-bottom: 1px dotted;
    padding: 0 0 8pt;
}
.sectionRelated {
    margin: 16pt 0 0;
    border-top: 1px dotted;
    padding: 8pt 0 0;
}
/****** 7.8 Forms ******/
input, textarea {
    padding: 2pt 4pt;
}
fieldset, input, select, textarea {
    border: 1px solid;
}
fieldset {
    padding: 8pt;
}
/****** 7.9 ClearElements ******/
.clear, .section:after {
    display: block;
    clear: both;
    content: " ";
}
/****** 7.10 Breadcrumb ******/
#navBreadcrumbs {
    border-bottom: .5pt solid;
    padding: 4pt 0;
}
#navBreadcrumbs li,
#navBreadcrumbs p,
#navBreadcrumbs ol {
    display: inline;
    padding: 0 16pt 0 0;
}
/*****************************
8.0 special sites
*****************************/
/****** 8.1 Sitemap ******/
/****** 8.2 Glossar ******/
#glossaryHits {
    list-style: none;
    padding: 0;
}
/****** 8.3 Search results ******/
.navIndex {
    list-style: none;
    padding: 0;
}
.navIndex li {
    display: inline;
}
#searchResult .aural {
    display: inline;
}
/****** 8.4 FAQ ******/
#faq {
    margin: 0;
    padding: 16pt 0 0;
    border-top: .5pt dotted;
}
#faq dd {
    border-bottom: .5pt dotted;
    margin: 0 0 16pt;
    padding: 0 0 8pt;
}
#faq dt {
    float: none;
    margin: 0 0 4pt;
    padding: 0;
}
/****** 8.5 Newsletter ******/
/****** 8.6 ShoppingCart/Publication ******/
/*****************************
9.0 supplementary content
*****************************/
#supplement {
    margin: 16pt 0 0;
    border-top: .5pt solid;
}
.banner {
    margin-top: 20pt;
}
/*****************************
10.0 footer (siteInfo)
*****************************/
#siteInfo {
    margin: 16pt 0 0;
    padding: 4pt 0 0;
    border-top: 3pt double;
}
