/* CSS für die Navigation */

/* Container Navigation */

#kopfzeile {
  height:60px;
  padding:10px 0 0 140px;
  background-color:#005B2E;
}

#kopfzeile h1 {
  color:#FFE075;
}

#kopfzeile ul {
  width:800px;
  margin:5px auto;
  text-align:center;
  list-style-type:none;
}

#kopfzeile .li1 {
  background:Green;
  font-size:10pt;
  font-weight:bold;
  color:#F7F3D2;
  padding:2px;
  margin-left:3px;
}

/* Hyperlinks */

#kopfzeile a {
  width:110px;
  display:block;
  text-decoration:none;
  padding:4px 4px 4px 10px;
  font-size:10pt;
  font-weight:bold;
  color:#F7F3D2;
}

#kopfzeile a:hover {
  width:110px;
  display:block;
  background-color:#00BF60;
  color:#000000;
  text-decoration:none;
  padding:4px 4px 4px 10px;
  font-size:10pt;
  font-weight:bold;
}

#navigation {
  width:150px;
  margin:10px 10px;
  float:left;
}

* html #navigation {
  background-color:#005B2E;
  width:150px;
  margin:10px 5px;
  float:left;
}

#navigation ul {
  list-style-type:none;
}

#navigation .li1 {
  background:Green;
  font-size:10pt;
  font-weight:bold;
  color:#F7F3D2;
  padding:2px;
  margin-top:3px;
}

/* Hyperlinks */

#navigation a {
  width:130px;
  display:block;
  text-decoration:none;
  padding:4px 4px 4px 10px;
  font-size:10pt;
  font-weight:bold;
  color:#F7F3D2;
}

#navigation a:hover {
  width:130px;
  display:block;
  background-color:#00BF60;
  color:#000000;
  text-decoration:none;
  padding:4px 4px 4px 10px;
  font-size:10pt;
  font-weight:bold;
}

