.demo {
  display: none;
}

html {
  
}

body {
	font-family: Arial;
	color: black;
  margin: 0; padding: 0;
  height: 100%;
  
  background-color: white;
}

h1, h2, h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

a, a:link, a:active, a:visited {
  color: black;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.hidden {
  display: none;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

#topBar {
  height: 16px;
  font-size: x-small;
  text-align: right;
  border-bottom: 1px dashed #555;
  background-color: #efefef;
}

#outerBox {
  background-color: white;
}

#pageBox {
  width: 936px;
  height: 686px;
  
  background-color: white;
  margin: 0 auto;
  margin-top: 32px;
}

#pbLogo {
  width: 936px;
  height: 93px;
  margin: 0; padding: 0;
  display: block;
  font-size: 0px;
  background: white url("../images/pagebox_logo.jpg") no-repeat;
}

#pbNavL {
  width: 28px;
  height: 22px;
  float: left;
  margin-right: -3px;
	padding: 0;
  background: white url("../images/pagebox_l.gif") repeat-y;
}

#pbNavR {
  width: 29px;
  height: 22px;
  float: right;
  margin-left: -3px;
	padding: 0;
	background: white url("../images/pagebox_r.gif") repeat-y;
}

#pbNavC {
  margin: 0 26px 0 25px;
  padding: 0;
  height: 22px;
  background-color: white;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  line-height: 22px;
  font-size: 0.8em;
}

.navlist {
  width: auto;
  margin: 0;
	padding: 0;
	white-space: nowrap;
}

.navlist li {
  width: auto;
  display: inline;
	list-style-type: none;
}

.navlink {
  float: left;
  margin-right: 43px;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
}

.navlink_r {
  float: right;
  font-size: 1em;
  font-weight: normal;
}

#pbLineC {
  margin: 0 26px 0 25px;
  height: 1px;
  line-height: 0px;
  font-size: 1px;
  background-color: #CFE118;
}

#pbLineL {
  width: 28px;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  float: left;
  margin-right: -3px;
	padding: 0;
  background: #CFE118 url("../images/pagebox_linel.gif") no-repeat;
}

#pbLineR {
  width: 29px;
  height: 1px;
	font-size: 1px;
	line-height: 0px;
  float: right;
  margin-left: -3px;
	padding: 0;
  background: #CFE118 url("../images/pagebox_liner.gif") no-repeat;
}

#pbMainL {
  width: 28px;
  height: 508px;
  float: left;
  clear: left;
  margin-right: -3px;
	padding: 0;
  background: white url("../images/pagebox_l.gif") repeat-y;
}

#pbMainR {
  width: 29px;
  height: 508px;
  float: right;
  clear: right;
	margin-left: -3px;
	padding: 0;
  background: white url("../images/pagebox_r.gif") repeat-y;
}

#pbMainC {
  margin: 0 26px 0 25px;
  height: 492px;
  background: white url("../images/gradient_bg.gif") repeat-x;
  vertical-align: top;
  text-align: justify;
  font-size: 0.8em;
  padding-top: 50px;
}

#pbBottomL {
  width: 28px;
  height: 28px;
  float: left;
  margin-right: -3px;
	padding: 0;
  background: white url("../images/pagebox_bl.gif") no-repeat;
}

#pbBottomR {
  width: 29px;
  height: 28px;
  float: right;
  margin-left: -3px;
	padding: 0;
  background: white url("../images/pagebox_br.gif") no-repeat;
}

#pbBottomC {
  margin: 0 26px 0 25px;
  height: 28px;
  background: white url("../images/pagebox_b.gif") repeat-x;
}

#pbGradientL {
  width: 28px;
  height: 34px;
  float: left;
  margin-right: -3px;
	padding: 0;
  background: white url("../images/gradient_l.gif") no-repeat;
}

#pbGradientR {
  width: 29px;
  height: 34px;
  float: right;
  margin-left: -3px;
	padding: 0;
  background: white url("../images/gradient_r.gif") no-repeat;
}

#images_buchungssysteme img {
  margin: 20px 40px 0 0;
}

#ticketregional_screenshot {
  float: right;
  margin-left: 10px;
}

#ticketregional_logo {
  line-height: 104px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 20px;
}

#ticketregional_logo img {
  float: left;
  margin-right: 10px;
}

#einkaufserlebnis_screenshot {
  float: right;
  margin-left: 10px;
  text-align: center;
}

#einkaufserlebnis_screenshot img {
  display: block;
}

#einkaufserlebnis_logo {
  font-size: 1.3em;
  font-weight: bold;
}

#einkaufserlebnis_logo {
  margin-top: 20px;
}

#einkaufserlebnis_logo img {
  display: block;
  margin-bottom: 20px;
}

#einkaufserlebnis_logo span {
  display: block;
  text-align: center;
}

#images_websites {
  margin-top: 60px;
  position: relative;
}

#images_websites img {
  position: absolute;
}

#images_websites img.image1 {
  left: 0px;
  top: 100px;
  z-index: 20;
}

#images_websites img.image2 {
  left: 104px;
  top: 54px;
  z-index: 10;
}

#images_websites img.image3 {
  left: 206px;
  top: 10px;
  z-index: 20;
}

#images_websites img.image4 {
  left: 312px;
  top: 46px;
  z-index: 30;
}

#images_websites img.image5 {
  left: 416px;
  top: 110px;
  z-index: 40;
}

#images_websites img.image6 {
  left: 520px;
  top: 54px;
  z-index: 30;
}

#images_websites img.image7 {
  left: 644px;
  top: 0px;
  z-index: 30;
}

#images_websites img.image8 {
  left: 728px;
  top: 85px;
  z-index: 40;
}

#images_websites img.image1:hover,
#images_websites img.image2:hover,
#images_websites img.image3:hover,
#images_websites img.image4:hover,
#images_websites img.image5:hover,
#images_websites img.image6:hover,
#images_websites img.image7:hover,
#images_websites img.image8:hover {
  z-index: 100;
}
