/*
** Rainer Stecker, Nordstemme - Print style sheet for CSS2-capable browsers.
**
*/

body {
    background: White;
    font-family: Arial, Helvetica, Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    color: Black;
    margin: 0.2em 0.6em 0.2em 0.8em;
    padding: 0;
}

div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#navi_top,
#navi,
.rubric {
    /* Hides all the elements irrelevant for presentations */
    display: none;
}

ul { 
    list-style-type: square;
}

#content,
.documentDescription,
.group,
input,
li,
.stx,
p {
    background: transparent;
    border: none ! important;
    font-family: Arial, Helvetica, Georgia, Garamond, Times, serif;
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Arial, Helvetica, Georgia, Garamond, Times, serif;
    font-weight: bold;
    text-shadow: #999999 0.2em 0.2em 3px;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}


a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}
