* {
  font-family: Comic Sans MS, Palatino Linotype, Arial, Helvetica, sans-serif;
}

#gesamt {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-Width: 0px;
  background-color: silver;
}

#kopf {
  background-color: black;
  height: 126px;
  border-style: dashed;
  border-Width: medium;
}
#teil1 {
  width: 440px;
  background-image: url('F1.jpg');
  height: 126px;
  float: left;
  padding-left: 10px;
}
#teil1 h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#teil1 p {
  padding-bottom: 0;
  margin-bottom: 0;
}
#teil2 {
  width: 450px;
  background-image: url('F2.jpg');
  height: 126px;
  float: right;
}
#fuss {
  background-color: #A9A9A9;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  text-align: center;
}
#menue {
  background-color: silver;
  border-color: gray;
  width: 905px;
}
#inhalt {
  background-color: silver;
  Width: 900px;
  margin-left: 10px;
}
#menue {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  
  padding-left: 5px;
  text-align: right;
}

#menue ul {
  padding: 3px;
  border-bottom: 2px dotted gray; 
  margin-bottom: 8px;
}

#menue li {
  display: inline;
}

#menue a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px dotted gray;
  text-decoration: none; 
  border-bottom: 0;
}

#menue a:link {
  text-decoration: none;
  color: gray;
}

#menue a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#menue a:hover {
  background-color: #000000;
  border: 1px dotted black;
  border-bottom: 1;
  width: 100%;
  color: white;
}

#menue .active {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid black;
  background-color: #FF4500;
  color: white;
  border-bottom: 1;
}

/* ENDE Listenstile für Menüeintrag im menue */

a.active {
  color: #005600;
}





#menue2 {
  background-color: #A9A9A9;
  border-color: gray;
  width: 905px;
}
#menue2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  
  padding-left: 5px;
  text-align: right;
}

#menue2 ul {
  padding: 3px;
  border-bottom: 2px dotted #A9A9A9; 
  margin-bottom: 8px;
}

#menue2 li {
  display: inline;
}

#menue2 a {
  padding: 3px 1em;
  margin-right: 3px;
  text-decoration: none; 
  border-bottom: 0;
}

#menue2 a:link {
  text-decoration: none;
  color: gray;
}

#menue2 a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#menue2 a:hover {
  background-color: #000000;
  width: 100%;
  color: white;
}

#menue2 .active {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid black;
  background-color: #FF4500;
  color: white;
  border-bottom: 1;
}

/* ENDE Listenstile für Menüeintrag im menue2 */

a.active {
  color: #005600;
}