/*
    Skin module: GSB 3.0 Standard
    Media group: visual (handheld, print, projection, screen, tty, tv)
*/
/*
    content
*/
/* headings */
.abstract, .subheadline {
    font-weight: bold;
}
/* 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: square;
}
/* tables */
caption,
.textualData td,
.textualData th,
#downloads td,
#downloads th {
    text-align: left;
}
/* quotations */
blockquote, q {
    quotes: "»" "«" ">" "<";
}
blockquote>p:first-child:before, q:before {
    content: open-quote;
}
blockquote>p:last-child:after, q:after {
    content: close-quote;
}
/* images */
#content .picture {
    float: left;
}
.source cite {
    font-style: normal;
}
/* teaser */
.more {
    display: block;
    font-weight: normal;
}
/*
    footer
*/
#siteInfo em {
    font-style: normal;
}
