* {box-sizing: border-box;}
/* Graue Hintergrundfarbe */
.grau{
    background-color: gray
}

/*Hellgraue Hintergrundfarbe*/ 
.hellgrau{
    background-color: #cecece
}

 /*Logogelbe Hintergrundfarbe*/ 
.logogelb{
    background-color: #ffd800
}

/*Hellgelb für Panelheader*/
.hellgelb{
   background-color: #ffffe0 
}

/*Grün für MenüButton-Hintergrund*/
.grün{
   background-color: #008000 
}

.menubackground{
    background-color: #ffffe0
}

/* Einstellung für Banner-Image */
.banner {
  width: 100%;
  height: auto;   
  background-color: gray;
  }
  
/* Einstellungen für App-Bild */
.appimg {
  max-width: 100%;
  height: auto;   
  }
  
/* Linke und rechte Rahmen für Hauptcontainer je nach Breite setzen */
.contxsmall {
  border-left: 30px solid gray;
  border-right: 30px solid gray;      
  }
  
.contsmall {
  border-left: 40px solid gray;
  border-right: 40px solid gray;      
  }

.contmedium {
  border-left: 50px solid gray;
  border-right: 50px solid gray;    
  }
  
.contlarge {
  border-left: 60px solid gray;
  border-right: 60px solid gray;       
  }
  
.contxlarge {
  border-left: 70px solid gray;
  border-right: 70px solid gray;      
  }

  .btn {
      color:black;
  }
  
A:link { so-language: zxx }
