<!--
/* Gartenbau Stylesheet */
body, h1, h2, h3, li, p, ul { font-size: 1em; margin: 0; padding: 0; }/*body*/
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	width: 1024px;
	height: 100%;
}
	/*#container*/
	#container
	{
		width: 100%;
		height: 100%;
		text-align: left;
		background: #FFFFFF url(../images/Farbverlauf2.gif) no-repeat left top;
		border:0 #000000;
		margin: 0;
	}

		#header
		{
			border-bottom: 10px solid #07790E;
			height: 98px;
			/*background: transparent url(images/header2.gif) no-repeat left top;*/
			width: 100%;
			min-width: 50%;
			display: block;
		}

		#header span { display: none; }

		#header h1
		{
			position: relative;
			padding-top: 20px;
			height: 40px;
			vertical-align: bottom;
			text-align: center;
			font-size: 300%;
		}
		
		#menu
		{
			float: left;
			font-size: 16px;
			display: block;
			width: 130px;
			height: 100%;
			background-color: #FADAAB;
			background-position: left;
			border: 4px solid #FFFF66;
			padding: 15px;
			position: relative;
			z-index: 99;
		}

		
		#contents
		{
			display: block;
			font-size: 1em;
			margin-left: 165px;
			padding: 20px;
			/*background-position: center;*/
		}


		h1
		{
			font-size: 200%;
			font-weight: bold;
			text-align: left;
			position: relative;
			padding: 20px;
			color: #07790E;
		}
		h2
		{
			font-size: 150%;
			font-weight: bold;
			text-align: left;
			position: relative;
			padding: 20px 20px 10px 20px;
			color: #07790E;
		}

		h3
		{
			font-size: 120%;
			font-weight: bold;
			text-align: left;
			position: relative;
			padding: 15px 20px 10px 20px;
			color: #07790E;
		}

		h4
		{
			font-size: 100%;
			font-weight: bold;
			text-align: left;
			position: relative;
			padding: 10px 20px 10px 20px;
			color: #07790E;
		}

		.Haupttext
		{
			padding: 0px 20px 10px 20px;
		}

		.HaupttextRechts240
		{
			padding-left: 260px;
		}

		.TextListe
		{
			list-style-type: square;
			padding-left: 40px;
		}
		.ListeRechts240
		{
			list-style-type: square;
			padding-left: 280px;
		}
		.TextInBox
		{
			display: block;
			font-size: 1em;
			margin-left: 30px;
			padding: 20px;
			border-right-style: solid;
			border-bottom-style: solid;
			border-width: 5px;
			border-color: #000000;
			background-color: #FFFFFF;
			
		}	
		.TitleInBox
		{
			text-align: center;
			font-size: 2em;
		}

		#footer
		{
			clear: both;
			height: 20px;
			background-color: #CCFF00;
		}

