/* basiselemente */
* {
  padding:0;
  margin:0;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #7D7A76;
  font: 9pt Arial, Helvetica, sans-serif;
  color: #202020;
}

p {
  text-align: justify;
  margin: 0px 100px 10px 0px;
  color: #3F3D3B;
}

h1 {
  /* background: url(btn_h1.gif) no-repeat; */
  font: 13pt "Courier New", Courier, mono;
  color: #000000;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  /*font-variant: small-caps;*/
}

h2 {
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

h3 {
  font-size: 9pt;
  color: #000000;
  font-weight: bold;
  padding: 0px 0px 2px 0px;
  margin: 0px;
}

a {
  color: #727F00;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  color: #808F00;
  text-decoration: underline;
  font-weight: normal;
}

/* content */
#pageContainer {
  position: relative;
  text-align:left;
  margin: 10px auto 10px auto;
  width: 990px;
  padding: 0px;
  border: 1px solid black;
}

#pageHeader {
  background: url(header01.jpg) no-repeat;
  height: 150px;
  width: 990px;
  z-index:1;
}
#pageHeader span {
  display: none;
}

#pageContent {
  background-color: #EBEBEB;
  min-height: 350px;
  height: auto !important;  /* für moderne Browser */
  height: 350px;  /*für den IE */
  width: 760px;
  padding: 40px 0px 25px 230px;
  margin: 40px 0px 0px 0px;
}

/* rund ums menu */
#mainMenu {
  position: absolute;
  text-align: left;
  top: 150px;
  background-color: #000000;
  width: 100%;
  height: 40px;
}
#mainMenu ul{
  margin: 18px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style:none;
}
#mainMenu ul li {
  display: inline;
  padding: 0px 0px 0px 40px;
}
#mainMenu a {
  color: #DDDDDD;
  text-decoration: none;
  font-weight: normal;
  font: 10pt "Courier New", Courier, mono;
}
#mainMenu a:hover {
  color: #E9F47B;
  text-decoration: underline;
  font-size: 10pt;
  font-weight: normal;
}
#mainMenu a.current {
  color: #E9F47B;
  text-decoration: underline;
}

#contentMenu {
  position: absolute;
  top: 235px;
  background: url(bg_menu.gif) no-repeat;
  text-align: center;
  width: 156px;
  height: 259px;
  padding: 25px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#contentMenu ul{
  margin: 10px 0px 0px -10px;
  padding: 0px 0px 0px 0px;
  list-style:none;
}
#contentMenu a {
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}
#contentMenu a:hover {
  font-size: 8pt;
  color: #000000;
  background-color: #E2E8A5;
  text-decoration: underline;
  font-weight: normal;
}
#contentMenu span {
  margin: 0px 0px 0px -10px;
  font-weight: bold;
}
#contentMenu a.current {
  background-color: #E2E8A5;
  text-decoration: underline;
}

#footMenu {
  text-align: center;
  background-color: #000000;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#footMenu ul{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style:none;
}
#footMenu ul li {
  display: inline;
  padding: 0px 10px 0px 10px;
}
#footMenu a {
  color: #DDDDDD;
  text-decoration: none;
  font-weight: normal;
  font: 8pt "Courier New", Courier, mono;
}
#footMenu a:hover {
  font-size: 8pt;
  color: #E9F47B;
  text-decoration: underline;
  font-weight: normal;
}
#footMenu a.current {
  color: #E9F47B;
  text-decoration: none;
}

/* Galerie */
#galerieTabelle {
  margin-left: -230px;
}
#galerieTabelle table {
  margin-left: auto;
  margin-right: auto;
}
#galerieTabelle img {
  border: 0px;
  padding: 15px;
}

/* allgemeine klassen */
.invisible {
  display: none;
}

.warn {
  color:#DD0000;
}

.topSpace {
  padding-top: 1em;
}

.topLink {
  text-align: center;
  margin-right: 230px;
}