/* 
 * &copy; 2009-2024 Timm Knape Softwaretechnik http://www.kna-st.de
 */

html {
  margin: 20px;
}

body {
  width: auto !important;
  width: 700px; /* fuer IE */
  max-width: 700px;
  min-width: 480px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-attachment: fixed;
  color: #1a1d00;
  font-family: Georgia, serif;
  font-size: 120%;
}

h1 {
  background-image: url(titel.gif);
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  height: 100px;
  text-indent: -32000px;
}

h2 {
  color: #1a1d00;
  font-family: "Sanvito Pro";
  font-size: 32px;
}

h3 {
  color: #1a1d00;
  font-family: "Sanvito Pro";
  font-size: 24px;
}

a:link, a:visited, a:hover {
  color: #4d4332;
}

a:hover {
  color: #ff0009;
}

a:active {
  color: #ffcc00;
}

#footer {
  border-top: 1px solid #1a1d00;
  padding-top: 2px;
  font-size: small;
  text-align: right;
}

#address {
  list-style-type: none;
}

.type {
  display: none;
}
