
html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFA;
  color: #101010;
  font-family: Arial, sans-serif;
  text-align: center;
  background-attachment: fixed;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#wrap {
  background-color: #FDF1EA;
  width: 1000px;
  margin-left: auto;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: auto;
  text-align: left;
  border-radius: 10px;
  position: relative;
}

#fuss {
  color: #00007F;
  width: 1000px;
  padding: 10px 0px 10px 0px;
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 5pt;
  border-radius: 10px;
  box-shadow: 4px;
  background-color: #EDE1DA;
}

#kopf {
  background-image: url(backgrverl.jpg);
  background-repeat:repeat-x;
  border-radius: 10px;
  box-shadow: 4px;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
  background-color: #FDF1EA;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
}

#BalkBlauL {
  background-color:blue;
  height: 8px; width: 320px;
  position:absolute; top:135px; left:0px;

  }

#BalkBlauR {
  background-color:blue;
  height: 8px; width: 320px;
  position:absolute; top:135px; left:680px;

  }
#BalkGelbL {
  background-color:yellow;
  height: 8px; width: 320px;
  position:absolute; top:143px; left:0px;

  }

#BalkGelbR {
  background-color:yellow;
  height: 8px; width: 320px;
  position:absolute; top:143px; left:680px;

  }
#BalkRotL {
  background-color:red;
  height: 8px; width: 320px;
  position:absolute; top:151px; left:0px;

  }

#BalkRotR {
  background-color:red;
  height: 8px; width: 320px;
  position:absolute; top:151px; left:680px;

  }

#Farbrollen {
  background-image: url(farbrollen.png);
  height: 137px; width: 250px;
  position:absolute; top:3px; left:740px;
  }

#navi {
  color:#00007F;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 0pt;
  border-bottom: 1px maroon solid;
}

#navi ul {
  margin-bottom: 0pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-right: 0pt;
  padding-bottom: 4px;
}

#navi li {
  display: inline;
  list-style-type: none;
  margin-top: 0pt;
  margin-left: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
}

#navi a {
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

#haupts {
  font-size: 100%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  position: relative;

}

a {
  text-decoration: none;
  outline: none;
  color: #00007F;
}

a:hover {
  color: red;
}

#navi a:hover, #navi a:focus, #navi li.navi-hier a
{
  color: #0000BF;
  border-top: 1px maroon solid;
  border-right: 1px maroon solid;
  border-bottom: 1px maroon solid;
  border-left: 1px maroon solid;
  background-color : #EDE1DA ;
}