/*******************************************************************************
	Project		:	Motron Steuersysteme GmbH
	Copyright	:	Design - Jens Käding - www.jenskaeding.de
*******************************************************************************/
/*	Navigation vertical - 
	Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
	min-height: 192px;
	margin: 2px 0px;
}
* html body #navheight_horiz_vert { height: 100px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 40px 0px 0px; }

#nav-header {
	font-size: 1.3em;
}

#nav-header li {
	display:inline;
/*	border-left: 1px solid #aaa;*/
}

#nav-header a, 
#nav-header a:link {
	color:#666; 
	text-decoration: none;
	text-transform: none;
	padding: 0 30px;
}

#nav-header a:hover {
	color:#000;
	padding: 0 30px;
}

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

#nav-header a.current:hover {
	color:#000;
	padding: 0 30px;
}



/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:267px;
}

#nav p.copy,
#nav p {
	padding-left:45px;
	padding-bottom: 7px;
	color:#666;
	text-align: left;
}

#nav p.copy a,
#nav p.copy a:link {
	color: #666;
/*	background: inherit;*/
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #000;
/*	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:15px 20px;  }



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

ul.nav1st {
	font-size:1.2em;
}

ul.nav1st li {
	display: block;
	padding:35px 0px;
	color:#ccc;
	background: inherit;
	text-align: right;
}

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

ul.nav1st a:hover {
	padding:0px 0px 5px 0px;

	color:#000;
	background: inherit;
	padding: 1px 0;
}

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

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



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

ul.nav2nd { 
	margin: 0 0 0px; 
	font-size:1em; 
	font-weight:normal; 
	line-height: 1.6em;
	text-transform:none; }

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 16px 10px;
	background-image:url(unten-rot-leer-neu.gif);
	background-position:24px 8px;
	background-repeat: no-repeat;
}

ul.nav2nd a:hover {
	padding:4px 17px 16px 10px;
	background-image:url(unten-rot-voll-neu.gif);
	background-position:24px 8px;
	background-repeat: no-repeat;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 16px 10px;
	background-image:url(unten-rot-voll-neu.gif);
	background-position:24px 8px;
	background-repeat: no-repeat;
	color:#37444f;
}



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

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

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

