#header {
	width: 960px;
	height: 160px;
	margin-bottom: 21px;
	position: relative;
	zoom: 1;
}
#header.home {
	height: 139px;
}

#header div.topPanel {
	background: url(../img/head/bgHeaderTopPanel.png) no-repeat 0 0;
	height: 85px;
}
#header div.topPanel #menuHeader {
  height: 26px;
  float: right;
  margin-top: 3px;
  color: #fff;
  zoom: 1;
}
#header div.topPanel #menuHeader a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
#header #logo  {
  margin-top: 0px;
  margin-left: 40px;
  width: 300px;
  float: left;
}
#header .ausgabe{
  float: right;
  width: 300px;
  margin-right: 9px;
  padding-left: 30px;
  zoom: 1;
}
#header .kontaktText {
	display: none;
	padding-top: 5px;
	padding-left: 100px;
}
#header .suchForm {
	display: none;
}
#header .ausgabe .suchForm input{
  margin: 2px 0px 8px 0px;
}
#header .ausgabe .text{
  padding-left: 8px;
}
#header .ausgabe .suchForm .suchtext{
  height: 21px;
  border: 1px solid black;
  
}
#header a{
  text-decoration: none;
  color:#787878;
}

#header .suche {
  float: left;
  padding: 3px 20px;
}
#header .sprache {
  float: left;
  padding: 3px 20px;
}
#header div.facebook {
  float: left;
  margin-right: 9px;
   padding: 0px 20px 0px 20px;
}


#header .ausgabe .lupe{
  width: 23px;
  height: 23px;
  margin-right: 75px;
  float: right;
}
#header .ausgabe .lupe img{
  margin-top: 2px;
}
#header .kontakt {
  float: left;
  margin-right: 9px;
   padding: 3px 40px 3px 20px;
}
#header #menuMain {
  height: 34px;
  background: url(../img/head/bgMenu.png) no-repeat 0 0;
  position: relative;
}

#header #menuMain.hi {
  background: url(../img/head/bgMenuHi.png) no-repeat 0 0;
}

#header #menuMain > li {
  height: 32px;
  float: left;
  background-image: url(../img/head/menuDivider.gif);
  background-repeat: no-repeat;
  background-position: right;
  zoom: 0;
}

#header #menuMain > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
}
#header #menuMain li a {
  color: #424242;
}
#header #menuMain > li > a {
  padding-top: 5px;
  display: block;
  height: 28px;
  color: #424242;
  margin-right: 2px;
}



#header #menuMain li.sfHover > a,
#header #menuMain li.opened > a {
  color: #d1452e;
}

#header #menuMain > li.sfHover > a,
#header #menuMain > li.opened > a {
  background: url(../img/head/bgMenuMainHi.png);
}

#header #menuMain li  a:hover {
  color: #d1452e;
}

#header #menuMain > li:first-child > a {
  margin-left: 10px;
  padding-left: 30px;
}
#header #menuMain > li > ul.menuSub {
  left: 0px;
  zoom: 0;
}
#header #menuMain > li > ul.menuSub {
  z-index: 100;
  position: absolute;
  margin: 0px;
  margin-top: 0px;
  width: 100%;
  background: url(../img/head/bgMenuSub.png) no-repeat 0 0;
  padding: 0px;
  padding-left: 28px;
  display: none;
}
#header #menuMain > li.sfHover > ul.menuSub,
#header #menuMain > li.opened > ul.menuSub {
  display: block;
}
#header #menuMain > li > ul.menuSub li {
  float: left;
  height: 27px;
  padding-top: 7px;
}
#header #menuMain > li > ul.menuSub li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid #b3b3b5;
}
#header #menuMain > li > ul.menuSub li > ul.menuSubSub {
  position: absolute;
  margin: 0px;
  top: 16px;
  margin-top: 16px;
  background-color: #E1E1E1;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b5;
  border-left: 1px solid #b3b3b5;
  border-right: 1px solid #b3b3b5;
  display: none;
}
#header #menuMain > li > ul.menuSub li > ul.menuSubSub > li {
  float: none;
  height: 13px;
  padding-left: 15px;
  margin-left: 0px;
  word-spacing: 1px;
}
#header #menuMain > li > ul.menuSub li > ul.menuSubSub > li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  border: none;
  background-image: url(../img/head/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 10px;
}

#header #breadcrumb {
	margin-top: 40px;
	padding-left: 20px;
	color: white;
}
#header #breadcrumb a {
	color : white;
}
#header #breadcrumb a:hover {
	text-decoration: underline;
}
