/* Sprachauswahl */
#menu_lang {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 23px;
	margin: 9px 0 0 10px;
	background-color: #B5B5B7;
	border: 1px solid #98989B;
	z-index: 10;
	text-align: left;
}

#menu_lang_img {
	position: absolute;
	top: 7px;
	right: 2px;
	z-index: 11;
	display: none;
}

#submenu_lang {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	margin: 33px 0 0 10px;
	border: 1px solid #98989B;
	background-color: #B5B5B7;
	z-index: 10;
	display: none;
}

#submenu_lang div.lang_border {
	border-bottom: 1px solid #98989B;
}
/* Sprachauswahl Ende */

/* Menu Top */
#menu_top div {
	position: relative;
	height: 27px;
	float: left;
	margin-right: 5px;
	background-color: #D3042B;
	border: 1px solid #98989B;
	text-align: center;
}

#menu_top div.button_active {
	background-color: #FFFFFF;
}

#menu_home {
	width: 113px;
}

#menu_unternehmen {
	width: 113px;
}

#menu_technologie {
	width: 113px;
}

#menu_produktprogramm {
	width: 156px;
}

#menu_service {
	width: 112px;
}

#menu_news {
	width: 70px;
}

#menu_presse {
	width: 113px;
}

#menu_kontakt {
	width: 113px;
}
/* Menu Top Ende */

/* Menu Sub */
.submenu div {
	position: relative;
	height: 29px;
	margin: -1px 5px 0 0;
	background-color: #B5B5B7;
	border: 1px solid #98989B;
	z-index: 10;
	text-align: left;
}

#submenu_unternehmen {
	float: left;
	width: 120px;
	visibility: hidden;
}

#submenu_technologie {
	float: left;
	width: 120px;
	visibility: hidden;
}

#submenu_produktprogramm {
	float: left;
	width: 163px;
	visibility: hidden;
}

#submenu_service {
	float: left;
	width: 119px;
	visibility: hidden;
}

#submenu_news {
	float: left;
	width: 77px;
	visibility: hidden;
}

#submenu_presse {
	float: left;
	width: 120px;
	visibility: hidden;
}
/* Menu Sub Ende */

/* Menu Left */
#left div.button_main {
	position: relative;
	top: 0px;
	left: 2px;
	width: 180px;
	height: 23px;
	margin-bottom: 1px;
	background-color: #D3042B;
}

#left div.button {
	position: relative;
	top: 0px;
	left: 2px;
	width: 180px;
	height: 23px;
	margin-bottom: 1px;
	background-color: #B5B5B7;
}

#left div.subbutton {
	position: relative;
	top: 0px;
	left: 2px;
	margin-bottom: 1px;
	width: 180px;
	height: 23px;
	background-color: #CBD5DC;
}

#left div.button_active {
	position: absolute;
	top: 1px;
	width: 12px;
	height: 21px;
	background-color: #D3042B;
}

#left div.bottom {
	position: absolute;
	bottom: 3px;
	width: 100%;
}

#left div.bottom_button {
	position: relative;
	top: 0px;
	left: 2px;
	margin-top: 5px;
	width: 180px;
	height: 28px;
	background-color: #B5B5B7;
}
/* Menu Left Ende */

/* Menu Right */
#right div.button {
	position: relative;
	margin: 0 2px 3px 2px;
	width: 168px;
	height: 28px;
	background-color: #98979C;
	text-align: center;
}
/* Menu Right Ende */