a:link {
	color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}

textarea,
textarea:hover,
textarea:active,
textarea:focus {
  padding: 0;
  margin: 0;
  border: none;
  background: none;

  outline:0px !important;
  -webkit-appearance:none;
  -webkit-box-shadow:none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-border-radius: none;
}
    
.Stil106 {
    color: #B32400;
    font-size: 26px;
    font-weight: bold;
}
.Stil2 {
    font-family: "Comic Sans MS";
    font-size: 16px;
	color: #990000;
}
p, h1, h2{
	font-family: "Comic Sans MS";
}
.center {
	text-align: center;
}
.pGrau{
	color: #696969;
}

#playgroundLYR{
	position: absolute;
	top: 175px;
	left: 0px;
	width: 1000px;
	height: 485px;
	z-index: 5;
}

#infoLinks p, #infoRechts p{
	margin: 0;
}
#infoLinks{
	position: absolute;
	left: 40px;
	top: -8px;
	padding: 5px 10px 15px 10px;
	background-color: #c2f1ae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
	display: none;
}
#infoRechts{
	position: absolute;
	right: 40px;
	top: -8px;
	padding: 5px 10px 15px 10px;
	text-align: right;
	background-color: #c2f1ae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
	display: none;
}
.infoSave{
	display: none;
}


#mybook{
	position: absolute;
	top: 25px;
	right: 23px;
}
#buchBg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.b-counter{
	display: none !important;
}