div.block1	{				/*egal*/
	    background-color: #337fdd;
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:20px;
			left:20px;
			border-radius: 22px;
					}
div.block2	{				/*nicht zu dunkel*/
	    background-color: #e4e4e4;
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:260px;
			left:20px;
			border-radius: 22px;
					}
div.block3	{				/*egal*/
			background-color:#10C8CC;
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:20px;
			left:260px;
			font-family:Tahoma;
			font-size:11px;
			border-radius: 22px;
					}
div.block4	{				/*egal*/
			background-color:#578baf;
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:260px;
			left:260px;
			border-radius: 22px;
					}
div.block5	{				/*nicht zu hell*/
			background-color:#59d95c; 
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:20px;
			left:500px;
					}
div.block6	{				/*egal*/
			background-color:#7Dabab;/*ababab;*/
			color:#000000;
			width:220px;
			height:220px;
			position:absolute;
			top:260px;
			left:500px;
			border-radius: 22px;
					}
