html, body, container {
  margin: 0;
  padding: 0;
}
body {
/* background-image: url(./Medien/style/streifenhg.gif); */
  background-repeat: repeat-x;
/* background-color: #2D1F13; */
  text-align: center;
  font-family: Arial;
  font-size: 12pt;
}
#introbild {
  width: 500px;
  height: 600px;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}
#container {
  width: 800px;
  height: 700px;
/*  background-image: url(./Medien/style/texthg2.gif); */
  background-repeat: no-repeat;
  text-align: left;
  margin: 0 auto;
  background-color: transparent;
}
#druck {
  width: 800px;
  height: 200px;
  background-color: transparent;
}
#navileiste {
  display: none;
  width: 800px;
  height: 20px;
  background-color: transparent;
}
#navi {
  display: none;
  width: 90px;
  height: 20px;
  float: left;
  text-align: center;
  background-color: #EFC4AB;
  font-size: 12pt;
  display: none;
}
#textfeld {
  width: 760px;
  height: 520px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
  * padding-top: 15px;
  background-color: transparent;
}
a:link {
  color: #B25D4C;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #B25D4C;
  font-weight: normal;
  text-decoration: none;
}
a:focus {
  color: #B25D4C;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
  color: #B25D4C;
  font-weight: normal;
  text-decoration: underline;
}
#navi a:active {
  color: #B25D4C;
  font-weight: bold;
  text-decoration: none;
}
#navi a:link {
  color: #B25D4C;
  font-weight: bold;
  text-decoration: none;
}
#navi a:visited {
  color: #B25D4C;
  font-weight: bold;
  text-decoration: none;
}
#navi a:focus {
  color: #B25D4C;
  font-weight: bold;
  text-decoration: none;
}
#navi a:hover {
  color: #EFC4AB;
  background-color: #B25D4C;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
a:active {
  color: #2D1F13;
  font-weight: normal;
  text-decoration: none;
}
h1 {
  font-size: 16pt;
  color: #2D1F13;
  font-weight: normal;
}
h2 {
  font-size: 12pt;
  color: #6C542E;
  font-weight: bold;
}
p.first {
  margin-right: 0px;
}
#pdf {
  float: right;
  width: 500px;
  height: 100px;
}
#galnavi {
  float: right;
  width: 450px;
  height: 400px;
}
#textfeld img {
  display: none;
  border: 0;
}