body {
  background: transparent;
  background-color: transparent;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  margin: 0px;
  border: 0px;
  padding: 0px;
  width: 100%;
}

#header {
  top: 0px; left: 0px; right: 0px;
  width: 100%;
  height: 86px;

  margin: 0px;
  border: 0px;
  padding: 0px;

/*  overflow: hidden;*/
  overflow: visible;
  position: fixed;
}

* html #header {
  position: absolute;
  right: 0px;
  width: 100%;
}



#header img { border: 0px; }

#navline {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: absolute;
  top: 0px; left: 0px; right: 0px;
  width: 100%;
  height: 66px;
  border-bottom: 2px solid rgb(0,66,135);
}

#stammes-name {
    position: absolute;
    top:4px; left:40px;font-size:11px;
    font-weight: bold;
}


#extra-infos {
    position: absolute;
    top: 10px;
    right: 120px; /* 165px */
    font-weight: bold;
    color: red;
    font-size: 12px;
    z-index: 10;
  text-align: center;
}

#extra-infos a {
    color: red;
}

#navlist {
  box-sizing: border-box;
  -moz-box-sizing: border-box;

  position:absolute;

  margin: 0px;
  padding: 0px;
  left: 100px;
  right: 100px;
  bottom: 0px;

  text-align: center;
}


#navlist ul {
  list-style: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

#navlist li {
  font-weight: bold;
  font-size: 12px;

  float: left;

  margin: 0px 4px 0px 4px;
}



#navlist a span {
  /*display: -moz-inline-box;
  display: inline-block;*/
  display:block;

  font-size: 12px;
  font-weight: bold;
  background-color: white;

  width: 80px;
  height: 16px;
  text-align: center;

  margin: 0px;
  padding: 1px 0px 1px 0px;

  border-top: 1px solid rgb(0,66,135);
  border-left: 1px solid rgb(0,66,135);
  border-right: 1px solid rgb(0,66,135);
}

#navlist a .intern , #navlist a .admin {
    border-left-color: green;
    border-right-color: green;
    border-top-color: green;
    color: green;
}

#navlist a:hover span {
  color: white;
  background-color: rgb(0,66,135);
}

#navlist a:hover .intern , #navlist a:hover .admin {
    color: white;
    background-color: green;
}


#navlist a, #navlist a:link, #navlist a:visited {
  display:block;
  color: rgb(0,66,135);
}

#header a , #header a:link , #header a:visited {
  text-decoration: none;
}


#stammes-name a, #stammes-name a:link, #stammes-name a:visited {
  color: black;
}

