/* -------------------  Home Gallery Stylesheet -----------------------------  */

div.logo				{	
						position: absolute;
						z-index: 5;		
						top: 36px;					
						left: 618px;
						width: 45px;
						height: 52px;
						background-image:url(../designelements/wappen.png);
						background-repeat:no-repeat;
						background-size:contain;									
						}


div.content				{	
						position: absolute;
						z-index: 2;		
						top: 10px;					
						left: 0px;
						width: 1280px;
						height: auto;						
						background-image:url(../designelements/galeriebg.png);
						background-repeat:no-repeat;		
						}
						
div.contentsection		{	
						position: relative;
						clear:both;
						left: 0px;
						top: 87px;
						width: 1280px;
						height: 628px;
										
						}
						

iframe					{ frameborder: 0px;						border-width: 0px;
						border-style: none;
						overflow: hidden;
						allowtransparency: true;
						}




