/* Allgemeine Formatierungen */

body {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 200px;
  background: #AFC6E9;
  overflow: hidden;
}
div, p, ul, li, td, h1, h2, input, textarea, select {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: black;
}
textarea {
  font-family: 'Courier New';
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 12pt;
}
h2.titelzeile {
  margin-top: 0px;
  margin-bottom: 5px;
  background: url('images/titel_alu.png');
  border-bottom: 1px solid gray;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 55px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
}
div.logo {
  position: absolute;
  top: 3px;
  right: 20px;
}
div.inhalt {
  height: 100%;
  overflow: auto;
  position: relative;
  background: #AFC6E9 url('images/hintergrund.png');
}
div.text {
  font-size: 12pt;
  background: url('images/transp_weiss_60.png');
  padding: 5px;
  margin-top: 20px;
  line-height: 120%;
	border: solid 1px #162D50;
	-moz-border-radius: 7px;
}
div.titel {
  margin: 10px;
  margin-bottom: 20px;
	padding: 0px;
	border: solid 1px #162D50;
	background: url('images/transp_weiss_60.png');
	-moz-border-radius: 7px;
}
div.titel_innen {
  margin: 0px;
  padding-top: 0px;
  padding-left: 55px;
  padding-right: 5px;
  padding-bottom: 5px;
}

/* Formatierung der Gruppenpreise */

.hinweise {
	color: #4a4860;
	font-style: italic;
}
.ueberschrift
{ font-size: 12pt;
	color: #162D50;
}
.eingerueckt {
	margin-left: 15px;
}

/* Filmstreifen */

div.filmstreifen {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 200px;
  height: 100%;
  overflow: hidden;
}
img.filmstreifen {
  width: 200px;
  height: 103px;
  border: none;
  padding: 0px;
  margin-bottom: 17px;
}
img.filmstreifen2 {
  width: 180px;
  height: 103px;
  border: none;
  padding: 0px;
  margin-bottom: 17px;
}

/* Attraktionen  */

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;
  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
{
  position: absolute;
  top: 5px;
  right: 5px;
  border: solid 1px #FDC749;
}
div.vorschau2
{
  position: absolute;
  top: 5px;
  right: 90px;
  border: solid 1px #FDC749;
}
img.vorschau_aktiv {
  width: 80px;
  height: 80px;
  border: none;
  -moz-opacity: 1;
  opacity: 1;
  filter: Alpha(opacity=100);
}
img.vorschau_inaktiv {
  width: 80px;
  height: 80px;
  border: none;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: Alpha(opacity=50);
}

/* Links  */

a:link {
  text-decoration: underline;
  color: blue;
}
a:visited {
  text-decoration: underline;
  color: blue;
}
a:active {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: none;
  color: blue;
}
a:link.filmaus {
  text-decoration: none;
  color: white;
}
a:visited.filmaus {
  text-decoration: none;
  color: white;
}
a:active.filmaus {
  text-decoration: none;
  color: #FDEC64;
}
a:hover.filmaus {
  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;
  list-style-type: none;
	background: url('images/transp_weiss_60.png');
}

/* Navigationsleiste  */

div.navi {
  background: #FDC749 url('images/titel_orange.png');
  border-top: outset 1px #FDC749;
  border-bottom: outset 1px #FDC749;
  height: 20px;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.navi div {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  margin-right: 30px;
  z-index: 10;
}
ul.menu {
  display: none;
}
div.aktiv ul.menu {
  display: block;
  position: absolute;
  margin: 0px;
  margin-left: -4px;
  padding: 2px;
  list-style-type: none;
  background: url('images/titel_orange_transparent.png');
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
	-moz-border-radius: 0px 0px 7px 7px;
}
ul.menu li {
  margin-left: 0px;
  margin-top: 1px;
  margin-right: 0px;
  margin-bottom: 1px;
  padding: 1px;
  width: 120px;
  cursor: pointer;
}
li.aktiv {
  background: url('images/transp_weiss_60.png');
}

/* Eintrittspreise  */

.tabRechts {
  position: absolute;
  right: 10px;
}
.stern {
  font-family: Arial;
  color: red;
}
p.preise {
  margin-top: 7px;
  margin-bottom: 7px;
  background: url('images/transp_weiss_60.png');
}

/* 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: outset 1px white;
  background: url('images/transp_weiss_60.png');
}
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 {
  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  */

input, textarea, select 
{ border: 1px #162D50 inset;
	background: url('images/grauverlauf.png');
	-moz-border-radius: 4px;
	padding: 2px;
	margin: 2px;
}
fieldset {
  margin-top: 20px;
  border: solid 1px #162D50;
  padding: 8px;
  -moz-border-radius: 7px;
}
legend {
  font-family: Bitstream Vera Sans, Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: white;
  background-color: #162D50;
  -moz-border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}