html, body{ 
 background-image: url(../images/header/header_unternehmen.jpg);
 background-repeat: no-repeat;
 background-position: 50% 20px;
}
 
#balken1 
{
	background-color: gray;
}

.balken2 {
	background-image: url(../images/line_white.png);
	background-repeat: repeat-x;
}

#balken3 {
	background-color: gray;
}

#suche .eingabe {
	background-color: #58585a;
	border: 0px;
	height: 23px;
	color: white;
}

#suche .go {
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 31px;
	height: 26px;
	position: absolute;
}

#suche p {
	color: White;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

#suche img {
	vertical-align: bottom;
}

#footer
{
	background-image: url(../images/lines_white.png);
	background-repeat: repeat-x;
	height: 40px;
}

#breadcrumb h1 {
	color: #fff;
}

#subMenu li a:link { color: #fff; }
#subMenu li a:visited { color: #fff; }
#subMenu li a:active { color: #fff; }
#subMenu li a:hover { color: #fff; background-image: url(../images/dot_gray.png); background-repeat: no-repeat; background-position: left center; }
#subMenu li a.active {color: #fff; background-image: url(../images/dot_gray.png); background-repeat: no-repeat; background-position: left center; }

#wrapper {
	background-image: url(../images/trans.png);
	background-repeat: repeat;
}