/*************************************************************************************

	Project		:	klimping.de
	Copyright	:	dD design.de - Dawid Rogaczewski - www.darodesign.de

*************************************************************************************/

/* ### Header Navigation ##################################################### */

#navheight_horiz_vert { 
	margin: 20px 0;
}

#navheight_horiz_vert ul.nav1st { 
	padding: 0px;
}

#nav-header { 
	font-size: 1.3em;
}

#nav-header li { 
	float:left;
	padding: 5px;
}

#nav-header a, 
#nav-header a:link { 
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4f472d;
	padding: 5px 10px 5px 10px;
}

#nav-header a:hover { 
	color: #fff;
	background-color: #908253;
}

#nav-header a.current, 
#nav-header a.current:link { 
	color: #4f472d;
	background-color: #fff;
}

#nav-header a.current:hover { 
	color: #fff;
	background-color: #4f472d;
}

/* ### Sub Navigation ######################################################### */

#nav { 
	display: block;
	width: 200px;
	background: url(bg_nav.gif) repeat-y;
	float: left;
}

#nav p.copy,
#nav p { 
	padding-top: 18px;
	padding-right: 33px;
	color: #908253;
	background: inherit;
	text-align: right;
}

#nav p.copy a,
#nav p.copy a:link { 
	color: #908253;
	background: inherit;
	text-decoration: none;
	padding: 2px 3px 2px 3px;
}

#nav p.copy a:hover { 
	color: #fff;
	background: #008aff;
}

#navheight_vert { 
}

#navheight_vert ul.nav1st { 
	padding: 0 10px 0 0;
}

/* ### nav1st - first level navigation ######################################## */

ul.nav1st { 
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 1px 0px;
}

ul.nav1st li { 
	display: block;
	padding: 0;
	color: #908253;
	background: inherit;
	font-weight: bold;
	text-align: left;
}

ul.nav1st a, 
ul.nav1st a:link { 
	display: block;
	color: #fff;
	text-transform: uppercase;
}

ul.nav1st a:hover { 
	color: #fff;
	background: #008aff;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link { 
	color: #fff;
	background: #008aff;
	padding: 3px 5px 3px 5px;
}

ul.nav1st li a.current:hover { 
	color: #fff;
	background: #008aff;
	padding: 3px 5px 3px 5px;
}

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd { 
	margin: 0 0 10px 0;
	font-size: 7pt;
	font-weight: normal;
	text-transform: none;
}

ul.nav2nd li { 
	padding: 0;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #908253;
	text-align: left;
}

ul.nav2nd a, 
ul.nav2nd a:link { 
	display: block;
	color: #fff;
	padding: 6px 13px 6px 13px;
	text-transform: uppercase;
}

ul.nav2nd a:hover { 
	color: #fff;
	background: #008aff;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link { 
	color: #fff;
	background: #008aff;
}

/* ### nav3nd - second level navigation ######################################### */

ul#nav3rd li { 
	padding: 0;
	margin: 1px 0 0px 0;
	font-weight: normal;
	border-bottom: none;
	text-align: left;
}

ul#nav3rd a, 
ul#nav3rd a:link { 
	display: block;
	color: #fff;
	padding: 6px 13px 6px 13px;
	text-transform: uppercase;
	background: #777;
}

ul#nav3rd a:hover { 
	color: #fff;
	background: #008aff;
}

ul#nav3rd li.active a, 
ul#nav3rd li.active a:link { 
	color: #fff;
	background: #999;
}

/* ### Breadcrump Navigation #################################################### */

#sitePath { 
	float: left;
	padding-left: 20px;
	color: #c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link { 
	color: #c4d4dc;
	background: inherit;
	text-transform: none;
}
