

/*
  Farben
*/

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

#inhalt_text {
  background: #fff;
}

#bilder {
  background: #EFEFEF;
  color: #000;
  
}


.bilder {
 text-align: center;
 font-weight: bold;
}

/*
  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;
}
p {
  margin: .5em 0 1em;
}
h1 {
  font-size: 300%;
  font-weight: normal;

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

/*
  Spezialkram fluides Spaltenlayout
*/

    #seite {
      max-width: 85em;
      margin: 0 auto;
      min-width: 600px;
    }
    #navigation {
      float: left;
      width: 20%;
    }
    #inhalt {
      float: left;
      width: 65%;
    }

    #inhalt_text {
      float: left;
      width: 64%;
      padding: 12px;
    }
    
     #inhalt_text_2 {
      float: left;
      width: 65%;
      padding: 62px;
    }
    
    #inhalt_text_3 {
      float: left;
      width: 60%;
      padding: 82px;
    }



    #bilder {
      float: right;
      width: 15%;
      margin-left: -1em;
    }

    #bilder_text {
      float: right;
      width: 10%;
      margin-left: -1em;
    }

    #hauptteil hr {
      clear: both;
      height: .1px;
      border: none;
      visibility: hidden;
    }


/*
  SEITENKOPF
*/

#kopf {
  border-bottom: 2px solid #9f0000;
  position: relative;
}
/* IE <= 6: hasLayout noetig fuer containing block */

#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;
}

#kopf a {
	text-decoration: 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;
}

#actli {
 color: #FF0000;
}

#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;
}

/* Inhalt */

#inhalt h2 {
  font-size: 200%;
  font-weight: normal;
  line-height: 1em;
  margin: .33em 0 .33em .33em;
}

#inhalt h3 {
  font-size: 100%;
  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;
}

#inhalt #einleitung img{
 float:left;
 margin-right: 1em;
}

#inhalt_text h2 {
  font-size: 150%;
  font-weight: normal;
  line-height: 1em;
  margin: .33em 0 1em .33em;
  color: #000000;
}

#inhalt_text h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1em;
  margin: 2.5em 0 1.33em .33em;
  color: #000000;
}

.bildermittig {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 3em;
}

.mittig {
  text-align: center;
  margin-top: 0em;
  margin-bottom: 0em;
}



.textbu {
  text-align: center;
  font-size: 90%;
  margin-bottom: 3em; 
}



div.boxl {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  background-color: #EFEFEF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 320px;
  margin-left: 0px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  float: left;
      }



div.boxr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  background-color: #EFEFEF;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 320px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-top: 5px;
  position: relative;
  float: right;
      }



#fotoblock {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;	
}



#eintraege {
  list-style: none;
  margin: 0 1em;
}

#eintraege li {
  margin-bottom: 20px;
}
#eintraege h3 {
  border-bottom: 0px 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: 0px dotted #ccc;
}
#eintraege dl.metainfo dt,
#eintraege dl.metainfo dd {
  display: inline;
}
#eintraege dl.metainfo dd {
  margin-right: .5em;
}

#eintraege a {
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
  line-height: 1.3em;
}

#eintraege a:hover {
  text-decoration: underline;
  
}



.artdate {
   font-size: 80%;
   color: #808080;
}

a.reg  {
  text-decoration: none;
  font-weight: bold;
  color:#0000FF;



}

#berichtstart ul {
  margin-top: 1em;
  list-style: square;
  text-align: left;
}
#berichtstart li {
  margin-left: 10em;
}

.artdatum {
	font-size: 10px;
  	color: #666666;
}






/* 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-top: 0px;
  font-size: 80%;
}

/* Bilder_Text */

#bilder_text ul {
	margin-left: -3em;
  margin-top: 1em;
  list-style: none;
  text-align: center;
}
#bilder_text li {
  margin-bottom: 1em;
}
#bilder_text a img {
	border:1px solid #000;
}
#bilder_text a:hover img {
	border-color:#9f0000;
}
#bilder_text p {
  margin-top: 0px;
  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;
}
