/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.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 {
	margin: 10px 0;
}

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


#nav-header {
	font-size: 12px;
	font-weight: bold;
}


#nav-header li {
	display: inline;
}

#nav-header a, 
#nav-header a:link {
	color: #fff;
	text-decoration: none;
	padding: 0px 22px 0px 19px;
	margin: 2px 0px 0px 0px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: inline;
}

#nav-header a:hover {
	color: #eee;
	padding: 0 0px;
	text-decoration: underline;
	padding: 4px 22px 4px 19px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav-header a.current, 
#nav-header a.current:link {
	color: #fff;
	padding: 0 0px;
	text-decoration: underline;
	padding: 4px 22px 4px 19px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav-header a.current:hover {
	color: #eee;
	padding: 0 0px;
	text-decoration: underline;
	padding: 4px 22px 4px 19px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
}


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

/* #nav {
	display: inline;
	float: left;
	margin-left: 407px;
} */

#nav p.copy,
#nav p {
	padding-right:0px;
	background: inherit;
	text-align: right;
}


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

#nav p.copy a:hover {
	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 {
}

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


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

ul.nav1st {
	padding:0px 0px;
	font-size:12px;
}

ul.nav1st li {
	display: inline;
	padding: 3px 0;
	color: #fff;
	font-weight: bold;
}

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

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

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

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


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

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

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

ul.nav2nd a, 
ul.nav2nd a:link {
	display: inline;
	padding: 4px 21px 4px 18px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding: 4px 21px 4px 18px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: underline;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding: 4px 21px 4px 18px;
	background-image: url(menue-trenner3.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: underline;
}


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

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

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