/* Start module_undo */
/****** 1.1 Global whitespace and font-family reset ******/
    
* {
    margin: 0;
    padding: 0;
}
/****** 1.2 Global structure ******/
html, 
body { /* xhtml as xml compatible */
    border: 0; /* remove border on html element in IE/Win */
    background: #F7F0EA;
    color: #000;
}
address {
    font-style: normal;
}
/****** 1.3 Text ******/
abbr[title], 
acronym[title], 
dfn[title] {
    border-bottom: 1px dotted; /* border-color is inherited from color */
    font-style: normal;
    cursor: help;
}
blockquote, 
cite, 
em, 
q {
    font-style: normal;
}
q:before {
    content: "";
}
q:after {
    content: "";
}
strong {
    font-weight: bold;
}
/****** 1.4 Lists ******/
ul {
    list-style: none;
}
/****** 1.5 Tables ******/
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
td, th {
    vertical-align: top;
    text-align: left;
}
/****** 1.7 Objects, images ******/
img {
    border: 0;   
}
/*
    Horizontal rules
*/
hr {
    display: none;
}
/****** 1.8 Forms ******/
fieldset {
    border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
legend {
    color: #000; /* IE/Win does not inherit color */
}
optgroup {
    font-style: normal;
    font-weight: bold;
}
/* Ende module_undo */
/* Start skin_gsb */
/****** 7.1 Headings ******/
subheadline {
    font-style: normal;
}
.subheadline {
    font-weight: bold;
}
/****** 7.2 Links ******/
/**** 7.2.1 InlineTopLinks ****/
/**** 7.2.2 Shopping Cart Link ****/
/****** 7.3 Lists ******/
#content ol {
    list-style: decimal;
}
#content ol ol {
    list-style: lower-alpha;
}
#content ol ol ol {
    list-style: lower-roman;
}
#content ul {
    list-style-type: disc;
}
/****** 7.4 Tables ******/
td,
thead th {
    text-align: left;
}
caption,
.textualData td,
.textualData th,
#downloads td,
#downloads th {
    text-align: left;
}
/****** 7.5 Address ******/
/****** 7.6 Images ******/
#content .picture {
    float: left;
}
.source cite {
    font-style: normal;
}
/****** 7.7 Teaser ******/
/****** 7.8 Forms ******/
/****** 7.9 ClearElements ******/
/****** 7.10 Breadcrumb ******/
/*****************************
8.0 special sites
*****************************/
/****** 8.1 Sitemap ******/
/****** 8.2 Glossar ******/
/****** 8.3 Search results ******/
/****** 8.4 FAQ ******/
/****** 8.5 Newsletter ******/
/****** 8.6 ShoppingCart/Publication ******/
/*****************************
9.0 supplementary content
*****************************/
/*****************************
10.0 footer (siteInfo)
*****************************/
#siteInfo em {
    font-style: normal;
}
/* Ende skin_gsb */
