/* Spontanellen-Style */

* { padding: 0; margin: 0 }
h1, h2, h3, p { margin-bottom: 1em }

html { height: 101% }

body {
  background-color: white;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
}

h1 { 
  line-height: 25px;
  font-size: 19px; 
  color: #224499;
}

h2 { 
  line-height: 24px;
  font-size: 17px; 
}

b {
  color: red;
}

a {
  text-decoration: none;
}

a:link {
  color: #224499;
  background-color: white;
}

a:visited {
  color: #224499;
  background-color: white;
}

a:hover, a:focus {
  color: #224499;
  background-color: #C8C8C8;
  border-bottom: 0;
}

#content {
  width: 700px; 
  min-height: 500px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto; 
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  text-align: left;
}

#header {
  background-color: #224499;
}

#spontanellen_schriftzug {
  margin: 20px;
  background-color: #224499;
  color: white;
  font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 50px;
}

#navi {
  padding-left: 20px;
}

#navi li {
  display: inline;
  list-style-type: none;
  margin: 0 8px 0 0;
  font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

#inhalt {
  margin: 20px;
  font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
}

#inhalt li {
  list-style-type: none;
  margin-bottom: 8px;
}

.bild {
  margin-right: 12px;
  margin-bottom: 12px;
}

#footer {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

#footer a:link {
  color: #989898;
  background-color: white;
}

#footer a:visited {
  color: #989898;
  background-color: white;
}

#footer a:hover, a:focus {
  border-bottom: 1px solid #989898;
  background-color: white;
} 
