body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6a6a6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}


/*	Navigation vertical -
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:315px;
	height:100%;
	font-size:13px;
	line-height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#navigation li {
   padding: 0;
   margin: 0;
   list-style: none;
   }

#navigation a:link {
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation a:visited {
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation a:active {
	color:#999999;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation a:hover {
	color:#999999;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}

#navigation ul.nav1st {
	position:relative;
	top:0px;
	padding: 0;
	margin: 0;
}

#navigation ul.nav2nd {
	position:relative;
	top:0px;
	padding: 0;
	margin: 0;
	padding-left: 22px;
}

#navigation ul.nav1st a{
	display:block;
	font-weight:normal;
	text-decoration:none;
}

#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1{
    padding-left:0.0em;
	text-decoration:none;
}
#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2{
    padding-left:0.5em;
	text-decoration:underline;
}
#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3{
    padding-left:2.0em;
}
#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4{
    padding-left:3.0em;
}
#navigation ul.nav1st a.level5,
#navigation ul.nav1st a.current5{
    padding-left:4.0em;
}

#navigation ul.nav1st li,
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	padding:0px 0px 0px 0px;
}

#navigation ul.nav1st li.active {
	padding:0px 0px 0px 0px;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited, {
	color:#000000;
}

#navigation ul.nav1st a:hover {
	color:#999999;
}

