
	
	html{
		height:100%;
	}
	
	body{
		padding:45px 0px 0px 0px;
		margin:0px;
		background: #a97c50;
		height:100%;
	}
	
	#stoerer{
		position: fixed; 
		bottom:0px; 
		right: 0px;
		width:20%;
	}
	
	#nav{
		font-family: "futura-pt",sans-serif;
		width:100%;
		position: fixed;
		background: #fff;
		font-size: 26px;
		text-align:center;
		color: #000;
		line-height:45px;
		padding-top:2px;
		top:0px;
		z-index:999;
	}
	
	#nav a{
		color: #b2b1b1;
		 text-decoration: none;
		text-transform: uppercase;
	}
	
	#nav a:hover{
		color: #000;
		 text-decoration: underline;
	}
	
	#nav a.marked{
		color: #000;
		 text-decoration: none;
	}
	
	h1 {
  		font-family: "futura-pt",sans-serif;
  		font-weight: normal;
		font-size: 36px;
		color:#a97c50;
		background:#fff;
  	}
  
	h3 {
	  font-family: "futura-pt",sans-serif;
	  font-weight: normal;
	  font-size: 18px;
	  color:#a97c50;
	  font-weight: bold;
	  line-height:28px;
	  
		background:#fff;
	}
	
	#wrapper{
		text-align: center;
	}
	
	#content{
		width:40%;
		margin: auto;
		margin-top:100px;
	}
	
	#contentImage{
		display:none;
	}
	
	#content a{
		color: #a97c50;
		 text-decoration: underline;
	}
	
	@media screen and (max-width: 960px) {
		
		#stoerer {
		width:30%;
	}
		
		#nav{
		font-family: "futura-pt",sans-serif;
		width:100%;
		position: fixed;
		background: #fff;
		font-size: 18px;
		text-align:center;
		color: #000;
		line-height:35px;
		padding-top:4px;
	}
	
	#nav img{
		height:10px;
		display: inline-block;
	}
	
	#content{
		width:100%;
		margin: 0px;
		margin-top:40px;
	}
	
	#contentImage{
		width:100%;
		display:block;
	}
	
	#gMap{
		height:60%;
	}
		
		
	}