body {
  margin:0;
  padding:0 0 1em 0;
  font-family: sans-serif;
}

div#streifen {
  height: 90px;
  padding-top: 10px
}

div.innen {
  margin: 0 auto;
  max-width: 80%;
  min-width: 600px;
}

div#streifen div.kuddel {
  font-variant:small-caps;
  font-size: 2.5em;
  font-family: Tahoma,"Times New Roman",serif,sans-serif;
  font-weight: bold;
  letter-spacing:0.4em;
  text-shadow: white 3px 2px 8px;
  color: #001b39;
}

div#streifen div.kuddel a {
  color: #001b39;
  text-decoration: none;
}

div#streifen div.kuddel a:hover {
  color: red;
}

ul#Navigation {
  margin: 0.4em 0;
  padding: 0;
}
ul#Navigation li {
  list-style: none;
  display: inline;
  margin: 0.6em 0em;
  padding: 0;
}

ul#Navigation a {
  padding: 0.2em 1em;
  text-decoration: none;
  font-weight: bold;
  color: #001b00;
  background: url(halbtrans.png);
}
* html ul#Navigation a {
*  width: 1em;    /* nur fuer IE 5.0x erforderlich */
w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}
ul#Navigation a:hover {
  color: red;
  background-color: #0A0E60;
}

div#inhalt h1 {
  border-bottom: 1px dotted gray;
  font-size: 1.9em;
  font-family: serif;
  font-weight: normal;
}

div#inhalt h2 {
  font-size: 1.7em;
  font-family: serif;
  font-weight: normal;
  margin: 1em 0 0 0;
}

div#inhalt { font-size:0.9em; }
div#inhalt p { line-height: 130%; text-align: justify;    }
div#inhalt img { margin: 0.2em 0.4em; }
img { border: 0; }
div#inhalt a { color: #132E47; }
div#inhalt a:hover {
  text-decoration: none;
  color: #1C8A29;
}
div#inhalt input.einzeilig {
  width: 20em;
}
div#inhalt textarea.mehrzeilig {
  width: 99%;
  height: 18.5em;
}
input, textarea {
  border: 1px solid gray;
}
td, th {
  text-align: left;
  vertical-align: top;
}

ul.galerie {
  list-style-type: none;
}

ul.galerie li {
  float: left;
}
ul.galerie li a {
  display: block;
  margin: 6px;
  padding: 5px;
  background-color: #eee;
  border: 1px solid #cccbb9;
  text-align: center;
  text-decoration: none;
  height: 212px;
  width: 212px;
  vertical-align: middle;
}
ul.galerie li a img {
  margin: auto 0;
}
ul.galerie li a:hover {
  border: 1px solid #456ff3;
}

ul#wechselleiste {
  margin: 0;
  margin-bottom: 2em;
  text-align: center;
}
ul#wechselleiste li {
  list-style: none;
  display: inline;
  margin: 0 0.2em;
  padding: 0;
}

ul#wechselleiste a, ul#wechselleiste span {
  padding: 0.2em 0.8em;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #A3D6FF;
  color: #001350;
  background-color: #F4FFFE;
}
* html ul#wechselleiste a, * html ul#wechselleiste span {
* width: 1em;    /* nur fuer IE 5.0x erforderlich */
w/idth: auto;  /* sicherheitshalber fuer spaetere Versionen korrigiert */
}
ul#wechselleiste a:hover, ul#wechselleiste span {
  border-color: #001350;
  color: #FF0000;
  background-color: #FFF7D1;
}