@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.jpg) no-repeat top center;

	color: #000000;
	font-size: 20px;
        font-family: Playball, sans-serif;
	text-align: justify;
}

#ani {
position: fixed;
display: block;
width:150px;
height:150px;
left:230px;
bottom:75px;
animation-name: anima; 
animation-duration: 4s;               
animation-iteration-count: infinite;
}

@keyframes anima {
   0% {  transform: translateX(0px)   }
    50%   {  transform: translateX(-100px) }
	100% {  transform: translateX(0px)   }
}

#ani2 {
position: fixed;
display: block;
width:150px;
height:150px;
right:230px;
bottom:75px;
animation-name: anima2; 
animation-duration: 4s;               
animation-iteration-count: infinite;
}

@keyframes anima2 {
   0% {  transform: translateX(-100px)   }
    50%   {  transform: translateX(0px) }
	100% {  transform: translateX(-100px) }
}



@font-face {
font-family: 'Playball';
	 src: url(../font/Playball-Regular.ttf);
}

#nav {
	list-style-type: none;
	position: relative;
	top: 80px;
}

#nav li {
	display: inline;
	padding: 0px 100px;
}

#nav li a{
	color: #FFFFFF;
	font-family: Playball;
	font-size: 50px;
	text-decoration: none;
}

#nav li a.downloadbutton{
        background-image: url("../img/downloadButton.png");
        background-repeat: no-repeat;
        color: #e18800;
	font-family: Playball;
	font-size: 50px;
	text-decoration: none;
        padding: 0px 30px 0px 25px;
}
.header {
	font-family: Playball;
	font-size: 100px;
	text-align: center;
	margin: auto;
	position: relative;
	top: 50px;
}

.content {
	width: 1000px;
	height: 600px;
	margin: auto;
	margin-top: 100px;
}

.member {
	margin: 0px 10px;
	
}

.imgteam {
	float: left;
	padding-right: 20px;
}

.clear {
	clear: both;
}

h2 {
	font-family: Playball;
	font-size: 30px;
	letter-spacing: 2px;
}

.fotorama {
	width: 1000px;
}

#rahmen {
border: 20px solid #ffffff;
}