#onastext{
	width: 610px;
	background-color: #FFDEAD;
	font-weight: bold;
	height: auto;
	font-size: 20px;
	position: absolute;
	color: Black;
	top: 270px;
	left: 30px;
	z-index: 33;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid White;
	border-radius: 15px;
	box-shadow: 7px 7px 3px #000000;
}






#aktualtext1{
	width: 610px;
	background-color: #FFDEAD;
	font-weight: bold;
	min-height: 200px;
	height: auto;
	font-size: 20px;
	position: absolute;
	color: Black;
	top: 270px;
	left: 680px;
	z-index: 53;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid White;
	border-radius: 15px;
	box-shadow: 7px 7px 3px #000000;
}
#aktualtext2{
	width: 610px;
	background-color: #FFDEAD;
	font-weight: bold;
	min-height: 200px;
	height: auto;
	font-size: 20px;
	position: absolute;
	color: Black;
	top: 510px;
	left: 680px;
	z-index: 43;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid White;
	border-radius: 15px;
	box-shadow: 7px 7px 3px #000000;
}
#aktualtext3{
	width: 610px;
	background-color: #FFDEAD;
	font-weight: bold;
	min-height: 200px;
	height: auto;
	font-size: 20px;
	position: absolute;
	color: Black;
	top: 750px;
	left: 680px;
	z-index: 33;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid White;
	border-radius: 15px;
	box-shadow: 7px 7px 3px #000000;	
}
#aktualtext4{
	width: 610px;
	background-color: #FFDEAD;
	font-weight: bold;
	min-height: 200px;
	height: auto;
	font-size: 20px;
	position: absolute;
	color: Black;
	top: 990px;
	left: 680px;
	z-index: 23;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid White;
	border-radius: 15px;	
	box-shadow: 7px 7px 3px #000000;
}


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Čítaj ďalej';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Koniec textu';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}

/* Other style */ 
body {
  padding: 2%;
}

p {
	padding: 2%;
	ackground: #fff9c6;
	color: Black;
	#c7b27e
  border: 1px solid #fce29f;
	border-radius: .25em;
	width: 585px;
}
