/* {{{ hide unused navigationblocks */
div#header {
    display: none;
}
div#lcol {
    display: none;
}
div#rcol {
    display: none;
}
div#footer {
    display: none;
}
/* }}} */
/* {{{ change width of blocks for print */
div#content {
    width: 74em;
}
div#contentbody {
    float: left;
    width: 55em;
}
div#pathbox {
    padding-left: 0em;
}

.ausblenden {
    display: none;
}

/* }}} */

p {
    font-size: 1em;
    margin-top: 0pt;
    margin-bottom: 0pt;
    line-height: 1.5em;
}
p.csc-linkToTop {
    display: none;
}
ul {
    line-height: 1.5em;
}
a {
    color: #777777;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #D92425;
    text-decoration: none;
}*/
