html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	font-family:  verdana, arial, helvetica, sans-serif;
	background-image: url(../img/mainBg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	background-color: #f8f4e8;
}

#navigation {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 760px;
	height: 100%;
	right: 0px;
	background-color: #75b76d;
	background-image: url(../img/naviBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

html>body #navigation {  /* nur fuer moderne Browser! */
	position: fixed;
}

#mainContent {
	position: absolute;
	width: 700px;
	font-size: 17px;
	line-height: 24px;
	margin: 0px;
	padding: 30px;
}

#zusatzContent {
	position: absolute;
	left: 15px;
	bottom: 140px;
	width: 200px;
	height: 50px;
}

#naviTree {
	margin-top: 150px;
	margin-left: 15px;
	width: 200px;
	font-size: 18px;
	line-height: 24px;
}

#naviList {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 25px;
}

a.navigationLink, a.navigationLink:visited, a.navigationLink:active {
	color: #000000;
	text-decoration: none;
	border: 0px;
}

li.navigationLink:hover, a.navigationLink:hover, a.navigationLinkActive:hover, li.navigationLinkActive:hover {
	color: yellow;
	border: 0px;
}

a.navigationLinkActive, li.navigationLinkActive {
	color: #ffffff;
	border: none;
}

p {
	text-align: justify;
}
