/* Allgemeine Formatierungen */

body {
}
div, p, ul, li, td, h1, h2, input, textarea, select {
  font-family: 'Bitstream Vera Sans', 'Vera Sans', Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: black;
}
textarea {
  font-family: 'Bitstream Vera Sans Mono', 'Vera Sans Mono'
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 12pt;
}
div.logo {
  display: none;
}
div.inhalt {
  
}
div.text {
  font-size: 12pt;
  padding: 5px;
  margin-top: 20px;
  line-height: 120%;
}
.nichtdrucken {
  display: none;
}

/* Filmstreifen */

div.filmstreifen {
  display: none;
}
img.filmstreifen {
  display: none;
}
img.filmstreifen2 {
  display: none;
}

/* Attraktionen  */

p.attraktion_name {
  font-size: 20pt;
  font-style: italic;
}
div.attraktion {
  position: relative;
  width: 780px;
}
div.attraktion_name_hintergrund {
  position: absolute;
  top: 350px;
  left: 10px;
  padding-top: 6px;
  padding-left: 7px;
  padding-bottom: 4px;
  padding-right: 3px;
  background-color: white;
  color: #5FD1FF;
  font-size: 20pt;
  font-style: italic;
  -moz-opacity: .60;
  filter: Alpha(opacity=60);
  -moz-border-radius: 7px;
}
div.attraktion_name {
  position: absolute;
  top: 350px;
  left: 10px;
  padding: 5px;
  font-size: 20pt;
  font-style: italic;
  -moz-border-radius: 7px;
}
div.vorschau1
{
  display: none;
}
div.vorschau2
{
  display: none;
}
img.vorschau_aktiv {
  display: none;
}
img.vorschau_inaktiv {
  display: none;
}

/* Links  */

a:link {
  text-decoration: underline;
  color: blue;
}
a:visited {
  text-decoration: underline;
  color: blue;
}
a:active {
  text-decoration: none;
  color: #FDEC64;
}
a:hover {
  text-decoration: none;
  color: #FDEC64;
}
ul.menu a:link {
  color: black;
  text-decoration: none;
}
ul.menu a:visited {
  color: black;
  text-decoration: none;
}
ul.menu a:active {
  color: black;
  text-decoration: none;
}
ul.menu a:hover {
  color: black;
  text-decoration: none;
}

/* Navigationsleiste  */

div.navi {
  display: none;
}
div.navi div {
  display: none;
}
ul.menu {
  display: none;
}
div.aktiv ul.menu {
  display: none;
}
ul.menu li {
  display: none;
}
li.aktiv {
  display: none;
}

/* Eintrittspreise  */

.spalteOben {
  width: 100%;
  border-bottom: dashed 1px black;
}
.spalteUnten {
  width: 100%;
  border-top: dashed 1px black;
  clear: both;
}
.spalteLinks {
  position: relative;
  width: 50%;
  float: left;
}
.spalteRechts {
  position: relative;
  width: 45%;
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  border-left: dashed 1px black;
}
.tabRechts {
  position: absolute;
  right: 0px;
}
.stern {
  font-family: Arial;
  color: red;
}
p.preise {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Attraktionen */

.attraktionenLinks {
  position: relative;
  width: 30%;
  float: left;
}
.attraktionenMitte {
  position: relative;
  width: 30%;
  float: left;
  margin-left: 10px;
}
.attraktionenRechts {
  position: relative;
  width: 30%;
  float: left;
  margin-left: 10px;
}

/* Öffnungszeiten-Kalender  */

table.kalender {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: solid 1px gray;
}
table.kalender td {
  text-align: center;
  height: 16px;
  vertical-align: middle;
  border: solid 1px gray;
}
td.oeMonat {
  font-size: 12pt;
  font-weight: bold;
  background-color: #87C9FA;
}
td.oeTag {
  width: 25px;
  font-weight: bold;
}
td.oe0000 {
  background-color: #E6E6E6;
}
td.oe1017 {
  background-color: #ffcc40;
}
td.oe1117, td.oe11301630 {
  background-color: #ccec4b;
}
td.oe103017 {
  background-color: #ffff70;
}
td.oe1018 {
  background-color: #ff8549;
}
span.oeOktoberfest {
  background-color: #4080ff;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}
span.oeHalloween {
  background-color: #961f95;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}
span.oeWeihnachtsmarkt {
  background-color: #c61e1e;
  padding-left: 2px;
  padding-right: 2px;
  color: white;
}

/* Formulare  */

fieldset {
  margin-top: 20px;
  border: solid 1px navy;
  padding: 8px;
  -moz-border-radius: 7px;
}
legend {
  font-family: Bitstream Vera Sans, Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: white;
  background-color: navy;
  -moz-border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
input, textarea, select {
  border: inset #BDE4EE 1px;
}
