

/*
  Farben
*/

body {
  background: #ccc;
  color: #000;
}
#seite {
  background: #fff;
}
#hauptteil {
  background: #eee;
}
#navigation {
  background: #efefef;
  color: #ccc;
}
#inhalt {
  background: #fff;
}
#bilder {
  background: #999;
  color: #fff;
}

/*
  Reset und allgemeine Angaben
*/

* {
  margin: 0;
  padding: 0;
}
#seite {
  font: 100% "Helvetica", sans-serif;
}

a {
  color: #9f0000;
}
a:visited {
  color: #9f0000;
}
a:hover {
  color: #000;
}

.act {
 color: #FFFF00;
}

p {
  margin: .5em 0 1em;
}
h1 {
  font-size: 300%;
  font-weight: normal;

}
h2 {
  font-size: 90%;
  font-weight: normal;
  color: #999;
}
h3 {
  font-size: 150%;
  font-weight: normal;
}
/*
  versteckte Elemente
*/
#kopf h2,
#navigation h2,
#bilder h2 {
  position: absolute;
  left: -9999px;
}

/*
  Spezialkram fluides Spaltenlayout
*/

    #seite {
      max-width: 70em;
      margin: 0 auto;
      min-width: 600px;
    }
    #navigation {
      float: left;
      width: 20%;
    }
    #inhalt {
      float: left;
      width: 65%;
    }
    #bilder {
      float: right;
      width: 15%;
      margin-left: -1em;
    }
    #hauptteil hr {
      clear: both;
      height: .1px;
      border: none;
      visibility: hidden;
    }


/*
  SEITENKOPF
*/

#kopf {
  border-bottom: 2px solid #9f0000;
  position: relative;
}


#kopf h1 {
  font-size: 210%;
  font-weight: bold;
  padding: 1em .5em 0 .5em;
}
#service {
  position: absolute;
  top: .25em;
  right: 1em;
  font-size: 80%;
}
#service li {
  display: inline;
  border-left: 1px solid #000;
  padding-left: .5em;
  padding-right: .25em;
}
#service li:first-child {
  border: none;
}
/* IE <= 6: erste vert. Linie per neg. margin verstecken */

#service strong {
  font-weight: normal;
}
#kopf hr {
  display: none;
}

/*
  HAUPTTEIL
*/

/* Navigation */

#navigation ul {
  margin-top: 1em;
  list-style: none;
}
#navigation ul ul {
  list-style: square;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  color: #0000FF;
}
#navigation li {
  padding: .5em 1em;
  text-transform: uppercase;
}
#navigation li li {
  text-transform: none;
  margin-left: 1.5em;
  padding: 0;
}
#navigation a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 0.9em;
}
#navigation a:hover {
  color: #9f0000;
  background: #fff;
}
#navigation strong {
  font-weight: normal;
  color: #000;
}

.act {
 color: #FF0000;
 font-weight: bold;
 font-size: 0.9em;
}



#actli {
 color: #FF0000;
 font-size: 1 em;
}

#navigation_rev ul {
  margin-top: 1em;
  margin-left: .5em;
  list-style: none;
}

#navigation_rev li {
  padding: .5em 1em;
  text-transform: uppercase;
  color: #FF9900;
}

#navigation_rev a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 0.9em;
}
#navigation_rev a:hover {
  color: #9f0000;
  background: #fff;
}




/* Linkliste */

#linkliste ul {
  margin-top: 2em;
  margin-left: 2em;
  list-style: square;
}

#linkliste li {
  padding: .5em 0em;
  font-weight: normal;
}

#linkliste a {
  text-decoration: none;
  color: #9f0000;
  font-weight: bold;
}
#linkliste a:hover {
  color: #9f0000;
  background: #000;
}

/* einleitung */

#einleitung ul {
  margin-top: 2em;
  margin-left: 2em;
  list-style: square;
}

#einleitung li {
  padding: .5em 0em;
  font-weight: normal;
}

#einleitung a {
  text-decoration: none;
  color: #9f0000;
  font-weight: bold;
}
#einleitung a:hover {
  color: #9f0000;
  background: #000;
}


/* Inhalt */

#inhalt h2 {
  font-size: 200%;
  font-weight: normal;
  line-height: 1em;
  margin: .33em 0 .33em .33em;
}
#inhalt #einleitung {
  background: #eee;
  border: 1px solid #ddd;
  padding: 1em;
  margin: 0 1em 1em 1em;
}
#eintraege {
  list-style: none;
  margin: 0 1em;
}
#eintraege li {
  margin-bottom: 20px;
}
#eintraege h3 {
  border-bottom: 1px dotted #ccc;
}
#eintraege .anriss {
  margin: .5em 0;
}
#eintraege img {
  float: left;
  margin: 0 .5em .5em 0;
}
#eintraege dl.metainfo {
  clear: both;
  color: #999;
  font-size: 80%;
  border-top: 1px dotted #ccc;
}
#eintraege dl.metainfo dt,
#eintraege dl.metainfo dd {
  display: inline;
}
#eintraege dl.metainfo dd {
  margin-right: .5em;
}

/* Bilder */

#bilder ul {
  margin-top: 1em;
  list-style: none;
  text-align: center;
}
#bilder li {
  margin-bottom: 1em;
}
#bilder a img {
	border:1px solid #fff;
}
#bilder a:hover img {
	border-color:#9f0000;
}
#bilder p {
  margin: 0;
  font-size: 80%;
}

/*
  FUSS
*/

#fuss {
  border-top: 2px solid #9f0000;
  padding: .75em 0;
}
#fuss address {
  font-size: 80%;
  font-style: normal;
  float: left;
  text-align: left;
  padding-left: 1.25em;
}
#fuss p {
  font-size: 80%;
  text-align: right;
  margin: 0 1.25em;
}

.klein {
 font-size: .7em;
 color: #808080;
}
