
.kategoriebuttclass {
	border-width: 0px;
   background-color: inherit;  
   cursor: pointer;
   font-size: 1.6em;
   transition: color .4s linear;
}
.kategoriebuttclass:hover {
   color: #33dd33; 
   cursor: pointer;
}

.kategoriemenuetable {
  width: 100%;
  border-style : 1;
}

.kategoriemenuefach {
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
  font-size: 1.0em;
  color: #000066;
  width: 20%;
}

.kategorietr {
  border-bottom-color: #224466;
  border-style: solid;
}



.kategorieartikeltable {
  border-color: #bbccdd;
  border-style: solid;
  width: 100%;
}

.artikel_bezeichnung_kategorielist {
  font-family: 'Times New Roman', sans-serif;
  font-size: 1.8em;
  color: #222233;
  padding: 10px;
  margin: 0px;
}

.artikel_bezeichnung_kategorieartikel {
  font-family: 'Times New Roman', sans-serif;
  font-size: 2.4em;
  color: #222299;
  padding: 10px;
  margin: 0px;
}

.artikel_bezeichnung_kategorieartikelschlagzeile {
  font-family: 'Times New Roman', sans-serif;
  font-size: 2.0em;
  color: #222233;
  padding: 10px;
  margin: 0px;
}

