
/* 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;
	margin-top: 20px;
	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: 510px;
	text-align: justify;
	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: 780px;
	left: 0px;
   width: 800px;
	height: 9px;
	background-color: #f39;
	visibility: visible;
}

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

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

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