/* ### Header Navigation ##################################################### */

#navheight_horiz_vert { background-image: url(navi.png); background-repeat: repeat; min-height: 70px; margin-top: 10px; margin-right: 10px; margin-left: 10px; }
* html body #navheight_horiz_vert { min-height: 70px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:10px; }


#nav-header { font-size: 1.1em; letter-spacing: 0.1em; }


#nav-header li { border-right: 1px solid #343434; display:inline; }

#nav-header a, 
#nav-header a:link { color:#343434; padding: 0 12px; }

#nav-header a:hover {
	color:#d00109;
	padding: 0 12px;
}

#nav-header a.current, 
#nav-header a.current:link { color:#d00109; padding: 0 12px; }

#nav-header a.current:hover { color:#d00109; padding: 0 12px; }
#nav-breadcrumb { color: #000000; font-size: 1em; text-align: left; position: absolute; top: 10px; width: 750px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #d3c490; }
#nav-breadcrumb a, 
#nav-breadcrumb a:link { color:#000000; text-decoration: none; background-color: inherit; padding: 0 4px; }
#nav-breadcrumb a:hover { color:#000000; text-decoration: underline; padding: 0 4px; }
/* ### Sub Navigation ######################################################### */

#nav { background-color: #000; background-image: url(123.jpg); display:block; float:left; width:195px; min-height: 690px; }

* html body #nav { height: 100%; }

#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;
}

/*	Navigation horizontal and vertical - 
	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum n??chsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:0 10px 10px;  }


/* ### nav1st - first level navigation ######################################## */

ul.nav1st { color: #000000; font-size:1.1em; font-weight: bold; margin-top: 10px; padding-bottom: 10px; border: solid 1px #d4c491; }

ul.nav1st li { display: block; color:#343434; background: inherit; text-align: left; clear: both; padding-top: 0; padding-right: 0; padding-left: 0; }

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#000000;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st li a.current:hover {
	color:#fff;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd { font-size:0.9em; font-weight:normal; text-transform:none; padding-top: 8px; }

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link { padding: 6px 6px 6px 0; display:block; }


ul.nav2nd a:hover { background-color:#d4c491; color:#000000; padding: 6px 6px 6px 0; }

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link { color:#d00109; padding: 6px 6px 6px 0; }
ul.nav2nd li.active a:hover { background-color:#d4c491; color:#000000; padding: 6px 6px 6px 0; }


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#ad1023;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#ad1023;
	background: inherit;
	text-transform:none;
}