
/* Formatierung fuer Standard-HTML-Tags */

body {
  background-color: white;
  }
  
 
#text p {
  color: #333;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  font-family: Verdana, Arial, Helvetica;
  margin-top: 0px;
  margin-bottom: 8px; 
  margin-left: 0px; 
  margin-right: 0px; 
  }
 

#text h1 {
	color: #f39;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: normal;
	padding-top: 14px;
	margin-bottom: 9px; 
}


/* Linkdefinitionen */

#text a:link {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  font-family: Verdana, Arial, Helvetica;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  }
  
#text a:visited {
  color: #999;
  font-size: 12px;
  line-height: 17px;
  font-family: Verdana, Arial, Helvetica;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  }
  
#text a:hover {
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-family: Verdana, Arial, Helvetica;
  text-decoration: underline;
  }
  

/* Logo */
#logo {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 40px;
  visibility: visible;
  }


/* Subtitle*/
#subtitle {
  position: absolute;
  z-index: 1;
  top: 115px;
  left: 115px;
  visibility: visible;
  color: #000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 18px;
  font-weight: bold;
  }



/* Inhalt: Text */

#text {
  position: absolute;
  z-index: 1;
  top: 160px;
  left: 115px;
  width: 530px;
  text-align: left;
  visibility: visible;
  }



/* Fixe grafische Elemente */

#pinkBarTop {
  position: absolute;
  z-index: 0;
  top: 150px;
  left: 0px;
  width: 800px;
  height: 9px;
  background-color: #f39;
  visibility: visible;
  }
 
 
 #pinkBarBottom {
	position: absolute;
	z-index: 0;
	top: 740px;
	left: 0px;
   width: 800px;
	height: 9px;
	background-color: #f39;
	visibility: visible;
}

 
 
#LP_01 {
	position: absolute;
	z-index: 0;
	top: 180px;
	left: 680px;
	visibility: visible;
}
  
#LP_02 {
	position: absolute;
	z-index: 0;
	top: 320px;
	left: 680px;
	visibility: visible;
}

#LP_03 {
	position: absolute;
	z-index: 0;
	top: 460px;
	left: 680px;
	visibility: visible;
}

#LP_04{
	position: absolute;
	z-index: 0;
	top: 600px;
	left: 680px;
	visibility: visible;
}