body {
	background-image: url(images/hintergrund-body.gif);
        background-color: #ffffff;
        background-repeat: repeat-x;
        background-position: top;
	font: 0.9em "Helvetica", "Arial", sans-serif;
}
#headline {
	font: sans-serif 16px;
	text-align: center;
	margin: 20px;
}
img.shot {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
h1 {
  z-index: 1;
  font: 2em "Georgia", "Times New Roman", serif;
  color: #7f00ff;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  margin-top:1.6em;
  position: relative;
  padding-right: 10px;
}
#bb-bubble p {
  z-index: 1;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  font: 0.9em "Helvetica", "Arial", sans-serif;
  color: #1A1917;
}
#bb-bubble {
  position: absolute;
  text-align: center;
}
#bb-bubble-handle {
  cursor: move;
}
