@page {
    size: A4;
    margin: 10mm;
    margin-bottom: 15mm;
}

* {	
    font-family: 	Verdana,Arial,Helvetica,sans-serif;
}

body {
    background-color: initial;
    zoom: 95%;
    transform: scale(0.95);
    -ms-zoom: 0.95;
    -webkit-zoom: 0.95;
    -moz-transform:  scale(0.95,0.95);
    -moz-transform-origin: left center;

    size: A4;
    margin: 5mm;
    position: initial;
}

#big-logo {
    padding-left:0px!important;
}

#slogan,
#slogan a	{
    width: auto;
    background-color: white;
    color: black;
    text-shadow:none;
    font-weight: normal;
    font-size:20px;

}

#head	{
    all: unset;
    width:auto;
    background-color: initial;
}
#head img {
    width:300px;
}
#wrapper {
    width:100%;
    all: initial;
}
#wrapper2 {
    width:auto;
    all: initial;
}
#info, .dont-print {
    display: none;
}
#navi	{
    display: none;
    width:0px;
}
#menu {
    display: none;
}

#menu-bottom	{
    display: none;
}

#eingaben {
    display: none;
}

#einleitung, .L4 {
    display: none;
}

#content {
    width: 100%!important;
    padding:0px;
    background-color: unset;

}
#middle {
    width: 100%!important;
    padding:0px;
    background-color: unset;

}
#content {
    border-top:1px solid #000;
    /* margin-top:20px; */
    padding-top:20px;
}
#print_info {
    display: block;
    font-size:12px
}

#ergebnis {
    font-size:14pt;
}

#aktionsleiste {
    display:none;
}
#kurzinfo {
    display:block;
}

table.ergebnis {
    font-size:10px;
    border-right:1px solid #999999; 
    border-bottom:1px solid #999999;
    background:#ffffff;
}
table.ergebnis td.gruppe {
    font-size:13px;
    text-align: left;
    font-weight:bold;
}
table.ergebnis td,  table.ergebnis th {
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    text-align: right;
}
table.ergebnis th
{
    font-size:11px;
}

.gut {
    font-weight: bold;
    width:36px;
}

.schlecht {
    font-weight: normal;
    font-style: italic;
    font-size: 10px;
    width:36px;
}		

.job_navi                {
    display:none;
}

.job_print_info {
    display:block!important;
    color:#333;
    line-height:100%;
}