@charset "utf-8";

/* :: Landfleischerei Hennickendorf GmbH :: (c) 2009 by hikelCOM.de :: */


/* ===== mainnav - general ===== */

#mainnav
{
	position: relative;
}


#mainnav ul
{
	position: absolute;
	top: 208px;
	left: 39px;
	z-index: 500;
	background: transparent url(../img/shared/img/design/design_mainnav.gif) no-repeat;
	width: 726px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	/*border: 1px solid yellow;*/
}


#mainnav ul li,
#mainnav ul li a
{
	margin: 0;
	padding: 0;
	position: absolute;
	height: 30px;
	/*border: 2px solid orange;*/
}


/* ===== footmainnav - general ===== */



#footmainnav ul
{
	float: right;
	width: 90px;
	height: 75px;
	margin: 90px 110px 0 0;
	padding: 0;
	text-align: right;
	list-style: none;
	/*border: 1px dashed yellow;*/
}


#footmainnav ul li,
#footmainnav ul li a
{
	display: block;
	padding: 0;
	margin: 0;
}



/* ===== header-mainnav - general ===== */

#header-mainnav ul
{
	float: right;
	width: 120px;
	height: 55px;
	margin: 0;
	padding: 35px 0 0 0;
	text-align: center;
	list-style: none;
	/*border: 1px dashed orange;*/
}


#header-mainnav ul li,
#header-mainnav ul li a
{
	display: block;
	line-height: 15px;
	padding: 0;
	margin: 0;
}



/* ===== subnav ===== */

#subnav
{
	position: relative;
}	
	
	
#subnav > ul
{
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 100;
	width: 594px;
	height: 25px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 8px;
	list-style: none;
	list-style-type: none;
	background: url(../img/design/design_subnav.jpg) -1px 0 no-repeat;
	/*border: 1px dashed magenta;*/
}


#subnav li,
#subnav ul a
{
	display: block;
	float: left;
	width: 112px;
	height: 23px;
	margin: 0;
	padding: 0;	
}


#subnav ul a
{
	color: #1d2a54;
	font-size: 9px;
	padding: 3px 0 0 0;
	font-stretch: narrower;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	background: url(../img/design/subnav_off.gif) 0 0 no-repeat;
	/*border: 2px solid yellow;*/
}

#subnav a:hover,
#subnav a.act
{
	background: url(../img/design/subnav_on.gif) 0 0 no-repeat;
}
