lable, p {
    font-family:"arial";
}

lable {

}


p {
    font-size: xx-large;
}

.einkaufszettel img {
    height: 70px;
}

div.einkaufszettel {
    float:left;
    width:50%;
    
}





img {
    height: 68px;

   
    vertical-align: middle;
    
}

input[type=checkbox] {
  transform: scale(2);
  color:red;
}

div.bilder {
    border:solid;
    border-width:5px;
    float:left;
    width:310px;
    height:70px;
    font-size: xx-large;
    overflow:hidden;
   
    
}

.an{
    
    border:10px;
    color:red;
}

@media print {
    p.menu {
        display: none;
    }
    
    
    
    
    
    
    
}

.menu a {
    background-color: red;
    color:black;
    font-size:30px;
    text-decoration: none;
}

.menu img {
    height:1em;
}