/******************************************************************************
*                       Styles und Positionierung 				               *
******************************************************************************/

/* ======== Allgemein ======== */

html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #c5c5a1;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #666666;
 	padding-left: 0px;
}

html>body {
	height: auto;
}

img {
	border:0px;
}

/******************************************************************************
*                    Styles und Positionierung f�r die HP			          *
******************************************************************************/

/* ======== h1-3 Texte ======== */

/* Headline HP */

h1 {
  font-weight: bold;
  color: #A90905;
  font-size: 110%;
  letter-spacing: 0px;
  text-decoration: none;
}

/* Subheadline HP */

h2 {
  font-weight: bold;
  color: #534514;
  font-size: 100%;
}

/* Teaser Headline HP */

h3 {
  font-weight: bold;
  font-size: 70%;
  color: #534514;
  display: inline;
}

h4 {
  font-weight: bold;
  font-size: 100%;
  color: #534514;
}

/* Fliesstext und Teaserfliesstext HP */

.red {
  color: #A90905;
}

.fliesstext {
  font-size: 70%;
  color: #534514;
  line-height: 1.3em;
}
   
/* Fliesstext und Bild */

.fliesstext img {
  float: left;
  margin: 5px;
  margin-right: 10px;
  margin-left: 0px;
}

.fliesstext hr {
	border: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3e8bd;
}

.fliesstext ul { 
  list-style-image: url(../img/rotpunkt.gif);
  margin-left: 20px;
}
  
.bildleiste {
 float: left;
 width: 515px;
 overflow: hidden;
}

.bildleiste img {
 width: 515px;
}

.bildleiste hr {
 margin: 0;
 width: 515px;
 border: 0;
 border-top-style: solid;
 border-top-width: 1px;
 border-top-color: #bfbb7c;
}

.flugtable img {
  width: 12px;
  height: 15px;
  margin: 0px;
}

.flugtable td {
  vertical-align: top;
}

/* Fliesstext und Beschriftung Formular */

.formular {
  font-size: 70%;
  color: #534514;
   }

.dunkelrot-90 {
  color: #A90905;
  font-size: 90%;
}

/* ======== Verweise  ======== */

a {
	text-decoration: none;
}

#center-content a {
	text-decoration: underline;
   color: #A90905;
}

#center-content a:hover {
  color: #CB0C07;
}

.anker {
 color: #A90905 !important;
 text-decoration: none !important;
}

/* Hauptnavigation HP */

a.nav {
  font-size: 70%;
  color: #534514;
}

a.nav:hover {
  color: #7A703A;
}
   
.navaktiv {
  font-size: 70%;
  color: #F6F6E1;
  }

.navaktivb {
  font-weight: bold;
  font-size: 70%;
  color: #A90905;
   } 

/* Navigationspfad HP */

a.navpfad {
  font-size: 70%;
  color: #A90905;
  text-decoration: underline;
}

a.navpfad:hover {
  color: #CB0C07;
}

/* Navigation mehr */

a.mehr {
  font-size: 90%;
  color: #A90905;
  text-decoration: underline;
}

a.mehr:hover {
  color: #CB0C07;
}

/* Topnavigation HP */

a.navtop {
  font-size: 60%;
  color: #655D30;
}

a.navtop:hover {
  color: #7A703A;
}

/* Formulare */

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  border: none;
  background-color: #ffffff;
  margin: 5px;
  padding: 2px 2px 2px 5px;
  vertical-align: middle;
  border: 1px solid #777777;
  color: #444444;
}

.submit {
  background-color: #f6f6e1;
  border: 2px groove #999999;
  padding: 2px;
  font-weight: normal;
}

/* Weiterlink: Links Marginalspalte und Formular */

a.navspalte {
  font-weight: bold;
  font-size: 60%;
  color: #A90905;
  text-decoration: underline;
}

a.navspalte:hover {
  color: #CB0C07;
}

/* Containerklassen: Links Navigation */

.left-navi {
	height: 25px;
	background-color: #f6f6e1;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbb7c;
	border-left: 0px;
	border-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: -1px;
}

.left-navi-aktiv {
	height: 25px;
	background-color: #a90a06;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbb7c;
	border-left: 0px;
	border-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: -1px;
}

.left-navi-under {
	height: 25px;
	background-color: #e2e7bc;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbb7c;
	border-left: 0px;
	border-right: 0px;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: -1px;
}

.left-navi-under-aktiv {
	height: 25px;
	background-color: #a90a06;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbb7c;
	border-left: 0px;
	border-right: 0px;
	padding-left: 20px;
	padding-top: 5px;
	margin-top: -1px;
}

.left-navi-leer {
	height: 30px;
	background-color: #ffffff;
}

/* Containerklassen: Rechte Spalte */

.news-right {
	width: 155px;
	padding: 10px;
	margin-bottom: 20px;
}

.news-right a {
	color: #A90905;
}

.news-right h4 {
	padding-top: 10px;
}

.news-right-title {
	background-color: #f6f6e1;
	border-style: solid;
	border-width: 1px;
	border-color: #bfbb7c;
	border-left: 0px;
	border-right: 0px;
	padding: 6px;
	padding-left: 10px;
	margin-top: -1px;
	float: left;
}

#ticket-hotline {
	padding-left: 4px;
}

/* ======== Ende  ======== */

/* ======== Container  ======== */

#central {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	overflow: visible;
}

#inner {
	position: absolute;
	width: 962px;
	margin: 0px;
	padding: 0px;
	background-color: #c5c5a1;
}

#logo {
	position: relative;
	width: 250px;
	height: 100px;
	top: -64px;
	left: -2px;
	background: url(../img/logo.gif) no-repeat;
	z-index: 5;
}

#top {
	position: relative;
	top: 0px;
	left: 0px; 
	width: 963px;
	height: 61px;
	background-color: #c5c5a1;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #f6f6e1;
}

#top-navi {
	position: relative;
	top: -130px;
	width: 950px;
	height: 15px;
	text-align: right;
	z-index: 2;
}

#teaser {
	position: relative;
	padding: 0;
	margin: 0;
	top: -165px;
	left: 260px;
	width: 351px;
	height: 47px;
	z-index: 2;
	/*background: url(../img/teaser.gif) no-repeat top right;*/
}

#left {
	width: 173px;
	height: 100%;
	float: left;
	letter-spacing: 0.05em;
}

#left-full {
	width: 173px;
	padding-left: 3px;
	padding-top: 123px;
}

#content {
	width: 780px;
	height: 100%;
	float: right;
}

#content-full {
	width: 778px;
}

#content-center {
	width: 590px;
	height: 100%;
	float: left;
}

#center-topmenu {
	position: absolute;
	top: 70px;
	left: 240px;
	width: 515px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}

#center-toptitle {
	width: 556px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 95px;
	background-color: #ffffff;
}

#center-toptitle img {
	margin-left: auto;
	margin-right: auto;
}

#center-content {
	width: 515px;
	background: url(../img/star.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	padding-top: 30px;
}

.center-teasertop {
	width: 533px;
	background-color: #e6e6bd;
	padding: 2px;
	padding-left: 40px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: -20px;
	float: left;
}

.center-teaserimage {
	width: 115px;
	margin-left: -20px;
	padding-left: 20px;
	float: left;
	overflow: hidden;
}

.center-teasertext {
	width: 400px;
	float: right;
}

.center-teasertext hr {
	clear: left;
}

#content-right {
	width: 178px;
	height: 100%;
	float: right;
	overflow: hidden;
}

#online-buchen {
	width: 155px;
	padding: 10px;
	padding-top: 133px;
	background-color: #f6f6e1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #bfbb7c;
	margin: 0px;
	margin-bottom: 30px;
}

#rero {
	background: url(../img/rero.gif) no-repeat;
	position: absolute;
	top: 59px;
	left: 956px;
	width: 10px;
	height: 10px;
}

#relo {
	background: url(../img/relo.gif) no-repeat;
	position: absolute;
	top: 59px;
	left: 779px;
	width: 10px;
	height: 10px;
}

#mero {
	background: url(../img/mero.gif) no-repeat;
	position: absolute;
	top: 59px;
	left: 772px;
	width: 10px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}

#footer {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: -2px;
	margin-top: 0px;
	width: 965px;
	height: 40px;
	background: url(../img/foot.gif) no-repeat bottom;
}

/* Weitere */

#hinweis {
	position: absolute;
}

:focus {
	outline: none;
}
