

#wrapper{width: 1260px; margin: 0px auto;     background-color:black;}

#wrapperregal{position:relative; top: 0px; left: 0px; height: 646px; background: url('../img/background_matrix.jpg') no-repeat;}

#divregal{
	position:absolute; 
	top: 103px; 
	left: 186px; 
	width: 930px; 
	height: 290px;
	border:0px solid green; 
	transition : border 3000ms ease-out; 
	-webkit-transition : border 3000ms ease-out; 
	-moz-transition : border 3000ms ease-out;
	-o-transition : border 3000ms ease-out;  
	}/*border:1px solid blue; */

	#divregal .targetOben, #divregal .targetUnten{
	width: 60px; height: 110px; position: absolute;
	}/*  border:1px solid yellow;*/
	#divregal .targetOben{}
	#divregal .targetUnten{}




	.violeStart{height:100px;width:55px;     } /*border:1px solid red;*/
	.violeBig{height:162px;width:88px;}
	
	#violeBigRed{position:absolute;top:326px;left:112px; background: url('../img/red_big_01h.gif') no-repeat 0 0;}
	.violeRed{
	position:absolute;top:368px;left:130px; background: url('../img/red_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
	
	#violeBigYellow{position:absolute;top:345px;left:245px; background: url('../img/yellow_big_01h.gif') no-repeat 0 0;}
	.violeYellow{
	position:absolute;top:387px;left:264px; background: url('../img/yellow_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
	#violeBigBlue{position:absolute;top:345px;left:615px; background: url('../img/blue_big_01h.gif') no-repeat 0 0;}
	.violeBlue{
	position:absolute;top:389px;left:633px; background: url('../img/blue_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
	#violeBigGreen{position:absolute;top:326px;left:745px; background: url('../img/green_big_01h.gif') no-repeat 0 0;}
	.violeGreen{
	position:absolute;top:368px;left:765px; background: url('../img/green_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
	#violeBigClear{position:absolute;top:365px;left:365px; background: url('../img/clear_big_01h.gif') no-repeat 0 0;}
	.violeClear{
	position:absolute;top:409px;left:383px; background: url('../img/clear_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
	#violeBigAllColor{position:absolute;top:365px;left:485px; background: url('../img/4cols_big_01h.gif') no-repeat 0 0;}
	.violeAllColor{
	position:absolute;top:409px;left:503px; background: url('../img/4cols_small_01h.gif') no-repeat 0 0; opacity: .01; filter:Alpha(Opacity=1);
	}
.whitelink{color: white}

/* CSS HILFE */

body{

  background-color:black;
 
}

.htext{
	color:white;
	font-size:22px;
		width: 52%;
	float:left;
	padding-right:20px;

}
.htext-eng{
	color:white;
	font-size:22px;
margin-left: 10%;

}

.abstand{
    padding: 6% 10% 10% 10%;
}

a{
    color:red;
    font-size:22px;
}

@media only screen and (max-width: 600px) {
  .htext{
     font-size:15px
  }
}