/* CSS Document */
#HeaderOuterDiv
{
	background-image: url("../images/header/header_bg.jpg");
	background-repeat: no-repeat;
	width: 990px;
	height: 135px;
	z-index: 10;
}
#HeaderLogoDiv
{
	float: left;
	z-index: 20;
}
#HeaderGenericNaviTop
{
	float: right;
	height: 20px;
	background-color: #D5EDC7;
	z-index: 20;
}
#HeaderGenericNaviTop a
{
	font-weight: bold;
	color: #316216;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	font-size: 11px;
}
#HeaderGenericNaviBottom
{
	height: 20px;
	background-color: #58AB27;
	font-weight: bold;
	color: #FFF;
	width: 990px;
	padding: 0;
	margin-bottom: 30px;
}
#HeaderGenericNaviBottom a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px 3px 0px 3px;
}
#HeaderGenericNaviBottomLinks
{
	float: left;
	padding: 3px 0 0 10px;
}
#HeaderGenericNaviBottomSearch
{
	float: right;
}
#HeaderGenericNaviBottomSearch input
{
	width: 150px;
	height: 18px;
	border: solid 1px #316216;
	padding: 0px 2px 0px 2px;
	color: #316216;
	font-weight: normal;
}
#HeaderGenericNaviBottomSearch input.suchenbutton
{
	width: 30px;
	height: 18px;
	border-width: 0px;
	color: #FFF;
	font-weight: bold;
	background-color: #58AB27;
	cursor: hand;
}
