body
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
h1
{
  font-size: 32px;
}
b
{
  font-weight: bold;
}
.bigger
{
  font-size: 1.4em;
}
a
{
  color: #86ABD9;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
#loader
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#loader > div
{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 200px;
  height: 50px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  padding-top: 20px;
}

#textfeld
{
  /*width: 853px;*/
  width: 640px;
  /*height: 480px;*/
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 10px #333333;
}
#plaxcontainer
{
  position: fixed;
  width: 19550px;
  bottom: 0;
  z-index: -1;
}
#reihe
{
  position: absolute;
  width: 19550px;
  height: 320px;
  left: -8625px;
  z-index: 1;
}
#reihe > img
{
  float: left;
  margin: 0;
  padding: 0;
}
#reihe2
{
  position: absolute;
  width: 786px;
  height: 400px;
  left: 100px;
  z-index: 3;
}
#reihe2 > img
{
  margin: 0;
  padding: 0;
}
#reihe3
{
  position: absolute;
  width: 2000px;
  height: 838px;
  z-index: 2;
  box-shadow: 0 50px 70px #000;
}
#reihe3 > img
{
  margin: 0;
  padding: 0;
}

ul#mainmenu
{
  margin: 0;
  padding: 10px 0 8px 0;
  text-transform: uppercase;
  list-style: none outside none;
  border-bottom: 1px solid #933;
}
ul#mainmenu li
{
  color: #933;
  font-weight: bold;
  display: inline;
  margin: 0 10px;
  cursor: pointer;
}
#stimmenDiv > p
{
  margin: 0;
  padding: 0;
}
.stimme
{
  font-style: italic !important;
  text-align: right !important;
  padding-right: 30px !important;
  margin-bottom: 20px !important;
}
