


 	{font-size: medium;
	}
h1
	{font-size: 200%;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #993300;
	}

h2
	{font-size: 140%;
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #CC6600;
	}

h3
	{font-size: 120%;
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";

	color: #CC6600;
	}

p
	{font-size: 100%;
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #CC6600;
	}


		#container
		{width: inherit;
		max-width: 960px;
		margin: 0 auto 0 auto;
		background-color: #F5D0A9;
		}
		
		#kopfleiste 
		{width: auto;
		height: auto; 
		background-image: url(Bilder_Asalva/Kacheluni.jpg);
		background-repeat: repeat;
		}

		#menu ul
		{list-style-type: none;
		padding: 0px;
		}

		#menu
		{
		width: auto;
		height: auto;
		margin: 10px 0px 15px 0px;
		padding: 0px 10px 0px 0px;
		float: left;
		
		background-color: #F5D0A9;
		background-repeat: repeat;
		}

		#inhalt 
		{
		width: auto;
		height: auto;
		margin: 10px 0px 0px 0px;
		overflow: hidden; /*damit das Layout mit flow funktioniert*/
		background-image: url(Bilder_Asalva/Baumhinter.jpg);
		background-repeat: repeat;
		}

a	{color: inherit;
	font-family: inherit;
	text-decoration: underline;
	}	

td	{padding: 0px;
	}
