@charset "utf-8";

                                 /*Zurücksetzen der Innen und Aussenabstände*/
*{
 margin: 0;
 padding: 0;
}

body {
background-color: white;
text-align: center;
font: normal 100% Georgia, "Times New Roman", serif;
}

                                 /* Container*/
div#container {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  background: url(bilder/hgverlauf.jpg) top no-repeat;
  background-attachment: fixed;
}
                                 /*Senkrechte Äste*/
img#astl {
  z-index: 1;
  position: absolute;
  left: -70px;
}

img#ast2 {
  z-index: 1;
  position: absolute;
  right:-70px;

}

img#galleiste {
  margin-left: 70px;
  margin-top: 50px;
}
                                    /*Geflecht*/

img#geflecht {
  position: absolute;
  margin-left: 370px;
  margin-top: 15px;
  }

                                 /* Kopfnavigation HOME KONTAKT IMPRESSUM*/
ul#kopfnavi {
  margin-left: 690px;
  padding-bottom: 35px;
}

ul#kopfnavi li {
  float: left;
  list-style: none;
  margin: 5px 20px 10px 0;
}

ul#kopfnavi a,
ul#kopfnavi strong {
 text-decoration: none;
 color: #63391F;
 }

ul#kopfnavi a:focus,
ul#kopfnavi a:hover,
ul#kopfnavi a:active {
  text-decoration: underline;
}
                                     /*Navigation Sidebar*/

div#sidebar {
  position: absolute;
  margin-top: -85px;
  margin-left: 5px;
  width: 254px;
  height:500px;
}

ul#produkte {
  list-style: none;
  margin-top: 103px;
  margin-left: 40px;
  margin-bottom: 100px;
  }
ul#feat {
  list-style: none;
  margin-left: 40px;
  }

div#sidebar ul a,
div#sidebar ul strong {
  line-height: 1.8em;
  text-decoration: none;
  color: #1F8C14;
}

  ul#produkte a:focus,
  ul#produkte a:hover,
  ul#produkte a:active,
  ul#feat a:focus,
  ul#feat a:hover,
  ul#feat a:active{
  text-decoration: underline;
}

div#sidebar li:first-child {
  color: #281A06;
  font-size: 1.2em;
  font-style: italic;
  }

                                   /*Adresse Kontakt*/
div#content p {
  margin-top: 30px;
  margin-left: 300px;
  width: 610px;
  color:#604D4B;
  line-height: 1.5em;
  }

p.fragen {
  margin-top: 30px;
  margin-left: 300px;
  width: 610px;
  color:#604D4B;
}

p.fragen:first-letter {
  font-size: 1.5em;
}
div#content a {
  color:black;
}
                                  /*Impressum*/
div#imp p {
  margin-top: 20px;
  margin-left: 300px;
  width: 610px;
  color:#604D4B;
  line-height: 1.3em;
  font-size: 0.9em;
  }


div#imp p:first-line {
  text-decoration: underline;
}

div#imp p#nicht:first-line {
  text-decoration: none;
}

div#imp p:last-child {
  text-align: justify;
  line-height: 1.2em;
}

div#imp a {
  color:black;
}

div#imp p.schwarz {
  font-size: 1.0em;
  color: black ;
}

div#imp p.schwarz_1 {
	color: black ;
	margin-top: 0px;
	text-decoration: none;
}



                            /* Fusszeile*/


div#footer img {
  position:relative;
  clear: both;
  margin-top: 200px;
  bottom: -15px;
}

div#footerimp img {
  position:relative;
  clear: both;
  margin-top: 25px;
  bottom: -15px;
}