/* ***********************************
    Wally's www.kreayoga.de
   *********************************** */
      
  body {
	background-color: #eeeeea;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
}

/* ---------- RAHMEN ----------  */ 

#wrap {
	width: 796px;
	margin-top: -645px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	background-color: #FDFDFD;
	position: relative;
}

/* -------- Gedicht ------------- */
#gedicht {
	text-align:center;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: .1em;
	text-shadow: 1px 1px 0px #666666;
	line-height: 1.4em;
	color: #996633;
	font-size:28px;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	position: flex;
	animation: slide 45s ease;
}

@keyframes slide {
	from {margin-top: calc(100% + 470px)}
	to { margin-top: calc(0% - 640px)}
}