
	#Seitenueberschrift{
		position:fixed;
		left: 40px;
		top:7px;
		font-size: 20px;
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		list-style-type:none;
		text-decoration:none;
		z-index: 1000;
		visibility:hidden;
	}
	#map_canvas {
		top:10px;
	}
	
	a{display:inline}
	a{font-size: 20px}
	a{list-style-type:none}
	a{text-decoration:none;}
	a{line-height: 2.0;}
	a:active{color:#666666;}
	a:visited{color:#333333;}
	a:hover{color:red;}
	a:link{color:#000000;}
		
	#Navigation{
		position:fixed;		
		/*top:-17px;*/
		font-size: 20px;
		/*font-family:'Helvetica', 'Arial', 'sans-serif';*/
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		list-style-type:none;
		color:dark;	
	}
	#menueBereich{
		position:absolute;
		top:0px;		
	}

	li#gruppe{
		font-size: 20px;
		/*font-family:'Helvetica', 'Arial', 'sans-serif';*/
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		list-style-type:none;
		}


	ul#Navigation li {
	  list-style: none;
	  font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	  font-style:normal;  
	  border: none;
	  margin-right:17px;

	}

	ul#Navigation a {
	  color: black; 
	}

	ul#Navigation a:hover {
	  color: red; 
	}
	ul#Navigation a:visited {
	  color: red; 
	}


	img.bg {
		/* Set rules to fill background */
		
		min-height: 100%;
		min-width: 1024px;
		

		/* Set up proportionate scaling */
		
		width: 100%;
		height: auto;

	
		/* Set up positioning */
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
			

		
	#headerBereich {
		position:fixed;
		top:-10px;
		font-size: 20px;
		left:-15px;	

		z-index:250;
		background-image: url('bilder/menue_hintergrund.jpg');
		background-size:cover;

		border: none;
		box-shadow: none;
		/*
		width:110%;
		height:50px;
		*/
	}	

	a.menuLink{
		display:block;
		color:red;
		font-size:15px;
		line-height:1.5;
	    text-align:center;
		margin-left:auto;
		margin-right:auto;
		
		
	}
	
	#infotext {
	/*
		margin-top:0px;		
		margin-left:-10px;
		margin-right:-10px;
		*/

	    background-color:#ffffff;
		z-index: 2;
		overflow:auto;
		/*padding:20px;		
		border-width:1px;
		border-style:solid;
		border-color:orange;
		*/
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
		max-width:800px;
	}
	#plain_text {
		font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;	
		background-color:#ffffff;
		z-index: 2;
		border:none;
		padding:20px;
	}

  
	#Menuebutton {
		position:fixed;
		top:8px;
		left:10px;
		padding: 0;
		border: none;
		background: none;	
		z-index: 5000;
	}
	#menue-button-image{
		height:25px;
		width:25px;
	}
	button:focus {
		outline: none;
	}	



	#div_ayurveda {
		margin-top:50px;
		border: none;   
	}

	#img_ayurveda_bild {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	img.floatRight{
	/*
		width:340px;
		
		border-width:2px;
		border-style:solid;
		border-color:white;	
		*/
		border:none;
		margin-top:5px;		
		margin-bottom:5px;		
		display:block;
		
		/*		
		margin-left:15px;	
		float:right;				
		
		margin-left: auto;
		margin-right: auto;
		float:none;
		*/
		
	}
	img.floatLeft{
	/*
		width:340px;
		*/
		border-width:2px;
		border-style:solid;
		border-color:white;	
		margin-top:5px;		
		margin-bottom:5px;		
		display:block;
	
		/*
		margin-right:15px;	
		float:left;
		
		margin-left: auto;
		margin-right: auto;	
		float:none;
		*/
	}	


	h1{
		visibility: hidden;
	}
	h2{
		text-align: center;
		color:green;
	}
	h3{
		color:green;
		margin-bottom: 5px;
	}
	h4{
		margin-bottom: 4px;
		font-weight:normal;
	}
	p{
		color:green;
		font-size: 20px;
	}
		
	#inhalt_ohne_float_left{
		clear: left;
	}
	#inhalt_ohne_float_right{
		clear: right;
	}	

	