/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.12.2021, 16:23:05
    Author     : s0430801
*/

@media print {
    #divheader{
      display: none; 
    }
    
    #divscreen{
      display: none;  
    } 
  
    #divbarecode{
      display: block;
    }
  
}


div.divbarecode{
    position: absolute;
    top: 0%;
    left:0%;
    z-index:4;  
    width:60%;
    height: 60%;
    opacity:1;    
  }


header {
    background-color: #99ccff;
    font-size: 30px;
}

table {
  border: 1px solid green;
  border-collapse: collapse;
  
}

table.tabueberschrift{
    width: 100%;
    border:none;
}


.box { float: left; margin-right: 2%; padding: 20px; box-sizing: border-box; }
.box:last-child { margin-right: 0; 
    float: right;}



img.header{
    height: 100px;
    width:120px;
}


img.imgveranstatlung {
    width:300px;
}

th {
   font-size: 20px; 
   padding: 5px;
}

td {
    
   font-size: 20px;
   padding: 5px;
   
}

div.divheader {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    min-width:1000px;
    padding: 0.5em;
    height:130px;
    border: 2px ridge silver;
}



div.divmain {

    min-width:1000px;
    width: 80%;
    padding: 1%;
    z-index:1;
    overflow: auto;
    opacity:.99;
    filter: alpha(opacity=100);
    font-size: 20px;
}

.divunterdiv {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 85%;
    height: 85%;
    padding: 2%;
    background-color: #cccccc;
    z-index:2;
    overflow: auto;
    opacity:.99;
    filter: alpha(opacity=100);
    font-size: 30px;
    border: 2px ridge silver;
}


.divkategorie {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 75%;
    height: 75%;
    padding: 2%;
    background-color: #cccccc;
    z-index:3;
    overflow: auto;
    opacity:.99;
    filter: alpha(opacity=100);
    font-size: 30px;
    border: 2px ridge silver;
}
