/* CSS Header-Definitions // Heinrichs Stauerei */

#header
{
	height: 175px;
	background: url(../_img/header/home.jpg) no-repeat;
	position: relative;
	border-bottom: 1px solid #04448f;
	width: 849px;
}

#logo_left, #logo_right
{
	width: 303px;
	height: 78px;
	position: absolute;
	bottom: -20px;
}

#logo_left
{
	text-align: center;
	padding-top: 20px;
	background: url(../_img/header/bg_left.png) top left no-repeat;
}

#logo_right
{
	right: -1px;
	text-align: center;
	padding-top: 0px;
	height: 98px;
	background: url(../_img/header/bg_right.png) top right no-repeat;
}