@charset "UTF-8";

/* Layout */
#print {
  display: none;
}
body,
body#tinymce.mceContentBody {
  background: #ffffff;
  color: #363636;
  font-family: 'Helvetica Neue', helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 15px;
}

#sitecontainer {
	height: 1260px;
	width: 1250px;
  margin-top: 40px;
  margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main {
  width: 1150px;
  height: 910px;
  padding: 0px 50px 20px 50px;
  background: url('container-middle.jpg') repeat-y left top;
  background-color: #F3F3F3;
  background-position: 0px -310px;
}

#container {
	float: left;
	width: 270px;
	height: 910px;
}
#container + #container {
  margin: 0px 0px 0px 20px;
}

.containerText {
	width: 270px;
	height: 290px;
  float: left;
  margin: 0px;
  margin-top: 20px;
}

.containerMap {
  position: relative;
  width: 860px;
  height: 910px;
  text-align: right;
}

/* Header */
#header {
  width: 1150px;
  height: 290px;
  background: url('container-header.jpg') no-repeat left top;
  padding: 0px 50px 0px 50px;
}
#header .containerText {
  height: 270px;
}
#header .containerText + .containerText {
  margin-left: 20px;
  width: 470px;
}

#header #headerRechts {
  float: right;
  margin-top: 20px;
  height: 250px;
  width: 300px;
}

/* Footer */
#footer {
  width: 1150px;
  height: 310px;
  background: url('container-footer.jpg') no-repeat left top;
  padding: 0px 50px 20px 50px;
}
#footer .containerText + .containerText {
  margin-left: 20px;
  width: 410px;
}

/**
body .highslide-container {
  position: fixed !important;
}
**/
body .celanim_overlay_wrapper .highslide-html {
  background: white;
}

body .highslide-container .highslide-dimming {
  opacity : 0.4 !important;
}

body .highslide-html .highslide-body iframe {
  overflow: auto;
  overflow-x: hidden;
}

/* Menü */
#header ul,
#header ul > li {
  margin: 0px;
  padding: 0px;
  display: inline;
  padding-right: 5px;
}
#header ul > li + li {
  border-left: 1px solid #898B8D;
  padding-left: 5px;
}
#header ul > li:last {
  padding-right: 0px;
}


/* Overlay */
.draggable-header .highslide-header {
	border-bottom: 0px solid white !important;
}

/** Spenden Page specials **/
.info-text {
margin-top: 10px;
}

.info-text p {
color: #898B8D;
padding-bottom: 10px !important;
margin-top: -4px !important;
}
.info-text p strong {
font-weight: bold;
color: black;
}

#sitecontainer  div#spendenStandCell {
  margin-top: 13px;
}
#sitecontainer div#spendenStandCell h2 {
  color:#898B8D;
}
#sitecontainer .sumDonations {
  color: #363636;
  font-size: 18px;
  line-height: 20px;
}
.eyecatcher {
  margin-top: 15px;
  background-color:  #A6E134;
  margin-left: -35px;
  font-size: 0;
  line-height: 0;
}
.eyecatcher form p.shanenigans {
  font-size: 16px !important;
  font-weight: bold;
  margin: 0 !important;
  padding: 12px 0 12px 19px !important;
}

.eyecatcher img {
  position: relative;
  top: -12px;
  font-size: 1px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  /** remove it from the flow with floating, otherwise FF and Chrome spare space for the img **/
  float: left;
}

.park-button {
background-color: transparent;
  border: none;
  width: auto;
  overflow: visible;
  font-size: 18px;
  color: #FFF;
  padding: 0px 3px;  
  border-radius: 4px; 
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  font-weight: bold; 

}

.default {
color: #888;
font-size: 14px;
font-weight: bold;
width: 40px !important;
}

.park-button:hover {

cursor: pointer;
color: #707826;
}

.text-shadow {
text-shadow: 1px -1px -1px #888, 0 0 4px white, 0 0 -7.8px #CCC !important;
moz-text-shadow: 1px -1px -1px #888, 0 0 4px white, 0 0 -7.8px #CCC !important;
}

.containerMap #spendenStandMapOverlay {
  position: absolute;
  bottom: 90px;
  background: lightgray;
  opacity: 0.7;
  height: 28px;
  padding: 10px;
  left: 32px;
  font-weight: bold;
}

.containerMap #spendenStandMapOverlay h2 {
  font-size: 22px;
  line-height: 28px;
  color:#464646;
  margin: 0px;
  padding: 0px;
}

#sitecontainer .containerMap #spendenStandMapOverlay h2 .sumDonations {
  color: black;
  font-size: 26px;
  line-height: 28px;
}

.stiftPreisOverlay,
.spendenOverlay {
  z-index: 2;
}

/** yui overlay **/
#yuiOverlayContainer {
  height: 480px;
  overflow: auto;
}

body div.mask {
  background-color: black;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity = 60);
  display: none;
  top: 0px;
  left: 0px;
  z-index: 99;
}