/*  PRINT-STYLES
----------------------------------------------------*/

body *
{
    color: #000000 !important;
}


.previewonly
{
    display: none !important;
}

.noprint
{
    display: none;
}


.print
{
    display: block !important;
}


.printonly
{
    display: inline;
}


#kopf
{
    display: none;
}

#rahmen
{
    border: none;
    width: 98%;
}


.zeileOben
{
    display: none;
}



.reiterBox
{
    display: none;
}

.rahmenBasis
{
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0;
}

.rahmenBasis ul.auswertung
{
    width: 100%;
}


.rahmenLinks
{
    border: none;
    width: 20em;
    margin: 0;
    padding: 0;
}

.rahmenLinks .karteheader
{
    background: transparent;
    color: black;
    margin: 0 0 16px 10px;
    padding: 0;
}


.rahmenRechts
{
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.funktionen
{
    display: none;
}


.copyright
{
    width: 50%;
    float: left;
}

.tabelle th,
.tabelle td
{
    border-color: black !important;
    font-size: 0.85em;
}
* html .tabelle th,
.tabelle td
{
    border: 1px solid black !important;
}

.tabelle colgroup
{
    border-color: black !important;
}

.tabelle col
{
    border-color: black !important;
}
