body {
  background: #fff url(./bilder/back_body.gif) top left repeat-X;
}

h1, h2 {
  font-family: georgia;
  font-weight: normal;
}

h1 {
  font-size: 1.5em;
}

#header {
  background: #fff url(./bilder/back_body.gif) top left repeat-X;
  padding: 0;
  margin: 0;
  height: 100px;
  overflow: hidden;
}

#header li {
  padding-top: 6px;
}

#header li a {
  color: #fff;
}

#content, #inhalt, #wrap {
  background: transparent;
  background-image: none;
}

#inhalt ul {
  margin-bottom: 1.0em;
}

#inhalt ul li {
  background: transparent url(./bilder/back_subnavi_a.gif) left 0.5em no-repeat;
  padding-left: 11px;
  line-height: 1.5em;
  margin-top: 0.3em;
}

/*----------------------------------------------------------------*/
/* topnavi */
/*----------------------------------------------------------------*/
#topnavi, #topnavi li {
  margin: 0;
  padding: 0;
}

#topnavi {
  background: transparent;
  width: 100%;
  font-size: 1.1em;
}

#topnavi li {
  display: inline;
  float: left;
}

#topnavi li a, #topnavi li.first a {
  height: 21px;
  line-height: 21px;
  background: transparent;
  color: #777;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  margin: 0;
  border: 0;
  margin-top: 1px;
  border-top: 1px solid #A1A6B1;
}

#topnavi li a:hover {
  text-decoration: underline;
}

#topnavi li.selected a {
  border: 1px solid #A1A6B1;
  text-decoration: none;
  padding: 0 8px;
}


/*----------------------------------------------------------------*/
/* subnavi */
/*----------------------------------------------------------------*/
.subnavi {
  margin-left: 6px;
  margin: 0;
  margin-bottom: 2.0em;
}

.subnavi li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding: 3px 0;
}

.subnavi li a {
  text-decoration: none;
  background: transparent url(./bilder/back_subnavi_a.gif) left center no-repeat;
  padding-left: 11px;
}

.subnavi li a:hover {
  color: #000;
  text-decoration: underline;
}

.subnavi li a.button {
  display: block;
  width: auto;
}

