
.active {
  background-color: #04AA6D;
}


.active {
  background-color: #04AA6D;
}
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1d428a;
  position: fixed;
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}



.menuitem {
  float: left;
}

.menuitem a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.menitemright a, .menuitem
  float:right;


/* Change the link color to #111 (black) on hover */
.menu a:hover {
  /*background-color: #ff0000;*/
  background-color: #1d428a;
}

.obenkreis {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(0,0,255,0.6);          /* Hintergrundfarbe (Kreis) */
  animation: anitop 1s;
}
@keyframes anitop {
  0%{opacity:0}
        100%{opacity:1}
  }
.obenpfeil-1, .obenpfeil-2 {
  border: solid #ffffff;                                                /* Farbe Pfeile */

  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
        position:absolute;
   left:50%;
   margin-left:-6px;
        transition: all 0.2s ease;
        }
.obenpfeil-1 {
        top:15px;
        }
.obenpfeil-2 {
        top:22px;
        }
.obenkreis:hover .obenpfeil-2 {
        top:8px;
}
#back-top2 {
position: fixed;
bottom: 0%;
right:0%;
z-index: 1000;
}
#back-top2  span{
display: block;
}
##
## @media (max-width: 1680px) {
###back-top2 {
##bottom: 5px;
##right:5px;
##}}

.eespace{
        font-size: 25px;

}
.eehr {
        border-top: 2px   #C9B037;
}



body {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: Black;
        text-decoration : none;
}



h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12pt;
        font-style: normal;
        font-weight: bold;
        color: Black;
        text-decoration : none;
}
h1 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 14pt;
        font-style: normal;
        font-weight: bold;
        color: Black;
        text-decoration : none;
}

td{
        border: 1px solid Black;
        font-size: 11px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table{
        margin: 2px 2px 2px 2px;
        padding: 2px 2px 2px 2px;
        border-collapse: collapse;
        border-spacing: 0px;
        empty-cells: show;
        border: 1px solid Black;
}

th
{
        border: 1px solid Black;
        font-size: 10px;
        margin-bottom: 10px;
        background-color: #F5F5DC;
        width: 800px;
        text-align: left;
}


.eebody {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: bold;
        color: Black;
        text-decoration : none;
/*      background-color: #1d428a;*/
}

.eecenter{
        margin-left: auto;
        margin-right: auto;
}

.mitte
{
        border: 1px solid Black;
        font-size: 10px;
        margin-bottom: 10px;
        background-color: #F5F5DC;
        width: 800px;
        text-align: center;
}
[root@intranet vdb]#
