h4		{
		 text-align: center;
         color: rgb(94,94,94);
		 padding-top:0px;
         margin-top: 5px;
		 font-family:Alexa Std, Bookman Old Style, Apple Chancery, Times new Roman;
         font-size:30px;}

h4:hover
        {
         color: #3b34f7;}

		.box_pw	{
			position: relative;
			width: 20em;
			height: auto;
			padding: 10px;
			margin: 5em;
			left: 5em;
			border: 0 solid black;
			border-radius: 10px/10px;
			box-shadow: 22px 22px 30px gray;
			justify-content: center;
			align: center;
			text-align: center;
			background-color: rgb(94,94,94,0.2);	
			z-index: 3;	
		}
		.box_code	{
			position: relative;
			width: 20em;
			height: 20px;
			padding: 20px;
			margin: 30px;
			border: 0 solid black;
			border-radius: 30px/30px;
			box-shadow: 12px 12px 40px gray;
			justify-content: center;
			align: center;
			text-align: center;
			background-color: rgb(255,255,255, 0.8); 
			z-index: 2;
			}	
			
		.box_code_haupt	{
			position: relative;
			width: 40em;
			height: 20px;
			padding: 20px;
			margin: 30px;
			border: 0 solid black;
			border-radius: 30px/30px;
			box-shadow: 12px 12px 40px gray;
			justify-content: center;
			align: center;
			text-align: center;
			background-color: rgb(255,255,255,); 
			z-index: 2;
			}	
		.box_code_f	{
			font-family: Times, Apple Chancery, Palatino;
			position: relative;
			width: 10em;
			height: 40px;
			padding: 5px;
			margin: 30px;
			border: 0 solid black;
			border-radius: 30px/30px;
			box-shadow: 12px 12px 20px gray;
			justify-content: center;
			align: center;
			text-align: center;
			background-color: rgb(255,255,255, 0.8); 
			z-index: 2;
			}

		.box_trans	{
			position: relative;
			width: 420px;
			height: 80px;
			margin: 2em;
			padding: 10px;
			border-radius: 20px/20px;
			box-shadow: 12px 12px 40px gray;
			justify-content: center;
			background-color: rgb(255, 255, 255, 0.4);
			}
			
		.box1	{
			position: relative;
			left: 5em;
			width: 600px;
			height: 400px;
			padding: 30px;
			margin: 60px;
			border-radius: 10px/10px;
			box-shadow: 22px 22px 30px gray;
			justify-content: center;
			background-color: rgb(255, 255, 255, 0.1);
			}

		.box2	{
			position: relative;
			left: 5em;
			width: 800px;
			height: 400px;
			padding: 30px;
			margin: 60px;
			border-radius: 10px/10px;
			box-shadow: 22px 22px 30px;
			justify-content: center;
			background-color: rgb(255, 255, 255);
			}	
			
		.box3	{
			position: relative;
			left: 10em;
			width: 40em;
			height: 400px;
			padding: 30px;
			margin: 60px;
			border-radius: 10px/10px;
			box-shadow: 22px 22px 30px;
			justify-content: center;
			background-color: rgb(255, 255, 255);
			}	


/* hier kommt eine kopie von Style.css	*/