[lang|=de] {
    quotes: '\201E' '\201D';
}

body {
    font-family: sans-serif;
    font-size: 14px;
    margin: 0px;
}
/*
 * Unwichtige Sachen rauslöschen
 */
#menu,
#toup,
#footer img {
    display: none;
}

/* Links lesbarer machen*/
a {
    text-decoration: none;
}
#inhalt a,
.antworten a {
    font-style: italic;
}
#inhalt a:after,
.antworten a:after {
    content: ' <' attr(href) '>';
}

/* Hervorheben */
.hervorheben
{
    font-family: monospace;
    color: #800000;
    background-color: transparent;
    font-weight: bold;
}
.hervorheben:before {
    content: open-quote;
}
.hervorheben:after {
    content: close-quote;
}
/* Beispielcode */
pre
{
    font-family: monospace;
    font-size: 12pt;
    padding: 5px;
    border: 1px solid black;
}
/* Tabelle */
.tabelle
{
    border: 1px solid black;
    border-collapse:collapse;
}
.tabelle td
{
    border:1px solid black;
    padding: 2px;
}
/* Bilder */
img {
    border: 1px solid black;
}