/* ========= allgemeines =================*/
body {  
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman',Times,serif;
}

h1 {
  font-family: 'Times New Roman',Times,serif;
  font-size: 26pt;
  color: black;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
img {
  border: 0px;
}
p {
  text-decoration: none;
  font-size: 14px;
}
#navi {
  font-family: Veranda, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: 180px;
  border-right: 1px solid black;
  border-left: 1px solid black;
  text-align: left;
  color: #000000;
}
#navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navi ul li {
  margin: 0;
  border-top: 1px solid black;
  background-color: #EFEDED;
}
#navi ul li a {
  display: block;
  padding: 2px 2px 2px 5px;
  border-left: 5px solid red;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  text-decoration: none;
  width: 100%;
  color: red;
}
#navi ul li a:visited {
  color: #FFC1C1;
}
#navi ul li a:hover {
  border-left: 5px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  background-color: #D6D6D6;
  color: black !important;
}
html>body #navi ul li a {
  width: auto;
}
#navi ul ul li {
  display: block;
  padding: 1px 1px 1px 10px;
  border-left: 10px;
  background-color: #D2D0D0;
}
#navi ul ul li a {

  display: block;
  color: #FF0000;
  text-decoration: none;
  color: #FD73FF; /* #FF6F6F; */
  width: 100%;
}
#navi ul ul li a:visited {
  color: #FEADFF;
}
#navi ul ul li a:hover {
  border-left: 5px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  background-color: #D6D6D6;
  color: #000000;
}
#unten_mitte ul {
  padding: 3px 0;
  margin-left: 0;
}
#unten_mitte ul li {
  list-style: none;
  margin: 2px;
  display: inline;
}
#unten_mitte ul li a {
  padding: 2px 5px;
  border-top: 1px solid black;
  border-left: 5px solid red;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: #EFEDED;
  font-weight: bold;
  font-size: 14px;
  font-family: Veranda, Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: red;
  width: 200px;
}
#unten_mitte ul li a:visited {
  color: #FFC1C1;
}
#unten_mitte ul li a:hover {
  border-left: 5px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  background-color: #D6D6D6;
  color: #000000;
}

/* ============ Main-Page ==============*/
#rechts {
  position: absolute; 
  /* display: block; */
  right: 5px;
  top: 50px;
  width: 200px;
  text-align: center;
/*   border: 1px dashed silver; */
}
#mitte_head {
  margin: 0px 210px;
  padding: 0;
  text-align: center;
  top: 30px;
/*   border: 1px dashed silver; */
}
#links {
  position: absolute;
  display: block; 
  left: 0;
  top: 50px;
  width: 200px;
  margin-left: 5px;
  text-align: center; 
/*   border: 1px dashed silver; */
}
#mitte_bild {
/*  position: absolute; */
  display: block;
  margin: 30px 210px;
  padding: 0;
  text-align: center;
/*   border: 1px dashed silver; */
}
#mitte_bild a {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Comic Sans MS';
}
#mitte_bild a:link {
  color: red;
}
#mitte_bild a:visited {
  color: grey;
}
#mitte_bild a:hover {
  color: black;
}
#mitte_bild a:active {
  color: blue;
}
#trenner {
  clear: both;
  text-align: center;
  margin: 10px;
  padding: 0;
/*   border: 1px dashed silver; */
}
#unten_links {
  position:static; 
  left: 0;
  width: 200px;
  margin: 0 5px;
 /* margin-left: 5px; */
  text-align: center;
 /*   border: 1px dashed silver;  */ 
}

#unten_mitte {
  position: relative; 
  margin: -70px 210px;
  padding: 0;
 /* border: 1px dashed silver;   */
}
#unten_rechts {
  position: absolute; 
  right: 5px;
  width: 200px;
  margin: -70px 0px;
  text-align: center;
 /*  border: 1px dashed silver;   */
}

/* ============ allg. SubSeiten ==============*/
.homeLinklinks {
  position: fixed;
  display: block;
  bottom: 10px;
  left: 10px;
  width: 39px;
  height: 42px;
  background-image: url(bilder/globe.gif);
  background-repeat: no-repeat;
}
.homeLinkrechts {
  position: fixed;
  display: block;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 39px;
  height: 42px;
  background-image: url(bilder/globe.gif);
  background-repeat: no-repeat;
}
#erkl {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 60px;
  display: block;
  height: 50px;
}
#anleitung p {
  color: black;
}