/* Allgemeine Formatierungen */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #629e15;
}
a:hover {
	color: #33520b;
}
body {
	color: #333333;
	font: normal 75% Arial, Helvetica, sans-serif;
	background: #33520b url(images/bg3.jpg) repeat-y center top;
}
input {
	color: #555555;
	font: normal 1.1em;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {
	margin-left: 1.2em;
}
h1 {
	font-size: 1.4em;
}


h1, h2, h3, h4 {
	color: #444444;
}

/* struktureller Aufbau */
#all {
	margin: 0 auto;
	width: 800px;
	height: 100%;
	/*padding-left: 1px;*/
}

/* IE hack */
* html #all {  
  padding-left: 1px;    /* Internet Explorer 5.x */  
}


/* Kopfzeile mit Logo */
#kopf {
	background: #629e15 url(images/kopf2.jpg) no-repeat;
	width: 800px;
	height: 220px;
	margin: 0 auto;
	font: bold 3.4em serif;
}
#kopf a img {
	border: solid 0px;
}

/* Main */
#main_all {
	float: left;
}

/* Hauptbereich */
#main_inner {clear: both;}
#main_inner #inhalt {
	width: 530px;
	float: left;
}
#main_inner h1#top {
	background: #356706 url(images/h1_b.jpg) repeat-x;
	color: #ffffff;
	font: bold 1.4em;
	display: block;
	line-height: 38px;
	padding-left: 18px;
}
#main_inner #content {
	padding: 10px 10px;
}
#main_inner #content img {
	border: 1px solid #dddddd;
	padding: 8px;
	margin: 3px;
}
#main_inner #content table td {
	padding: 3px;
}




/* Menue */
#menu {
	float: left;
	width: 270px;
}
#menu h1 {
	background: #8cb7d3 url(images/menu-top_2.jpg) repeat-x;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 38px;
	padding-left: 12px;
}
#menu ul {margin: 0; padding: 0;}

#menu li {
	list-style: none;
}
	/* Hauptmenuepunkte */
	#menu ul li a {
		background-image: url(images/menu4.jpg);
		background-color: #8fbad4;
		color: #333333;
		display: block;
		padding: 8px 4px 8px 10px;
		text-decoration: none;
		border-bottom: 1px solid #597587;
		font-size: 1.1em;
	}
	#menu ul li a:hover {
		background-color: #597587;
		background-position: 0px -80px; 
		color: #eeeeee;
		text-decoration: underline;
	}

		/* Untermenuepunkte Level 1 */
		#menu ul ul li a {
			background-color: #b8def0;
			background-position: 0px -160px; 
			color: #333333;
			display: block;
			text-decoration: none;
			padding: 4px 2px 4px 20px;
			font-size: 0.9em;
		}
		#menu ul ul li a:hover {
			background-color: #597587;
			background-position: 0px -226px; 
			color: #eeeeee;
			text-decoration: underline;
		}

			/* Untermenuepunkte Level 2 */
			#menu ul ul ul li a {
				background-color: #dff5fb;
				background-position: 0px -293px; 
				color: #333333;
				display: block;
				text-decoration: none;
				padding: 2px 0px 2px 30px;
				font-size: 0.7em;
			}
			#menu ul ul ul li a:hover {
				background-color: #597587;
				background-position: 0px -346px; 
				color: #333333;
				text-decoration: underline;
			}

				/* Untermenuepunkte Level 3 */
				#menu ul ul ul ul li a {
					background-color: #f5fdfe;
					background-position: 0px -400px;
					color: #333333;
					display: block;
					text-decoration: none;
					padding: 2px 0px 2px 40px;
					font-size: 0.5em;
				}
				#menu ul ul ul ul li a:hover {
					background-color: #597587;
					background-position: 0px -448px; 
					color: #333333;
					text-decoration: underline;
				}


#leeren {clear: both;}

/* Fusszeile */
#fuss {
	color: #ffffff;
	background: #629e15 url(images/fuss2.jpg) repeat-x;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 530px;
/*	position: absolute;
	bottom: 5px;*/
	float: left;
}
#fuss a {
	color: #ffffff;
}
#fuss a:hover {
	color: #ffffff;
	text-decoration: none;
}
