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

body {
    font-family: sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited, a:active {
    color: #339;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #339;
    background-color: #eeeeee;
}
/* Überschirft */
h1 {
    background-color: #f7f7f7;
    border-bottom: solid 1px #666;
    background-image: url(img/head.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Menu */
ol#menu {
    counter-reset: menucounter;
    list-style-type: none;
    float: left;
    width: 23%;
    max-width: 23%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 0px;

}
ol#menu li {
    line-height: 150%;
    border-right: 1px solid #999;
    border-bottom: 1px dashed #999;
    margin-left: 0px;
}
ol#menu li a {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}
ol#menu li a:before {
    content: counter(menucounter) '. ';
    counter-increment: menucounter;
}
ol#menu li a:hover {
    background-color: #eee;
}
a.active {
    font-weight: bold;
    font-style: italic;
}

/* riesiger holder */
div#main {
    /* O R U L */
    margin: 20px 0px 0px 25%;
    padding: 0px 10px 0px 0px;
}

/* CVS kacke */
p#lastchange {
    margin-top: 0px;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: dashed 1px #999;
}

/* Hinweis über lesen*/
p#infobox {
    border-bottom: dashed 1px #999;
    padding-bottom: 1em;
    margin-bottom: 0px;
    padding-left: 20px;
}
p#infobox:before {
    content: 'Hinweis: ';
    font-weight: bold;
}
/* Thema */
h2#thema {
    padding-left: 20px;
    margin-bottom: 0px;
    background-color: #eee;
    border: 1px solid #339;
    line-height: 150%;
    border-left-width: 0.25em;
}

/* Übersicht der Kapitel*/
ol#shortcut {
    padding-top: 0px;
    padding-left: 30px;
    margin-left: 10px;
}
ol#shortcut li {
    line-height: 150%;
}

/* Eigentlicher Inhalt*/
div#inhalt {
    border-top: dashed 1px #999;
}
div#inhalt h2 {
    line-height: 16px;
    text-align: left;
    padding-bottom: 5px;
    background-color: #eee;
    border: 1px solid #339;
    line-height: 150%;
    border-left-width: 0.25em;
    padding-left: 1em;
}

/* Fragen*/
div#fragen {
    border-top: dashed 1px #999;
}
div#fragen h2 {
    background-color: #eee;
    border: 1px solid #339;
    line-height: 150%;
    border-left-width: 0.25em;
    padding-left: 1em;
}

/* Link nach oben */
p#toup {
    padding-left: 20px;
    border-top: dashed 1px #999;
}

/* footer */
div#footer {
    font-size: 13px;
    color: #000000;
    background-color: #eee;
    border-top: solid 1px #666;
    width: 100%;
    margin-top: 0px;
    clear: both;
}

span.code {
    font-family: monospace;
    color: #800;
    background-color: transparent;
}



img {
    border: solid 1px #000000;
    vertical-align: top;
}   
.hervorheben
{
    font-family: monospace;
    color: #800000;
    background-color: transparent;
}
.hervorheben:before {
    content: open-quote;
}
.hervorheben:after {
    content: close-quote;
}

pre.code-text,
pre.code-html,
pre.code-php,
pre.code-mysql {
    font-family: monospace;
    font-size: 12px;
    color: #000000;
    margin: 15px;
    padding: 5px;
    background-color: #efefff;
    border: solid 1px #333399;

}
table.tabelle {
    font-size: 13px;
}
.tabelle {
    border:1pt solid black;
    border-collapse:collapse;
}
.tabelle td {
    border:1pt solid black;
    padding: 2pt;
}
.antworten dt {
    font-size: 14px;
    font-weight: bold;
}
.antworten dd {
    margin-left: 0;
    padding-left: 0;
}
#changelog {
    border: 1px solid black;
    background-color: #eee;
}
