@charset "utf-8";
/* CSS Document */
html, body {
height: 100%;
margin: 0px;
padding: 0px;
font-family: Courier New, Courier, monospace;
}

a{
color:#000;
}
a:hover{
color:#FF0000;
}
a img{
border:0px;
cursor:pointer;
}

#mitte300 {
position:absolute;
top:50%;
margin-top:-150px; /* negative HÃ¤lfte von height:444px */
left:50%;
margin-left:-150px; /* negative HÃ¤lfte von width:777px */
text-align:center;
}

#mitte900 {
position:relative;
width:900px;
margin:auto;
}

#video{
	position:absolute;
	top:6022px;
}

#email{
	position:absolute;
	top:13500px;
	margin-left:250px;	
	
	cursor:pointer;

   -webkit-transition: all .10s ease-out;
   -moz-transition: all .10s ease-out;
   -o-transition: all .10s ease-out;
   transition: all .10s ease-out;
}

#email:hover {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
   -ms-transform: scale(1.1);
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',
   M11=1.1, M12=-0, M21=0, M22=1.1);
   }

#platten{
	position:absolute;
	top:11800px;
	width:900px;
   }
#platte{
	float:left;
}

#platte img {
border:0px;

-webkit-transition: -webkit-transform 10s ease-out; /* Saf3.1+, Chrome */
-moz-transition: -moz-transform 10s ease-out; /* FF3.5+ */
-o-transition: -o-transform 10s ease-out; /* Opera */
transition: transform 10s ease-out;
}

#platte img:hover {
-webkit-transform: rotate(3600deg); /* Saf3.1+, Chrome */
-moz-transform: rotate(3600deg); /* FF3.5+ */
-o-transform: rotate(3600deg); /* Opera */
transform: rotate(3600deg);
} 
