
* {
	font-size: 15px
	margin: 0px
	padding: 0px 	
}	


body {
    background-image: url("/Hintergrund/Swanstika1.jpg");
    background-repeat: repeat;    
	padding-top: 70px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
 

.fixed {
	background-color: white !important;
	position: fixed;
	height: 50px;
	left: 0;
    right: 0;
    top: 0;
    margin-bottom: 40px;
	border: 10px solid white !important;
	
  }

 

 .master{
      background-image: url("/Hintergrund/Swanstika1.jpg");
    background-repeat: repeat;    
	 left : 0;
	 right : 0;
	 bottom : 0;
	 margin-top: 60px;
 }

 .mastertwo{
	background-color: gold;
	left : 0;
	right : 0;
	bottom : 0;
	border: 10px solid gold;
	margin-top: 60px;
}

        
 /* HORIZONTAL SCROLL */
.scroll-container{
	overflow: auto;
	white-space: nowrap;
	padding: 5px 70px 5px 20px;
	background: transparent;
	height: 100%;
	border-radius:15px;

  }
  
  .gridscroll{
	display:inline-block;
  }
  
  .gridscroll img {
	margin-right:22px;
	max-height: 700px;
  }