/*
Schobi License
All rights reserved!
*/
/* 
    Created on : 2023-03-26, 22:54:34
    Author     : schobi
*/


body {
    background-image: linear-gradient(#333, #111);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #BBB;
    font-family: Helvetice, sans-serif;
}

a {
    color: #F66;
    text-decoration: none;
}
a:link {
    color: #F66;
    text-decoration: none;
}
a:visited {
    color: #F88;
}
a:hover {
    color: #000;
    background-color: #F66;
    cursor: pointer;
}
a:active {
    color: #F66;
}
.noscreen {
    display: none;
    visibility: hidden;
}

tr.fotz:nth-child(even) {background: #181818}
tr.fotz:nth-child(odd) {background: #222}

#footer {
    position: fixed;
    right: 0px;
    bottom: 10px;
    text-align: center;
    border-top: 1px solid black;
}
#footer .page:after {
    content: counter(page, decimal);
}
@page {
    margin: 20px 30px 40px 50px;
}
