body {
        background-color:#DADADA;
        background-image:url(/img/wank.gif);
        background-attachment:fixed;
}
a:link {
        color:red;
        text-decoration:none;
}
a:visited {
        color:#FF5050;
        text-decoration:none;
}
a:hover {
        color:red;
        font-weight:bold;
        text-decoration:underline;
}
a:active {
        color:red;
        font-weight:bold;
        text-decoration:underline;
}
img {
        border-width:0;
}

*.resultlabel {
        font-size:medium;
        font-weight:bold;
}
*.result {
        font-size:medium;
}
*.help {
        font-size:small;
        vertical-align:top;
        border-width:thin;
        border-color:#FFB9B9;
        border-style:solid;
}
*.error {
        font-size:medium;
        font-weight:bold;
        color:red;
}
button.menu {
        position:absolute;
        top:20px;
        left:10px;
}
td.pannentyp_pannenhilfe {
        background-color:lime;
        text-align:center;
        color:black;
        font-weight:bold;
        font-size:large;
}
td.pannentyp_abschleppen {
        background-color:red;
        text-align:center;
        color:black;
        font-weight:bold;
        font-size:large;
}
td.pannentyp_leerfahrt {
        background-image:url(/img/leerfahrt.gif);
        text-align:center;
        color:yellow;
        font-weight:bold;
        font-size:large;
}
td.kw_header {
        font-size:medium;
        font-weight:bold;
        color:black;
        white-space:nowrap;
}
td.kw {
        text-align:center;
        font-size:medium;
        font-weight:bold;
        color:black;
        cursor:hand;
        white-space:nowrap;
}
span.menu {
        font-size:medium;
        font-weight:bold;
        color:black;
        cursor:hand;
        white-space:nowrap;
}
span.jeep {
        position:absolute;
        top:20px;
        left:10px;
}

