#nav {
	display:block;
	float:left;
	width:208px;
	background:url(bg_nav.gif) repeat-y;
}
#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: right;
}
#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}
#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}
#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */
#navheight_vert ul.nav1st { padding:10px 20px;  }
#nav_header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	text-align: center;
	}	
ul.nav1st {
	padding:0;
	margin:0;
	position: relative;
	float:right;
	top:121px;
	font-size:1.0em;
	text-transform:uppercase;
}
ul.nav1st li {	
	display: inline;
}	 
ul.nav1st li a.navpunkt-33 {
	background-color: #98258f;
	border-left: 1px solid #502;
	font-weight: bold;
}
ul.nav1st li a.navpunkt-33:hover {
	background-color:#74116c;
}

ul.nav1st li a, 
ul.nav1st li a:link {
	position:relative;
	text-decoration: none;
	padding: 101px 15px 5px 15px;
	border-left: 1px solid #b4d700;
	margin:0;
	color: #fff;
}
ul.nav1st li a:hover {
	border-left: 1px solid #s4f700;
	text-decoration: none;
	color: #fff;
	background: #b4d700;
}
ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	border-left: 1px solid #414141;
	text-decoration: none;
	color: #aaa;
	background: #484647;
}
ul.nav1st li a.current:hover {
	border-left: 1px solid #333;
	text-decoration: none;
	color: #fff;
	background: #555;
}
/* ### nav2nd - second level navigation ######################################### */
#subnavi {
	background: url(subnav_bg.jpg) 0 0 no-repeat #484848;
	width: 209px;
	float:right;
	margin-right: 1px;
	padding: 20px 18px 15px 10px;
	color: #ccc;
}
ul.nav2nd {
	padding:0;
	margin: 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
	width: 200px;
	float:right;
}
ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
	list-style: none;
	list-style-image: none;
}
ul.nav2nd a, 
ul.nav2nd a:link {
	margin:0;
	display:block;
	color: #9b9b9b;
	border-bottom: 1px #000 solid;
	background: #333332;
	padding:4px 12px 4px 10px;
}


ul.nav2nd a:hover {
	color:#ddd;
	background: #232323;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {

	background: #555;
	color:#fff;
}


/* ### Breadcrump Navigation #################################################### */
#breadcrumb {
margin: 0 0 10px 0;
padding:0};
