body{
	color: #000;
	font-family: 'Vollkorn', arial, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}

a {
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
	color: #000;
}

img {
	border: none;
}

.tetrisblock{
	width: 350px;
	height: 500px;
/* 	float: left; */
	position: absolute;
	top:0px;
	left: 0px;
/* 	background-color: #ccc; */
/* 	margin-right: 1px; */
	background: url("IMG1/1.jpg");
/* 	background-color: #fff */
	display: none;	
}

.neutetrisblock{

}


h5 {
	font-weight: normal;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}


.tetristextblock img {
	margin: 0 10px 5px 10px;
	
}

.tetristextblock{

	width: 300px;
	
	font-size: 13px;
	line-height: 16px;

	position: absolute;
	top: 510px;
	left:0px;
	
/* 	margin-right: 1px; */
/* 	background: url("IMG1/1.jpg"); */
/* 	background-color: #ccc; */
	
}

.tetristextblock p{
	margin: 0 0 8px 0;
	padding: 0 0 0 0;

}

.textfeld{
	color: #fff;
	font-size: 40px;
	padding: 0 0 0 5px;
	margin-top: 0px;

}

.textfeld h1{
	font-size: 40px;
	margin: -30px 0 0 0;
	font-family: 'Anton', arial, serif;

}

.textfeld h2{
	font-size: 80px;
	padding: 0;
	margin: -20px 0 0 0;
	font-family: 'Anton', arial, serif;
}

.textfeld h3{
	font-size: 20px;
	padding: 400px 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
	font-family: 'Vollkorn', arial, serif;
}

.textfeld h4{
	font-size: 20px;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
	font-family: 'Vollkorn', arial, serif;
}


.textfeld p{
	border-top: 1px solid #fff;
	font-size: 20px;
	padding: 5px 0 0 0;
	margin: 0 50px 0 0;
/* 	font-weight: bold; */
	font-family: 'Vollkorn', arial, serif;
}

#spielfeld{
	width: 600px;
	height: 500px;
/* 	background-color: #eee; */
}

#bla{
	background-color: #aaa;
}

.naviklick{
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.naviklick:hover{
	text-decoration: underline;
}

.klick{
	cursor: pointer;
}

.versteckt{
	display: none;
}

#flugteil{

	font-size: 13px;
	line-height: 16px;

	position: absolute;
	top: 510px;
	left: -350px;
	margin: 0;
	padding: 0;
	
}

#wolke, #erstewolke{
	font-size: 13px;
	line-height: 15px;
	position: absolute;
	left: 350px;
	top: 0px;

	width: 100px;
	font-size: 12px;
	padding: 470px 0 0 10px;
	visibility: visible;
}

#logo{
	position: fixed;
	right: 20px;
	bottom: 10px;
}

#logo-bla{
	position: absolute;
	top: 10px;
	left: 360px;
}

#frackbook{
	position: fixed;
	right: 250px;
	bottom: 5px;
    font-size: 12px;
}

#tweetar{
	position: fixed;
    left: 5px;
	bottom: 0px;
}

.jp-jplayer{
	display: hidden;
	background-color: none !important;
}