/*
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-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; 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;
}

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

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

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

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

.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;
}

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

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

.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;
}

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

.inner {
  display: none;
}

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

p {
  margin-bottom: 1em;
}

button, .button {
  display: none;
}

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

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

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 {
  display: none;
}


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

#image {
  display: none;
}


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

#shadow {
  margin: 0;
  padding: 0;
  border: 0;
  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: 90%;
  margin: 2em auto;
  height: 2px;
  background-color: white;
  color: white;
  border: 0;
}

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

/******************** 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: block;
  position: relative;
}

.leftcol {
  width: 261px;
}

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

.top {
  vertical-align: top;
}

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

.thhead {
  width: 235px;
}

.thdesc {
  width: 248px;
}

.thprice {
  width: 75px;
  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;
}

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

th.thmonat {
  background-color: #e0d6c7;
  width: 617px;
}

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 {
  margin: 0 8px;
}

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

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

.top5 th, .top5 td.first {
  width: 130px;
}

.top5 th.wide {
  width: 210px;
  border-bottom: 0;
  padding: 0 8px 0 0;
}

.top5 td {
  width: 80px;
}

.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;
}

tr.summe td, tr.summe th {
  border-top: 1px solid #cf4f7b;
}

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

.reise fieldset.uni {
  padding: 0;
}

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

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

fieldset li {   
  padding-bottom: 6px;
  float: left;
  clear: left;
  width: 100%;
}

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

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 textarea {
  height: auto;
}

fieldset .checkbox {
  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;
}

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

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

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

.element {
  border: 2px solid white;
}

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

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

.element img {
  margin-top: -2px;
}

table.element {
  width: 654px;
}

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

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

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

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

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

td.combileft {
  width: 278px;
  height: 161px;
  padding: 0;
  background: none;
  border-bottom: 0;
}

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

td.combiright h3 {
  margin-bottom: 0;
}

.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 {
  margin-right: 0;
}

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

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

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

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

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

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

.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: 25px;
  background-color: #dceef7;
}

#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;
}

#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 7px 8px 7px;
  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;
  z-index: 10;
  border: 1px solid #bbb09e;
  border-top-color: white;
  margin: 0;
}

#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 7px;
  background: #d1c6b4;
  border: 0;
  height: 1px;
}

.tooltip {
  display: none;
}

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

#footer {
  display: none;
}
