/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: #FFFFFF;
  color: #000000;
}

/* Content & Scrollbar */
.Container {
  position: absolute;
  top: 100px; left: 285px;  /* posi ändern || hintergrund höhe = 237px*/
  width: 588px; /* auf 556 ändern */
  height: 410px;
}

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 588px;
  height: 100%;
}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 10px;

}

 
.Scrollbar-Track {
  width: 10px; height: 305px;
  position: absolute;
  top: 120px; left: 895px;  /* Posi ändern :: Container width+ dessen posi left = Scrollbar-Track left 588+285 =883 +width*/
  background-color: #70CBD2;
}

.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 10px; height: 50px;
  background-color: #CCCCCC;  /* C6E8EC */
  background-image: url(gfx/pfeil.gif);
  background-repeat:no-repeat;
}

/* Site Objects */

#horizont {
  position: absolute;
  top: 0px;
  left: 50%;
  overflow: visible;
  visibility: visible;
  display: block; 

}

#main {
  width: 950px;
  height: 560px;
  background-image: url(gfx/bg3.jpg);
  background-repeat: no-repeat;
  border: #70CBD2 1px solid;
  background-color: #FFFFFF; color: #000000;
  margin-left: -475px;  /* width / 2 */
  position: absolute;
  visibility: visible;
}

/* Navigation */

#navigation {
  z-index: 30;
  width: 120px; height: 300px;
  position: absolute;
  visibility: visible;
  margin-left: -325px;
  padding-left: 5px;
  top: 140px;
}

.navpoint {
  width: 120px;
  height: 20px;
  padding-left: 8px;
  line-height: 20px;
  background-image: url(gfx/navpoint.jpg);
  background-repeat: no-repeat;
}

#spacer {
  height: 4px;
  width: 120px;
}

a {
  text-decoration: none;
}

#navigation a {
  color: #323233;  text-decoration: none; font-weight: normal;
  font-size: 14px;
}

#navigation a:link {
  color: #323233; text-decoration: none; font-weight: normal;
  font-size: 14px;
}

#navigation a:hover {
  color: #323233;
  font-size: 14px;
}

#navigation a:active {
  color: #323233;
  font-size: 14px;
}

/* formular */
.formbox {
	width:160px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A8B8;
	border-top: 1px solid #00A8B8;
	border-right: 1px solid #00A8B8;
	border-bottom: 1px solid #00A8B8;
	border-left: 1px solid #00A8B8;
	background-color: #FFFFFF;
}


#formbox0 {
	width:356px;
	height:20px;
	margin-bottom:5px;
	clear:both;
}


#formbox6 {
	float:left;
	width:100px;
	height:20px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

#formbox7 {
	float:left;
	width:140px;
	height:20px;
	text-align:left;
}

#mitteil {
	float: left;
}

.mitteilungbox {
	width:300px;
	height:80px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFFF;
	color:#00A8B8;
	border-top: 1px solid #00A8B8;
	border-right: 1px solid #00A8B8;
	border-bottom: 1px solid #00A8B8;
	border-left: 1px solid #00A8B8;
}

#sendit {
	text-align: center;
	width:416px;
	clear:both;	
}

.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00A8B8;
	border-top: 1px solid #00A8B8;
	border-right: 1px solid #00A8B8;
	border-bottom: 1px solid #00A8B8;
	border-left: 1px solid #00A8B8;
	background: #FFFFFF;
}

/* Misc */

#headline {
  color: #00A8B8;
  width: 400px;
  border-bottom: 1px solid #00A8B8;
  font-size: 15px;
}

#topnavi {
  position: absolute;
  top: 25px;
  left: 703px;
  z-index: 23;
  width: 152px;
  height: 19px;
}

#copyright {
  position: absolute;
  top: 542px;
  margin-left: -475px;  /* width / 2 */
  width: 950px;
  height: 18px;
  z-index: 50;
  text-align: center;
}

#head_text1 {
  position: absolute;
  top: 13px;
  left: 708px;
  font-size: 12px;
  z-index: 24;
  color: #666666;
}

#head_text2 {
  position: absolute;
  text-align:left;
  font-size: 12px;
  padding-right: 5px;
  top: 13px;
  left: 543px;
  border-right: 1px solid #666666;
  z-index: 26;
  color: #666666;
}

#head_text3 {
  position: absolute;
  text-align: left;
  font-size: 9px;
  font-weight: bold;
  top: 47px;
  left: 543px; /* -30 */
  z-index: 26;
  color: #666666;
}

