/**** LOGO ****/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}
#LogoSonne
{
	margin: 0 0 0 0;
	position:absolute;
	z-index:1;
	left: 30px;
	top: 0px;
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         20s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
    }
	
#LogoWolke1
{
	position:absolute;
	z-index:2;
	left: 30px;
	top: 0px;
    }

#LogoWolke2
{
	position: absolute;
	z-index: 3;
	left: 30px;
	top: 0px;
    }

#Logo3
{
	padding-left: 105px;
	padding-right: 20px;
    }
