/* CSS fuer www.friseur-eisele.de */

* {
  margin: 0px;
  padding: 0px;
}

/* Anfang Grundelemente */
a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

body {
  background-color: #DEDEDE;
  padding-bottom: 20px;
  color: #673B0E;
  font-family: helvetica, sans-serif;
  font-size: 14px;
}
/* Ende Grundelemente */


/* Anfang Positionierung und Deko */
div#container {
  background-color: black;
  position: relative;
  margin: 0px auto;
  width: 900px;
  overflow: hidden;
  z-index: 1;
}
/* Ende Positionierung und Deko */


/* Anfang Kopf */
div#kopf {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  z-index: 10;
  text-align: center;
}

img#schrift {
  margin: 10px auto;
}
/* Ende Kopf */


/* Anfang Fusszeile */
div#fusszeile {
  background-color: black;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  z-index: 10;
  clear: both;
}
/* Ende Fusszeile*/


/* Anfang Menue */
div#menue {
  float: left;
  width: 120px;
  margin: 10px 0px 60px 35px;
  display: inline;
}

div#menue ul {
  list-style-type: none;
  width: 100%;
  font-size: 0.9em;
  z-index: 15;
}

div#menue a {
  margin-top: 10px;
  display: block;
  line-height: 18px;
  width: 100%;
  color: #673B0E;
}

div#menue a:hover {
  text-decoration: none;
}

div#menue a {
  text-decoration: none;
}
/* Ende Menue */


/* Anfang Inhalt */
div#inhalt {
  background-color: #D0D0D0;
  position: relative;
  width: 100%;
  text-align: justify;
  z-index: 15;
  color: #673B0E;
}

h1 {
  margin: 0px 0px 35px;
  text-align: center;
  z-index: 2;
  color: #C15639;
}

h2 {
  margin: 30px 0px 20px;
  color: #C15639;
}
/* Ende Inhalt */