/* ================ */
/* TOP HEADER  */
/* ================ */

#header {
	max-width: 100%;
	padding-top:10px;
	text-align:center;
	margin-top:5px;
}

/* BUTTON TO OPEN SIDEMENU */

#sidemenu_open_button {
	float:left;
	padding:0;
	margin:0;
	padding-right:10px;
	font-size:1.25rem;
	cursor:pointer;
}


/* LOGO */

#companylogo {
	float:left;
  max-width: 100%;
  height: auto;
}


/* BUTTONS: search,download,account,language   */

#header_buttons {
	float:right;
	padding-top:6px;
}

#header_buttons a {
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	background: #b9b9b9;
	color: white;
	cursor: pointer;
	border-radius: 3px;
	margin-left:5px;
}

#header_buttons a:hover {
	background: #b9b9b9;
	text-decoration: none;
}

#header_buttons a img {
	vertical-align:middle;
	padding-bottom:3px;
}



/* ================ */
/* TOP IMAGE  */
/* ================ */

#header-image-container {
	position:relative;
	text-align:center;
}

#header-image {
	border-radius: 5px;
  max-width: 100%;
  width:900px;
  height: auto;
	margin-top:20px;
}

#header-image-toggle {
	position:absolute;
	top:27px;
	right:7px;
	text-decoration: none;
	width:7px;
	height:7px;
	background:url("/images/toggle-minus.png") no-repeat center center transparent;
}

#header-image-toggle:visited,
#header-image-toggle:link,
#header-image-toggle:hover,
#header-image-toggle:active,
#header-image-toggle:focus {
	text-decoration: none;
}



/* ================ */
/* TOP MENUBAR  */
/* ================ */

#menubar ul,
#menubar li,
#menubar span {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

#menubar a {
  border: 0;
  position: relative;
  white-space: nowrap;
}

#menubar li {
	list-style-type:none;
}

#menubar {
	z-index: 100;
	margin: 15px 0px 0px 0px;
  border-radius: 5px;
  background: #e9e9e9;
  width: auto;
  height:auto;
}

#menubar a {
	line-height: 50px;
}

#menubar > ul > li:first-child a {
	xxheight: 50px;
}

#menubar ul {
	width:100%;
	height:100%;
}

#menubar:after,
#menubar ul:after {
  content: '';
  display: block;
  clear: both;
}
#menubar a {
  display: inline-block;
  color: #555555;
  text-decoration: none;
}

.menubar_de ul > li > a {
	margin:0px;
	margin-right: 5px;
	padding-top:0px;
	padding-bottom:0px;
  padding-right: 15px;
  padding-left: 15px;
}

.menubar_en ul > li > a {
	margin:0px;
  margin-right: 15px;
	padding-top:0px;
	padding-bottom:0px;
  padding-right: 15px;
  padding-left: 15px;
}

#menubar span {
	font-weight: 400;
	font-size: 18px;
}

#menubar ul {
  list-style: none;
}

#menubar ul ul {
	z-index: 999;
}

#menubar > ul {
  float: left;
}

#menubar > ul > li {
  float: left;
}

#menubar > ul > li > a{
	xxpadding-right:12px;
}




#menubar > ul > li.active a,
#menubar > ul > li:hover > a {
  color: black;
	background: #f3f3f3;
}

/* HOME ICON */

#menubar > ul > li:first-child {
	padding-right:10px;
	
}

#menubar > ul > li:first-child a {
	background: #a9a9a9;
	color: white;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  margin-right:0px;
}

#menubar > ul > li:first-child a img {
	vertical-align:middle;
}


/* sub menu */

#menubar .has-sub:hover > ul {
  display: block;
}

#menubar .has-sub ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width:auto;
}

#menubar .has-sub ul li {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

#menubar .has-sub ul li:last-child {
	border: 1px solid #e1e1e1;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
}

#menubar .has-sub ul li a {
	background: #f3f3f3;
  color: #666666;
  display: block;
  margin-right:0px;
}

#menubar .has-sub ul li:hover a {
	color:black;
	font-weight:bold;
	background: #efefef;
}

#menubar .has-sub ul li:last-child:hover a {
  xxborder-radius: 0px 0px 5px 5px;
  xx-moz-border-radius: 0px 0px 5px 5px;
  xx-webkit-border-radius: 0px 0px 5px 5px;
}

#menubar .has-sub .has-sub:hover > ul {
  display: block;
}
#menubar .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#menubar .has-sub .has-sub ul li a {
  background: #6b6d6e;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#menubar .has-sub .has-sub ul li a:hover {
  background: #525354;
  xxbox-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  xx-moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
  xx-webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.15);
}