/*
 * design by "rotw", thank you ;)
 */
body {
    font-family: sans-serif;
    color: #333;
    background-color: #fff;
    margin: 0;
    line-height: 150%;
    padding: 0;
}
a:link, a:visited, a:active {
    color: #468;
    background-color: transparent;
    text-decoration: underline;
}
a:hover,
ol#menu li a:hover {
    color: #fff;
    background-color: #333;
    text-decoration: none;
}

li  a:link, li a:visited, li a:active {
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
    background-color: #fff;
}

h1, h2 {
    padding:1%;
    border-bottom: 1px solid #eee;
    letter-spacing: -1px;
    background-color: #eee;
    padding: 2%;
}
h1 {
    line-height: 100%;
    padding: 2%;
    margin-top: 0;
    text-decoration: underline;
    background-color: #222;
    font-family: serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #eee;
}
h3 {
    border-bottom:1px solid #ccc;
    font-family: serif;
    font-weight: normal;
}
ol#menu {
    font-family: sans-serif;
    font-size: 0.8em;
    counter-reset: menucounter;
    list-style-type: none;
    float: left;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 200px;
}
ol#menu li a:before {
    content: counter(menucounter) '. ';
    counter-increment: menucounter;
}
ol#menu li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}
/* first entry is the homepage to php-quake.net */
ol#menu li:first-child {
    font-style: italic;
    text-align: center;
    background-color: #eee;
    border-top: 0px;
    border-bottom: 1px solid black;
}
ol#menu li:first-child a:before {
    counter-reset: menucounter;
    content: '';
}
ol#menu li a {
    display: block;
    padding: 0.5em 5px 0.5em 5px;
}
ol#menu a.open {
    font-weight: bold;
    background-color: #eee;
}
div#wholecontent {
    margin-left: 210px;
    margin-right: 10px;
}
.image object {
    display: block;
    width: 100%;
    border: 1px solid black;
}
.image .abbr {
    font-style: italic;
}
pre {
    font-family: monospace;
    font-size: 12px;
    color: black;
    background-color: #eef;
    margin: 15px;
    padding: 5px;
    border: 1px solid #ddd;
    line-height: 1.2em;
}
code {
    background-color: #eee;
    padding: 2px 4px;
    font-size: 14px;
}
table {
    border: 0;
    border-collapse: collapse;
}
table td,
table th {
    border: 1px solid #CCC;
    padding: 10px;
}
table .header {
    background-color: #ddd;
}
blockquote {
    border: 1px dotted #999;
    background-color: #eee;
    font-family: monospace;
}
.directlinkwarning {
    padding: 1em;
    text-align: center;
    background-color: #fee;
    border: 1px dashed #f00;
}
address {
    clear: both;
    border-top: 1px solid #000;
    background-color: #ccc;
    padding: 10px 10px 0 10px;
}

dfn {
    font-family: monospace;
    font-style: italic;
    padding: 2px;
    color: #246;
    /* font-weight: bold; */
}
#pagescrolling {
    border-top: 1px dashed gray;
}
