
h1 {
  font-family: arial;
  font-size: 50px;
  font-weight:900;
}

a {
  text-decoration: underline;
  color: black;
}


h2 {
  font-family: arial;
  font-size: 20px;
  font-weight:900;
}

p {
  font-family: arial;
  font-size: 12px;
  font-weight:700;
}

body {
  background-color: rgb(247,247,247);
  margin: 0px
}

.rot {
  color: rgb(190,0,0);
}

#header {
  /* border-bottom: 1px red solid; */
  padding-top: 100px;
  height: 180px;
  width:100%;
}

#header_content {
max-width: 600px;
height: 100%;
margin: 0 auto;
}

#flamme {
  background-image: url("img/flamme_gerade.png");
  width: 177px;  /* groesse 180*/
  height: 165px; /* groesse 180*/
  float:left;
}

#content {
  border-bottom: 3px rgb(190,0,0) solid;
  height: 171px;
  width:100%;
}

#content_content {
max-width: 600px;
height: 100%;
margin: 0 auto;
}

#content_content p {
  font-size: 18px;
}

#content_imp {
  border-bottom: 3px rgb(190,0,0) solid;
  height: 490px;
  width:100%;
}
#content_impressum {
max-width: 600px;
height: 100%;
margin: 0 auto;
text-align: left;
}


#footer {
  height: 50px;
  width:100%;
}

#footer_content {
max-width: 600px;
height: 100%;
margin: 0 auto;
}

#footer_content div {
  float:left;
  width:33%;
}
