body {
  padding: 0px;
  margin: 0px;
  min-height: 100%;
	font-size: 12pt;
  background-color: #B1D0D3;
}

a[href] {
  color: #000000;
  text-decoration: none;
}

#format {
  position: relative;
  min-height: 100%;
  width: 800px;
  margin: 2px auto;
  background-color: #B1D0D3;
	z-index: 3;
}

#top {
  position: absolute;
  width: 800px;
  height: 172px;
  margin: 0px;
  background-color: #B1D0D3;
  background-image: url(/pics/top.jpg);
	z-index: 3;
}

#maintop {
  position: absolute;
  width: 800px;
  height: 36px;
  top: 172px;
  left: 0px;
  background-color: #B1D0D3;
  background-image: url(/pics/maintop.jpg);
	z-index: 3;
}

#navi {
  position: absolute;
  width: 150px;
  height: 500px;
  top: 208px;
  left: 0px;
  background-color: #B1D0D3;
  background-image: url(/pics/navi.jpg);
	z-index: 3;
}

#main {
  position: absolute;
  width:490px;
  min-height:500px;
  top: 208px;
  left: 155px;
  background-color: #B1D0D3;
  background-image: url(/pics/main.jpg);
	z-index: 3;
}

#info {
  position: absolute;
  width: 150px;
  height: 500px;
  top: 208px;
  right: 0px;
  background-color: #B1D0D3;
  background-image: url(/pics/info.jpg);
	z-index: 3;
}

#impressum {
  position: absolute;
	width: 80px;
	height: 15px;
	top: 151px;
	left: 360px;
	z-index: 4;
}

.info {
  font-size: 12px;
	width: 480px;
}

.eventinfol {
  float: left;
	font-size: 12px;
}

.eventinfor {
  float: right;
	font-size: 12px;
}
