
/*  Anwendermenue unter Kopf  */
.menuebuttclass {
    color: #026000; 
    border: 1px;
    background-color: #e4e4f4;  
    font-size: 1.2em;
    cursor: pointer;
    transition: color 0.5s linear, font-size 0.5s linear;
}

.menuebuttclass:hover {
    color: #ff0000; 
    font-size: 1.4em;
}
.anwendermenuetable {
  width: 100%;
  height: 99px;
  background-color: #e4e4f4;
}

.anwendermenuefach {
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
  width: 14%;
}
/*----------------------------------------------------*/


/*  Menue unterhalb für Rechtliche Informationen  */
.menuebuttclass_recht {
    color: #525052; 
    border: none;
    background-color: #e4e4f4;  
    font-size: 1.0em;
    cursor: pointer;
    transition: color 0.5s linear, font-size 0.5s linear;
}

.menuebuttclass_recht:hover {
    color: #a402a4; 
    font-size: 1.1em;
}

.anwendermenuetable_recht {
  width: 100%;
  height: 88px;
  background-color: #e4e4f4;
  margin-top: 20px;
}
.anwendermenuefach_recht {
  text-align: center;
  font-family: 'Times New Roman', sans-serif;
  color: #000066;
  background-color: #e4e4f4;
  width: 12%;
}
/*----------------------------------------------------*/



.abarbeitungmenue_tabelle {
   width: 100%;
   margin-top: 33px;
   margin-bottom: 33px;
}

.abarbeitungmenue_td {
   text-align: left;
   vertical-align: top;
   align-items: center;
}
.pro25z {
   width: 25%;
}
.abarbeitungmenue_tdh1 {
   text-align: center;
   align-items: center;
}

.abarbeitungmenue_h1 {
   font-family: 'Times New Roman', sans-serif;
   font-size: 1.5em;
   color: #336633;
}

.abarbeitungmenue {
   font-family: 'Times New Roman', sans-serif;
   font-size: 1.0em;
   color: #336633;
   margin: 0px;
}

.abarbeitungmenuelink {
   font-family: 'Times New Roman', sans-serif;
   font-size: 1.0em;
   color: #006600;
   transition: color .3s linear;
}

.abarbeitungmenuelink:hover {
   color: #3300ff;
}

.widt10p {
	width: 10%
}
.centertext {
   text-align: center;
}























