* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

body {
	margin:0px;
	padding:0px;
	font-size: 62.5%;
	line-height: 20px;
	color: #333333;
	background-attachment: fixed;
	background-image: url("../images/BG.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	}

#content {
	font-size: 1.3em;
	line-height: 20px;
	text-align:left;
	background-color:#FEF9F4;
	}

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px; /* oben rechts unten links */
	background: url("../images/fuss_icon.gif") no-repeat left top;
	padding-left:20px;
	padding-top:3px;
	color: #E67A18;
	}

hr {
	margin-bottom: 20px;
	}

p {
	margin-top: 0px;
	margin-bottom: 20px;
	}

form {
	display: inline;
	}

#content ul {
	margin-top:0;
	margin-left:20px;
	padding-left:0px;
}


.window {
	font-size: 1.2em;
	line-height: 20px;
	text-align:left;
	background-color:#FFFFFF;
	}

.margin0 {
	margin: 0;
	}

.Boarder {
	border: 1px;
	border-style: solid;
	border-color: #B0B0B0;
}


.BodyBoarderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B0B0B0;
}
.BodyBoarderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0B0B0;
}
.NaviBoarder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C2C1C0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C1C0;
	background-color: #FFFFFF;
}

.fenster_mit_fuss {
	background-image: url("../images/fenster_mit_fuss.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	}



A			{color: #47944E; text-decoration: underline;}
A:visited	{color: #47944E; text-decoration: underline;}
A:hover		{color: #47944E; text-decoration: none;}
A:active	{color: #47944E; text-decoration: underline;}



/* ///////////////////////////// NAVI-KONSTRUKT START ///////////////////////////// */
#navleft {
	float: left;
	padding-left:11px;
	padding-right:11px;
	width: 174px;
	font-size: 1.2em;
	text-align:left;
}

/* ################# Navleft First Level ################# */
#navleft ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-position: outside;
	color: #666666;
}
#navleft ul li {
	padding: 0px 0px 1px 0px; /* oben rechts unten links */
	background: url("../images/trenner-navi.gif") no-repeat left bottom;
}
#navleft ul li a, #navleft ul li a:visited, #navleft ul li a:active {
	text-decoration: none;
	color: #47944E;
	padding: 6px 0px 3px 4px; /* oben rechts unten links */
	display: block;
	height:23px;
}
#navleft ul li a:hover {
	text-decoration: underline;
	color: #47944E;
		border-right-color: #FBD6B8; /*Rechter Streifen Navi (Hover)*/
		border-right-style: solid;
		background-color:#FCF2EA; /*Hintergrund Navi (Hover)*/
}
	/* Aktiver Link */
	#navleft ul li a#navleftFirstLevel, #navleft ul li a:visited#navleftFirstLevel, #navleft ul li a:active#navleftFirstLevel {
		color: #47944E;
		border-right-width: 4px;
		border-right-color: #FBD6B8; /*Rechter Streifen Navi (Aktiv)*/
		border-right-style: solid;
		background-color:#FCF2EA; /*Hintergrund Navi (Aktiv)*/
	}
	#navleft ul li a:hover#navleftFirstLevel {
		color: #47944E;
	}
	
		/* ################# Navleft Second Level ################# */
		#navleft ul li ul li {
			padding: 1px 0px 0px 0px; /* oben rechts unten links */
			background: url("../images/trenner-navi.gif") no-repeat left top;
		}
		#navleft ul li ul li a, #navleft ul li ul li a:visited, #navleft ul li ul li a:active {
			padding: 3px 0px 3px 10px; /* oben rechts unten links */
			color: #47944E;
			border-right-width: 4px;
			border-right-color: #DCDCDC; /*Rechter Streifen Subnavi (Inaktiv)*/
			border-right-style: solid;
			background-color:#FFFFFF; /*Hintergrund Subnavi (Inaktiv)*/
		}
		#navleft ul li ul li a:hover {
			color: #47944E;
		}
			/* Aktiver Link */
			#navleft ul li ul li a#navleftSecondLevel, #navleft ul li ul li a:visited#navleftSecondLevel, #navleft ul li ul li a:active#navleftSecondLevel {
				color: #47944E;
				border-right-width: 4px;
				border-right-color: #FBD6B8; /*Rechter Streifen Subnavi (Aktiv)*/
				border-right-style: solid;
				background-color:#FFFBF8; /*Hintergrund Subnavi (Aktiv)*/
			}
			#navleft ul li ul li a:hover#navleftSecondLevel {
				color: #47944E;
			}
/* ///////////////////////////// NAVI-KONSTRUKT ENDE ///////////////////////////// */
