/* CSS Header-Definitions // mcGarden */

#header
{
	width: 100%;
	height: 160px;
	background: url(../_img/design/header_bg.jpg);
	position: relative;
}

#header img.maddin
{
	position: absolute;
	top: 0px;
	left: 12px;
	display: none;
}

#header img.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid #fff;
}

#header div.search
{
	position: absolute;
	top: 15px;
	right: 18px;
	height: 60px;
	width: 300px;
	background: url(../_img/design/header_search_ger.jpg) no-repeat;
	padding-left: 42px;
	padding-top: 20px;
}


#header div.search div.header_search_bg
{
	width: 140px;
	height: 23px;
	background: url(../_img/design/header_search_bg.jpg) no-repeat;
	position: absolute;
	top: 22px;
	left:170px;
}

#header div.search div.header_search_bg input
{
	width: 130px;
	padding: 4px 0 0 7px;
	border: none;
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #a7a3a2;
}

#header div.search .header_search_submit
{
	width: 26px;
	height: 26px;
	border: none;
	background: url(../_img/design/header_search_submit.jpg);
	position: relative;
	top: 0px;
	left: 150px;
	cursor: pointer;
}

#header div#navi
{
	position: absolute;
	left: 320px;
	top: 85px;
}

#header div#navi ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header div#navi ul li
{
	float: left;
	height: 78px;
	background:  url(../_img/design/navi/trenner.jpg) no-repeat right;
	padding-left: 14px;
	padding-right: 14px;
}

#header div#navi ul li a
{
	margin-top: 30px;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 3px;	
}

#header div#navi ul li a:hover,
#header div#navi ul li a.active
{
	border-bottom: 3px solid #f6cf18;
}

#header div#navi ul li a img
{
	border: none;
}