/*******************************************************************************

	Project		:	Redaxo 4.1.0 lok-waggonbau.de
	Copyright	:	SCHOLZ

*******************************************************************************/

/* ### Header Navigation ##### */

#navheight_horiz_vert {
	min-height: 153px;
	margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }

#header-nav {
	height: 17px;
	width: 833px;
	padding-top: 15px;
	padding-right: 5px;
}

#header-nav a,
#header-nav a:link {
	font-size: 0.9em;
	color: #666666;
}

#header-nav a:link {
	font-size: 0.9em;
	color: #666666;
}

#header-nav a:hover {
	font-size: 0.9em;
	color: #666666;
	text-decoration: underline;
}

#header-nav a.current, 
#header-nav a.current:link {
	color:#fff;
	background-color: #4B5761;
	padding: 0 8px;
}

#nav-header a.current:hover {
	color:#eee;
	background-color: #4B5761;
	padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
	display:block;
	float:left;
	width:175px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	margin-top: 15px;
	padding-bottom: 50px;
}

#nav-top {
	display:block;
	float:left;
	width:175px;
	height: 10px;
}

#nav-cont {
	display:block;
	float:left;
	width:175px;
}

#nav-bottom {
	display:block;
	width:175px;
	background-image: url(naviBottom.gif);
	background-repeat: no-repeat;
	float: left;
	height: 7px;
	background-position: 5px;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	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: 120px;
}
* html body #navheight_vert { height: 120px; } /* IE 6 / 5.5 Hack */
/*
#navheight_vert ul.nav1st {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
*/

/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	font-size:1.2em;
	padding: 0px;
}

ul.nav1st li {
	display: block;
	color:#666666;
	background: inherit;
	text-align: left;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	width: 175px;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#333333;
	background: inherit;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 166px;
	text-decoration: none;
	text-indent: 10px;
}

ul.nav1st a:hover {
	color:#333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 166px;
	background-color: inherit;
	background-image: url(2009naviHover.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 10px;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#fff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
	background-color: inherit;
	width: 166px;
	background-image: url(2009naviActive.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	background-position: 0px;
	font-weight: bold;
}

ul.nav1st li a.current:hover {
	color:#fff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 9px;
	width: 166px;
	text-indent: 10px;
	background-color: inherit;
	background-image: url(2009naviActive.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	font-size:0.9em;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	display: block;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	text-align: right;
	display: block;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	width: 165px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: normal;
}


ul.nav2nd a:hover {
	color:#333333;
	width: 165px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(2009naviHover.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	display: block;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	background-image:url(2009navi2ndActive.gif);
	background-position:12px;
	background-repeat: no-repeat;
	color:#333333;
	width: 165px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	display: block;
}

/* ### nav3rd - third level navigation ######################################### */

ul.nav3rd {
	font-size:0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	background-image: none;
	display: block;
	padding: 0px;
}

ul.nav3rd li {
	text-align: right;
	display: block;
	background-image: url(2009naviHover.gif);
	background-repeat: no-repeat;
	background-position: 25px;
	font-weight: normal;
}

ul.nav3rd a, 
ul.nav3rd a:link {
	font-weight: normal;
	background-image: url(2009naviHover.gif);
	background-repeat: no-repeat;
	background-position: 25px;
}

ul.nav3rd a:hover {
	color:#333333;
	width: 165px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: none;
	display: block;
}

ul.nav3rd li.active3rd a, 
ul.nav3rd li.active3rd a:link {
	color:#333333;
	width: 165px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-weight: bold;
	background-image: url(2009naviHover.gif);
	background-repeat: no-repeat;
	background-position: 25px;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

