/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Reset ********************/
html, body, div, span, a, img,
h1, h2, h3, h4, h5, h6, hgroup, p,
dl, dialog, dt, dd, ol, ul, li, 
abbr, acronym, address, b, big, blockquote, 
cite, code, del, dfn, em, i, ins, kbd, pre, q, 
samp, tt, var, small, strong, sub, sup, 
object, iframe, form, fieldset, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, nav, section,
figure, menu, time, mark, audio, video						{ font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal; text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
textarea													{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; text-align: left; margin: 0; padding: 0; }
article, aside, footer, header, nav, section,
dialog, figure, hgroup, menu								{ display: block; }

h1, h2, h3, h4, h5, h6										{ font-size: 100%; font-weight: normal; }
del, ins													{ text-decoration: none; }
ol, ul														{ list-style: none; }
nav ul														{ list-style-type: none; }
table														{ border-collapse: separate; *border-collapse: collapse; border-spacing: 0; background-color: transparent; width: auto; height: auto; }
:focus														{ outline: 0; }
blockquote:before, blockquote:after, q:before, q:after		{ content: ""; }
blockquote, q												{ quotes: "" ""; }
input														{ margin: 0; }


/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u	{ font-family: inherit; font-size: 100%; font-weight: normal; font-style: normal; white-space: normal; vertical-align: baseline; text-decoration: inherit; text-align: left; color: inherit; margin: 0; padding: 0; border: 0; outline: 0; }
dir, menu													{ list-style: none; }
nobr														{ white-space: normal; }
blink														{ text-decoration: none; }
marquee														{ overflow: visible; }

/******************** Base ********************/
body											{ font-family: verdana, helvetica, arial, sans-serif; font-size: 11px; line-height: 1.5; background: #bbb09e url(images/tile.jpg) repeat; color: #463823; }
h1, h2, h3, h4, h5, h6							{ line-height: 1.2; }
h4, h5, h6										{ font-weight: bold; }
b, strong, caption, th, thead, dt, legend		{ font-weight: bold; }
cite, dfn, em, i								{ font-style: italic; }
code, kbd, samp, pre, tt, var					{ font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6							{ word-spacing: -0.125em; }
a { color: #463823; text-decoration: none; }
a:hover { text-decoration: underline; }
p												{ word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; }
pre												{ white-space: pre; }
del												{ text-decoration: line-through; }
mark											{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins												{ color: #f00; }
small, sup, sub									{ font-size: 80%; }
big												{ font-size: 125%; line-height: 80%; }
abbr, acronym									{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub										{ line-height: 0; }
sup												{ vertical-align: super; }
sub												{ vertical-align: sub; }
blockquote										{ padding: 1.5em; }
hr												{ border: none; background: #ddd; width: 100%; }
ul, ol											{ margin-left: 1.5em; }
ul												{ list-style: disc outside; }
ol												{ list-style: decimal outside; }
/* input, select, button							{ cursor: pointer; } */
table											{ font: inherit; width: 100%; }
legend                    { *position: relative; *left: -7px; *top: -0.75em; }

/* html 5 */
article, aside, header, hgroup,
nav, section, footer							{ float: left; display: block; }
figure											{ display: block; }

/* Debug */
.debug											{ outline: solid gold 1px; }
.debug-background								{ background: rgba(255, 215, 0, 0.2) !important; }

/******************** Palco Reale - General ********************/

body {
  text-align: center;  /* Zentrierung im Internet Explorer */
}

div#main {
  position: relative;
  width: 970px;
  margin: 0 auto;
  padding: 0 15px;
  background: url(images/main_bg.png);
}

/******************** Palco Reale - Classes ********************/

.preis {
  color: #cc0066;
  font-size: 110%;
  font-weight: normal;
}

.preis.indent {
  padding-left: 9px;
}

.pink, .pink a {
  color: #cc0066;
}

.nopink {
  color: #463823;
}

.beige.quiet {
  color: #94836a;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.strong {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.left {
  float: left;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.headercenter {
  margin-left: 110px;
  margin-right: 110px;
}

.right {
  float: right;
}

.right.margin {
  margin: 0 0 10px 10px;
}

.left.margin {
  margin: 0 10px 10px 0;
}

.text-left {
  text-align: left;
  margin-left: 15px;
}

.text-center {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}

.text-right {
  text-align: right;
  margin-right: 15px;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.middle {
  vertical-align: middle;
}

.margin-top {
  margin-top: 8px;
}

.margin-top h3 {
  margin-top: 25px;
  margin-bottom: 0;
}

.margin-bottom {
  margin-bottom: 8px;
}

.margin-left {
  margin-left: 7px;
}

.margin-right {
  margin-right: 7px;
}

.no-margin-bottom, #contentrelated .no-margin-bottom, #contentmain .no-margin-bottom {
  margin-bottom: 0;
}

.padding-right {
  padding-right: 15px;
}

.no-padding-right, #contentrelated .no-padding-right, #contentmain .no-padding-right {
  padding-right: 0;
}

.hinweis {
  border: 1px solid #cc0066;
  padding: 1px;
  color: #cc0066;
}

.hinweis .bg {
  background: url(images/button_bg.gif) left center repeat-x;
  padding: 10px;
  color: white;
  font-weight: bold;
  font-size: 110%;
}

.hinweis .text {
  width: 600px;
  margin-left: 10px;
  margin-top: 2px;
}

.error {
  color: #cc0066;
  width: 140px;
  float: left;
  margin-left: 10px;
  padding: 0 0 0 23px;
  line-height: 1.2em;
  background: transparent url(images/warnung.gif) left top no-repeat;
}

.backlink a {
  float: right;
  background: url(images/pfeilchen_mag_l.gif) 0 center no-repeat;
  padding-left: 15px;
  margin: -1.5em 0 1.5em 0;
}

.minipfeil {
  padding-left: 10px;
  background: url(images/pfeil_mini_mag_r.png) left 3px no-repeat;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}

.display-inner {
  position: relative;
  display: inline;
}

.inner {
  display: none;
  position: absolute;
}

.display-inner:hover .inner {
  display: block
}

a.totop {
  display: block;
  height: 12px;
  margin: 0.5em 0 1.5em 0;
  border-bottom: 1px solid #cfc9b3;
  background: url(images/pfeil_mini_mag_o.png) right 0 no-repeat;
}

a.download {
  display: block;
  padding-left: 20px;
  background: url(images/download.gif) left 0 no-repeat;
  height: 15px;
}

a.print {
  display: block;
  padding-left: 20px;
  background: url(images/print.gif) left 0 no-repeat;
  height: 15px;
}

/******************** Palco Reale - tags ********************/

p {
  margin-bottom: 1em;
}

button, .button {
  width: auto;
  background: #cc0066 url(images/button_bg.gif) left center repeat-x;
  border: 1px solid #c94e77;
  padding: 0;
  margin: 0;
  color: white;
}

button::-moz-focus-inner{padding:0;border:none;}

button a, .button a, .button input {
  padding: 1px 23px 3px 7px;
  margin: 0;
  display: block;
  border: 1px solid white;
  background: url(images/pfeil_r.gif) right 4px no-repeat;
  color: white;
  height: 13px;
  text-decoration: none;
}

.button input {
  cursor: pointer;
  font-size: 11px;
  height: 19px;
}

button.back a, .button.back a, .button.back input {
  padding: 1px 7px 3px 23px;
  background: url(images/pfeil_l.gif) left 4px no-repeat;
}

/******************** Palco Reale - Headlines ********************/

a {
  color: #cc0066;
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: block;
  background: transparent url(images/pfeil_gross_r.png) right 0 no-repeat;
}

h1 {
  background-repeat: no-repeat;
  position: relative;
  text-indent: -999em;
  width: 100%;
  height: 33px;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  overflow: hidden;
}

h1.subtitle {
  margin-bottom: 3px;
}

h2 {
  background-repeat: no-repeat;
  text-indent: -999em;
  width: 100%;
  height: 18px;
  margin-bottom: 1em;
  overflow: hidden;
}

h3 {
  background-repeat: no-repeat;
  text-indent: -999em;
  width: 100%;
  height: 20px;
  margin-bottom: 1em;
  overflow: hidden;
}

h4 {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 1em;
  overflow: hidden;
}

h5 {
  line-height: 1.5em;
  margin-top: 1em;
}

.home h2, .home h3, .home h4, .home .color {
  color: #ce4f7a;
}

.idee h2, .idee h3, .idee h4, idee .color {
  color: #aebd22;
}

.reise h2, .reise h3, .reise h4, .reise .color {
  color: #559ac3;
}

.zusatz h2, .zusatz h3, .zusatz h4, .zusatz .color {
  color: #a6a5cf;
}

.fragen h2, .fragen h3, .fragen h4, .fragen .color {
  color: #c796c5;
}

.service h2, .service h3, .service h4, .service .color {
  color: #fcaf3b;
}

.kontakt h2, .kontakt h3, .kontakt h4, .kontakt .color {
  color: #ce4f7a;
}


.beige h2, .beige h3, .beige h4 {
  color: rgb(70, 56, 35);
}



/******************** Palco Reale - Header ********************/

#header {
  padding: 10px;
}

#headernav {
  height: 12px;
  padding: 4px 0 5px 0;
  margin: 0 10px 10px 10px;
  background-color: #e0d6c7;
  text-align: justify;
  position: relative;
  z-index: 20;
}

#headernav table {
  width: 100%;
  color: #463823;
  border-collapse: separate;
  display: block;
}

#headernav td {
  text-align: center;
  padding: 0 1px 4px 1px;
  line-height: 12px;
  position: relative;
  background: url(images/headernav_trenner.gif) left top no-repeat;
  border: 0;
}

#headernav td:first-child {
  background: none;
}

#headernav td .headernavsub.open {
  display: block;
}

div.headernavsub {
  display: none;
  position: relative;
  margin: 4px 0 0 -1px;
  z-index: 100;
  padding-top: 10px;
}

td.home {
  width: 74px;
}

td.home div.headernavsub {
  background-color: #d7678d;
  background-color: rgba(215, 103, 141, 0.9);
  *background-color: #d7678d;
}

td.home div.headernavsub a:hover {
  background-color: #ce4f7a;
  background-color: rgba(206, 79, 122, 1.0);
  *background-color: #ce4f7a;
}

td.idee {
  width: 165px;
}

td.idee div.headernavsub {
  background-color: #aebd22;
  background-color: rgba(174, 189, 34, 0.9);
  *background-color: #aebd22;
}

td.idee div.headernavsub a:hover {
  background-color: #899c04;
  background-color: rgba(137, 156, 4, 1.0);
  *background-color: #899c04;
}

td.reise {
  width: 131px;
}

td.reise div.headernavsub {
  background-color: #559ac3;
  background-color: rgba(85, 154, 195, 0.9);
  *background-color: #559ac3;
}

td.reise div.headernavsub a:hover {
  background-color: #347eab;
  background-color: rgba(52, 126, 171, 1.0);
  *background-color: #347eab;
}

td.zusatz {
  width: 158px;
}

td.zusatz div.headernavsub {
  background-color: #a6a5cf;
  background-color: rgba(166, 165, 207, 0.9);
  *background-color: #a6a5cf;
}

td.zusatz div.headernavsub a:hover {
  background-color: #7272a8;
  background-color: rgba(114, 114, 168, 1.0);
  *background-color: #7272a8;
}

td.fragen {
  width: 180px;
}

td.fragen div.headernavsub {
  background-color: #c796c5;
  background-color: rgba(199, 150, 197, 0.9);
  *background-color: #c796c5;
}

td.fragen div.headernavsub a:hover {
  background-color: #a669a4;
  background-color: rgba(166, 105, 164, 1.0);
  *background-color: #a669a4;
}

td.service {
  width: 135px;
}

td.service div.headernavsub {
  background-color: #fcaf3b;
  background-color: rgba(252, 175, 59, 0.9);
  *background-color: #fcaf3b;
}

td.service div.headernavsub a:hover {
  background-color: #ed9100;
  background-color: rgba(237, 145, 0, 1.0);
  *background-color: #ed9100;
}

td.kontakt {
  width: 94px;
}

td.kontakt div.headernavsub {
  background-color: #d7678d;
  background-color: rgba(215, 103, 141, 0.9);
  *background-color: #d7678d;
}

td.kontakt div.headernavsub a:hover {
  background-color: #ce4f7a;
  background-color: rgba(206, 79, 122, 1.0);
  *background-color: #ce4f7a;
}


.headernavsub ul {
  list-style: none;
  margin: 0;
}

.headernavsub li {
  list-style: none;
}

.headernavsub a {
  display: block;
  background: url(images/pfeilchen_r.gif) 9px center no-repeat;
  padding: 5px 5px 5px 25px;
  color: white;
  text-decoration: none;
}

/******************** Palco Reale - Section Menu ********************/

ul.csc-menu-3 {
  border-top: 1px solid #cfc9b3;
  margin: 1em 0 2em 0;
}

li.csc-section {
  list-style: none;
  border-bottom: 1px solid #cfc9b3;
  background: url(images/pfeil_mini_mag_r.png) left 8px no-repeat;
  padding: 3px 0 3px 15px;
}

.csc-section a {
  color: #463823;
  text-decoration: none;
}

/******************** Palco Reale - Image ********************/

#image {
  background-color: black;
  margin: 10px;
  position: relative;
  width: 950px;
  height: 420px;
  overflow: hidden;
}

#image.halfheight {
  height: 200px;
}

#image .caption {
  display: block;
  position: absolute;
  width: 950px;
  height: 200px;
  z-index: 5;
  left: 0;
  top: 225px;
  background: transparent url(images/abdunkler.png) 0 0 no-repeat;
}

#image .fotograf {
  display: block;
  position: absolute;
  right: 0;
  top: 400px;
  color: #ccc;
  font-size: 9px;
  z-index: 6;
  text-align: right;
  padding-right: 10px;
}

#image .caption h5 {
  display: block;
  position: absolute;
  width: 920px;
  height: 20px;
  top: 160px;
  left: 15px;
  text-indent: -999em;
}

#image .imagefade {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#image .imagefade.current {
  display: block;
}

#imageinside {
  width: 210px;
  height: 420px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 720px;
}

#imageinside .hr {
  background: transparent url(images/imageinside_hr.png) center top no-repeat;
  height: 1px;
  width: 210px;
  border: 0;
  border-style: none;
  padding: 0;
  margin: 0 auto;
}

#imageinsidetop {
  background: url(images/imageinside_top.png) center top no-repeat;
  width: 210px;
  height: 20px;
}

.imageinsideitem {
  background: url(images/imageinside.png) center top repeat-y;
  z-index: 10;
  width: 164px;
  padding: 8px 23px 8px 23px;
}

.imageinsideitem img {
  display: block;
}

.imageinsideitem.first {
  padding-top: 0;
}

.imageinsideitem.last {
  padding-bottom: 0;
}

.imageinsideitem .slidedown {
  color: #463823;
  display: none;
  font-size: 11px;
  line-height: 1.2em;
}

.imageinsideitem .slidedown a {
  color: #463823;
  text-decoration: none;
}

.imageinsideitem .slidedown a.pfeil {
  display: block;
  float: right;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  background: url(images/pfeil_mag_r.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999em;
}

.imageinsideitem .slidedown h2 {
  margin: 8px 0 0 0;
}

.imageinsideitem .slidedown.current {
  display: block;
}

#imageinsidebottom {
  background: url(images/imageinside_bottom.png) center top no-repeat;
  width: 210px;
  height: 20px;
}

#imagebrowser {
  background: url(images/imagebrowser_bg.png) repeat;
  width: 440px;
  height: 82px;
  position: absolute;
  z-index: 10;
  top: 300px;
  left: 59px;
  overflow: hidden;
}

#imagebrowser ul, #imagebrowser li {
  margin: 0;
	list-style: none;
}

#imagebrowser li {
  width: 108px;
  height: 81px;
  float: left;
  z-index: 10;
}

#imagebrowser li img {
  margin: 8px 0 8px 8px;
}

#imagebrowsernext, #imagebrowserprev {
  background: url(images/imagebrowser_bg.png) repeat;
  display: block;
  position: absolute;
  top: 300px;
  z-index: 100;
  width: 42px;
  height: 82px;
}

#imagebrowsernext {
  left: 500px;
}

#imagebrowserprev {
  left: 16px;
}

#imagebrowsernext a, #imagebrowserprev a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 42px;
  height: 82px;
  text-indent: -999em;
}

#imagebrowsernext a {
  background: url(images/imagebrowser_next.png) no-repeat 0 0;
}

#imagebrowserprev a {
  background: url(images/imagebrowser_prev.png) no-repeat 0 0;
}

#imagedescription {
  z-index: 20;
  width: 339px;
  height: 450px;
  position: absolute;
  left: 923px;
}

#imagedescriptionlabel {
  float: left;
  width: 27px;
  height: 161px;
  margin-top: 30px;
}

#imagedescriptionlabel.stadt {
  background: url(images/imagedescription_stadt_zu.png);
}

#imagedescriptionlabel.hotel {
  background: url(images/imagedescription_hotel_zu.png);
}

#imagedescriptionlabel:hover {
  cursor: pointer;
}

.open #imagedescriptionlabel.stadt {
  background: url(images/imagedescription_stadt_auf.png);
}

.open #imagedescriptionlabel.hotel {
  background: url(images/imagedescription_hotel_auf.png);
}

#imagedescriptioncontent {
  color: rgb(52, 126, 171);
  float: left;
  width: 282px;
  height: 390px;
  padding: 15px 10px 15px 15px;
  background: url(images/imagebrowser_bg.png) repeat;
}

#imagedescriptioncontent .scroll-pane {
  overflow: hidden;
  position: relative;
  width: 262px;
  height: 390px;
}

/******************** Palco Reale - Google Maps ********************/


.h_fenster {
  white-space: nowrap;
  background-color:#2879B8;
  color:#fff;   
  font-family:verdana,arial,sans-serif;
  border:1px #1B517B solid;
  font-size:11px;
  padding: 3px;
  min-width: 50px;
  max-width: 300px;
}

.o_fenster {
  white-space: nowrap;
  background-color:#FCAF3B;
  color:#fff;   
  font-family:verdana,arial,sans-serif;
  border:1px #F19409 solid;
  font-size:11px;
  padding: 3px;
  min-width: 50px;
  max-width: 300px;
}

.s_fenster {
  white-space: nowrap;
  background-color:#D7678D;
  color:#fff;   
  font-family:verdana,arial,sans-serif;
  border:1px #D15077 solid;
  font-size:11px;
  padding: 3px;
  min-width: 50px;
  max-width: 300px;
}

/******************** Palco Reale - Tooltip ********************/

.tooltip {
  position: relative;
}

.tooltip div {
  position: absolute;
  left: 0;
  top: 20px;
  width: 280px;
  padding: 5px 10px;
  display: none;
  z-index: 100;
  color: white;
}

.reise .tooltip div {
  background-color: #559ac3;
  border: 1px solid #317fad;
}

.service .tooltip div {
  background-color: #fcaf3b;
  border: 1px solid #ed9100;
}

/******************** Palco Reale - jScrollPane ********************/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: 1px solid #337eab;
	border-bottom: 0;
  border-top: 0;
	padding: 1px;
	width: 13px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #337eab;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp, a.jScrollArrowDown {
  border: 1px solid #337eab;
  width: 13px;
  height: 14px;
  padding: 1px;
  right: 0;
  display: block;
  position: absolute;
  z-index: 1;
  text-indent: -2000px;
  overflow: hidden;
}

a.jScrollArrowUp {
  border-bottom: 0;
	top: 0;
	background: transparent url(images/scroll_up.png) 1px 1px no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
  border-top: 0;
	bottom: 0;
	background: url(images/scroll_dn.png) 1px 4px no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/******************** Palco Reale - Content ********************/

#shadow {
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  display: block;
  height: 20px;
  background: url(images/main_hr.gif) top left no-repeat;
}

#content {
  background: url(images/content_bg.gif) repeat-y;
  display: block;
  min-height: 250px;
  float: none;
  clear: left;
  padding: 0 10px 25px 25px;
}

#contentmain {
  width: 660px;
  margin-right: 45px;
  float: left;
}

#contentmain hr {
  margin: 2.5em 0;
  height: 1px;
  width: 100%;
  background-color: #d2c5b2;
  color: #d2c5b2;
  border: 0;
}

#contentmain hr.programm {
  width: 98%;
  margin: 2em auto;
  height: 1px;
  background-color: white;
  color: white;
  border: 0;
}

#contentrelated {
  width: 230px;
  float: left;
}

.musikprogramm-float {
  width: 310px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

/******************** Palco Reale - Tables ********************/

table {
  width: 100%;
  clear: both;
}

table.fixed {
  width: 660px;
}

thead td {
  font-weight: normal;
}

th, td {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  vertical-align: top;
}

th.last, td.last {
  border-right: 0;
}

tr.last th, tr.last td {
  border-bottom: 0;
}

tbody td {
  padding: 10px;
}

thead td, thead th {
  padding: 4px 9px;
  vertical-align: middle;
}

.service th {
  background-color: #fdd597;
}

.service td {
  background-color: #feeed5;
}

.service th.dark, .service td.dark {
  background-color: #faaf3a;
  color: white;
}

.reise th {
  background-color: #b1d4e8;
}

.reise td {
  background-color: #dceef7;
}

.reise th.dark, .reise td.dark {
  background-color: #559ac2;
  color: white;
}

th.beige {
  background-color: #e0d6c7;
}

td.beige {
  background-color: #f1ede6;
}

th.darkbeige, td.darkbeige {
  background-color: #e0d6c7;
}

.theadslide {
  display: block;
  position: relative;
}

.theadslide:hover {
  cursor: pointer;
}

.tbodyslide {
  display: none;
  position: relative;
}

.tbodyslide.open {
  display: block;
}

.leftcol {
  width: 261px;
}

.rightcol {
  width: 357px;
  border-right: 0;
}

.top {
  vertical-align: top;
}

.thnr {
  width: 16px;
  padding-left: 5px;
  padding-right: 5px;
}

.thnr.darkbeige {
  color: white;
}

.thhead {
  width: 235px;
}

.thdesc {
  width: 243px;
}

.thprice {
  width: 80px;
  padding-right: 0;
}

.thpfeil {
  background: url(images/button_bg.gif) left center repeat-x;
  width: 13px;
  padding: 5px;
  border-right: 0;
}

.thpfeil div {
  width: 13px;
  height: 13px;
  background: url(images/pfeil_gross_r.png) 0 0 no-repeat;
}

.open .thpfeil div {
  background: url(images/pfeil_gross_u.png) 0 0 no-repeat;
}

.open .plain .thpfeil div {
  background: url(images/pfeil_gross_r.png) 0 0 no-repeat;
}

.open .plain .open .thpfeil div {
  background: url(images/pfeil_gross_u.png) 0 0 no-repeat;
}

th.thmonat {
  background-color: #e0d6c7;
  width: 500px;
  height: 50px;
  vertical-align: bottom;
  border-right: 0;
}

td.thmonat {
  background-color: #e0d6c7;
  width: 95px;
  height: 45px;
  padding-bottom: 9px;
  padding-right: 15px;
  vertical-align: bottom;
  text-align: right;
}

.thmonat h3 {
  margin-bottom: 5px;
}

td.plain {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.reise .uni {
  width: 640px;
  background-color: #dceef7;
  padding: 10px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.uni .color {
  font-weight: bold;
}

.uni.beige {
  background-color: #f1ede6;
}

.row.beige {
  background-color: #f1ede6;
  padding: 1px 5px;
  margin-bottom: 2px;
}

.pink .uni {
  background-color: #f7e1e8;
  margin: 0;
}

.element .uni {
  width: 217px;
  padding: 0 0 8px 7px; 
}

.uni.no-padding {
  width: 660px;
  padding: 0;
}

.uni.no-padding th {
  padding-left: 10px;
}

.uni td, .uni th, .uni tbody td, .uni tbody th {
  vertical-align: top;
  background-color: transparent;
  border: 0;
  padding: 2px 20px 2px 0;
}

.uni td.first, uni th.first {
  padding-left: 8px;
}

.element .uni td, .element .uni th, .element .uni tbody td, .element .uni tbody th {
  padding-right: 7px;
}

.pink .uni th {
  color: #463823;
}

.uni.beige thead th, .uni.beige legend {
  width: 644px;
  border: 0;
  border-bottom: 2px solid white;
  background-color: #e0d6c7;
  padding: 2px 8px;
}

.unileft {
  width: 185px;
}

.uniright {
  width: 430px;
}

.top5 td, .top5 th {
  padding: 3px 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #d1c6b4;
  background-color: #f1ede6;
}

.top5 td {
  padding-top: 0;
  text-align: right;
}

.top5 td.text-left {
  text-align: left;
}

.top5 th.wide {
  border-top: 1px solid #d1c6b4;
  padding: 3px 8px 0 0;
}

.top5 .first td, .top5 .first th, .top5 .first th.wide {
  border-top: 0;
}

.top5 a {
  text-decoration: none;
}

.top5 th a {
  color: #463823;
}

td.half-left, th.half-left, tbody td.half-left, tbody td.half-left {
  width: 309px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 10px 8px;
}

td.half-right, th.half-right, tbody td.half-right, tbody td.half-right {
  width: 309px;
  border-bottom: 2px solid white;
  padding: 10px 8px;
}

tr.margin-top td, tr.margin-top th {
  padding-top: 1em;
}

tr.margin-bottom td, tr.margin-bottom th {
  padding-bottom: 1em;
}

hr.table, #contentmain hr.table {
  height: 1px;
  margin: 5px 0;
  padding: 0;
}

/******************** Palco Reale - Forms ********************/

.reise fieldset.uni {
  width: 100%;
  padding: 0;
}

fieldset ol {   
  padding: 1em 10px 0 10px;
  margin: 0;   
  list-style: none;  
}

fieldset div.wrap {
  padding: 8px 10px;
}

fieldset li, .csc-mailform-field, .csc-mailform-label {   
  padding-bottom: 6px;
  float: left;
  clear: left;
  width: 100%;
}

fieldset label {
  float: left;
  font-weight: bold;
  width: 120px;
  padding-right: 9px;
}

.csc-mailform-field label {
  width: 200px;
}

fieldset .labelpad {
  padding-left: 129px;
}

fieldset .labelpad label, fieldset label.wide {
  width: auto;
  max-width: 610px;
}

fieldset input, fieldset textarea {
  border: 1px solid #bbb09e;
  padding: 1px 5px;
  color: #559ac2;
  float: left;
  width: 290px;
  height: 14px;
  margin-right: 4px;
}

fieldset input.csc-mailform-submit {
  padding: 1px 23px 3px 7px;
  margin: 0;
  display: block;
  border: 1px solid white;
  background: url(images/pfeil_r.gif) right 4px no-repeat;
  color: white;
  cursor: pointer;
  font-size: 11px;
  height: 19px;
  text-decoration: none;
  width: auto;
  float: none;
}

fieldset textarea {
  height: auto;
}

fieldset .checkbox, fieldset .csc-mailform-radio, fieldset .csc-mailform-check {
  border: 0;
  width: auto;
}

fieldset .half {
  width: 137px;
}

fieldset .third {
  width: 87px;
}

fieldset .twothirds {
  width: 187px;
}

fieldset .narrow {
  width: 20px;
}

fieldset .four {
  width: 440px;
  padding-right: 5px;
}

.relatedformfield {
  display: block;
  clear: both;
  width: 210px;
  margin-left: 7px;
  height: 20px;
}

.relatedformfield input {
  width: 198px;
}


/******************** Palco Reale - Content Related ********************/

.elementwrap {
  border: 1px solid #d1c6b4;
  background: #f1ede6;
  margin-bottom: 15px;
}

.elementwrap.pink {
  border-color: #d6678d;
  background-color: #f7e1e8;
}

.elementwrap.pink.lightpink {
  border-color: #eab3c6;
}

.element {
  border: 2px solid white;
}

.element .header {
  background-color: #e0d6c7;
  border: 0;
  padding: 5px 7px 0 7px;
  height: 18px;
  margin: 0;
  overflow: hidden;
}

.pink .element .header {
  background-color: #d6678d;
}

.pink.lightpink .element .header {
  background-color: #eab3c6;
}

.element img {
  display: block;
  margin-top: 0;
}

.combileft img {
  margin-top: 0;
  display: block;
}

td.combileft, th.combileft {
  border-right: 2px solid white;
}

th.combileft {
  width: 259px;
  padding: 0 9px;
}

th.combileft h3 {
  margin-top: 4px;
  margin-bottom: 0;
  height: 18px;
}

th.combiright {
  width: 354px;
  background-color: #dceef7;
  border-bottom: 2px solid white;
  border-right: 0;
}

td.combileft {
  width: 277px;
  height: 161px;
  padding: 0;
  background: none;
}

td.combiright {
  width: 354px;
  height: 169px;
  border-right: 0;
  border-bottom: 0;
  background: none;
  padding-bottom: 0;
}

td.combiright h3 {
  margin-top: 1px;
  margin-bottom: 8px;
}

td.combiright li {
  margin-bottom: 2px;
}

td.blockheight {
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
}

.reise .elementwrap.big {
  border-color: #a8cfe6;
}

.reise .big .element .header {
  position: relative;
  background-color: #b1d4e8;
}

#contentmain .elementwrap {
  width: 208px;
  float: left;
  margin-right: 15px;
  margin-top: 25px;
  margin-bottom: 0;
}

#contentmain .elementwrap.last, #contentmain .elementwrap.half.last {
  margin-right: 0;
}

#contentmain .elementwrap.big, #contentmain .elementwrap.combi {
  width: 658px;
  clear: left;
  float: none;
  margin-right: 0;
}

#contentmain .elementwrap.big.half {
  clear: none;
  float: left;
}

#contentmain .elementwrap.big {
  margin-bottom: 0;
}

#contentmain .elementwrap.half {
  width: 321px;
  margin-right: 14px;
}

#contentmain .element {
  background: url(images/block_beige.gif) bottom repeat-x;
}

#contentmain .elementwrap.pink .element {
  background: url(images/block_pink.gif) bottom repeat-x;
}

.reise #contentmain .big .element {
  background-image: url(images/block_blau.gif);
  background-color: #dceef7;
}

#contentrelated .element .header {
  margin-bottom: 8px;
}

.element .header.bottom, #contentrelated .element .header.bottom {
  margin-bottom: 0;
  margin-top: 1px;
}

.element .header .nav {
  padding-right: 24px;
}

.home .element .header.nav {
  background: #e0d6c7 url(images/pfeil_home.gif) right top no-repeat;
}

.idee .element .header.nav {
  background: #e0d6c7 url(images/pfeil_idee.gif) right top no-repeat;
}

.reise .element .header.nav {
  background: #e0d6c7 url(images/pfeil_reise.gif) right top no-repeat;
}

.zusatz .element .header.nav {
  background: #e0d6c7 url(images/pfeil_zusatz.gif) right top no-repeat;
}

.fragen .element .header.nav {
  background: #e0d6c7 url(images/pfeil_fragen.gif) right top no-repeat;
}

.service .element .header.nav {
  background: #e0d6c7 url(images/pfeil_service.gif) right top no-repeat;
}

.kontakt .element .header.nav {
  background: #e0d6c7 url(images/pfeil_kontakt.gif) right top no-repeat;
}

.pinkwrap {
  background-color: #e294af;
  width: 660px;
  margin: 25px 0 0 0;
}

.whitewrap {
  width: 309px;
  float: left;
  margin: 6px 0 6px 6px;
  border: 1px solid #d6678d;
  background-color: white;
  padding: 5px;
}

.whitewrap .element .header {
  height: 24px;
  background-color: #dceef7;
  padding-top: 6px;
}

#contentmain .whitewrap .element {
  background-image: url(images/block_blau.gif);
  background-color: #dceef7;
}

#contentrelated ul {
  margin: 8px 0;
}

#contentrelated li {
  margin: 0;
  list-style: none;
}

#contentrelated li a {
  display: block;
  background: url(images/pfeil_mini_mag_r.png) 7px 5px no-repeat;
  padding-left: 27px;
  text-decoration: none;
  color: #463823;
}

#contentrelated li.active a, #contentrelated li:hover a {
  color: white;
  background: #cf4f7b url(images/pfeil_mini_r.png) 7px 5px no-repeat;
  text-decoration: none;
}

#contentrelated li.active ul li a{
  background: transparent url(images/pfeil_mini_mag_r.png) 27px 5px no-repeat;
  color: #463823;
  padding-left: 47px;
}

#contentrelated li.active ul li.active a, #contentrelated li.active ul li:hover a {
  color: white;
  background: #cf4f7b url(images/pfeil_mini_r.png) 27px 5px no-repeat;
}

.element .wrap {
  margin-left: 7px;
  margin-right: 7px;
}

.wrap.height {
  margin-top: 8px;
  height: 138px;
}

#contentrelated h5, .element h5 {
  margin: 1em 7px 0 7px;
}

#contentrelated p, .element p {
  margin: 0 7px 8px 7px;
}

#contentrelated .foldout {
  cursor: pointer;
  color: #7f7567;
  margin: 0 0 8px 0;
  width: 210px;
  height: 19px;
  border: 1px solid #bbb09e;
  position: relative;
  background-color: white;
}

#contentrelated .foldoutfirst {
  background: url(images/foldout_bg.png) right top no-repeat;
  padding: 2px 20px 2px 7px;
}

#contentrelated .foldout .ul {
  width: 210px;
  display: none;
  position: absolute;
  top: 18px;
  left: -1px;
  border: 1px solid #bbb09e;
  border-top-color: white;
  margin: 0;
  padding: 0;
  background: white;
}

#contentrelated .foldout .ul.open {
  display: block;
}

#contentrelated .foldout li {
  background: white;
  padding-left: 7px;
}

#contentrelated .foldout li a {
  color: #7f7567;
  text-decoration: none;
}

#contentrelated .foldout li a:hover {
  color: white;
}

.element hr, #contentmain .element hr {
  margin: 8px 0;
  background: #d1c6b4;
  border: 0;
  height: 1px;
}

/******************** Palco Reale - Footer ********************/

#footer {
  position: relative;
  clear: both;
  height: 14px;
  width: 970px;
  margin: 0 auto;
  padding: 17px 15px 28px 15px;
  background: url(images/footer_bg.png) center bottom no-repeat;
  text-align: center;
}

#footer a {
  color: #463823;
  text-decoration: none;
}

#footer ul {
  list-style: none;
  display: inline;
}

#footer ul li {
  list-style: none;
  display: inline;
}

.footersep {
  padding: 0 11px;
}


/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

#makeMeScrollable {
  position: relative;
  width: 950px;
  height: 420px;
  overflow: hidden;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 15%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(images/smooth/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 3;
	left: 0;
	/*  When positioning the mouse over one of the hot spots, the cursor should change.
	I've noticed that this varies from browser to browser though. */
	cursor: url(images/smooth/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(images/smooth/arrow_left.png);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.25; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.25; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 25); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 15%;
	height: 100%;
	background-image: url(images/smooth/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 3;
	right: 0;
	cursor: url(images/smooth/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(images/smooth/arrow_right.png);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.25;
	filter: alpha(opacity = 25);
	-moz-opacity: 0.25;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

div.scrollableArea *
	{
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
	}