
 #id369:hover  {
	background: green;
  }
 #id369  {
	max-width: 80%;
	border: 1px solid #bbb;
	border-radius: 10px;
	box-shadow: 1px 1px 5px;
	font-weight: bolder;
	position: relative;
	top: -500px;
	animation: rotation-rechts 3s linear 1s infinite, sturz-von-oben 1s ease-in 0s 1;
	animation-fill-mode: both;
	-webkit-animation: rotation-rechts 3s linear 1s infinite, sturz-von-oben 1s ease-in 0s 1;
	-webkit-animation-fill-mode: both;
  }
 #id369  .nix  {
	color: yellow;
  }