/*CSS- Kommentar*/
/*stylesheat für die Startseite,
Autor: Michael Quellmalz am 15.10.09 */


h3 {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  padding: 20px 20px 10px 20px;
  color: #424242;
  /*font-style: italic;  // Schriftformat*/
  /*text-decoration: overline; /*Linie über dem Text*/
}

p {
  font-family: "Times New Roman", serif;
  font-size: 12px;
  color: #3B0B0B;
  font-weight: normal; 
  padding: 10px 20px 10px 20px;
}

/*Text */
  h3.layer_text { display:block;
			    width:690px; height:800px;
				position: absolute;
				left: 500px;
				top: 80px;
				z-index: 1;
				margin: 100px 40px 10px 0px;
				border-width: 1px;
				border-style: solid;
				border-color: white;
  }

  
  
  /*Hardware*/
  p.TextH { display:block;
			width:200px; height:400px;
			position: absolute;
			left: 490px;
			top: 590px;
			z-index: 11;
  }
  
  a.HardwareA { display:block;
			 background-image:url(Raven2op.png);
             width:100px; height:136px;
   position: absolute;
   left: 635px;
   top: 430px;
   z-index: 11;
  }
  p.TextA { display:block;
			width:200px; height:400px;
			position: absolute;
			left: 620px;
			top: 590px;
			z-index: 11;
			
  }
  
   a.HardwareI { display:block;
			 background-image:url(Raven2op.png);
             width:100px; height:136px;
   position: absolute;
   left: 875px;
   top: 430px;
   z-index: 11;
  }
  
  p.TextI { display:block;
			width:200px; height:400px;
			position: absolute;
			left: 850px;
			top: 590px;
			z-index: 11;
			
  }
  
   a.HardwareE { display:block;
			 background-image:url(XigmaA.png);
             width:100px; height:134px;
   position: absolute;
   left: 635px;
   top: 430px;
   z-index: 11;
  }

   a.HardwareU { display:block;
			 background-image:url(RavenB.png);
             width:126px; height:167px;
   position: absolute;
   left: 875px;
   top: 410px;
   z-index: 11;
  }
  
  /*email*/
   a.hardwarekontakt { display:block;
					width:200px; height:10px;
					position: absolute;
					left:510px;
					top: 380px;
					z-index: 12;
				}
	a.hardwarekontakt:hover { 
					width:200px; height:10px;
					position: absolute;
					color: black;
					left:510px;
					top: 380px;
					z-index: 12;
				}
  
 
 
 
 

