/* ===========================================================================*/
/* Menu linke Seite: Produkte */
/* ===========================================================================*/

#menu-left * {
	padding: 0;
	margin: 0;
	border: 0;
	white-space: nowrap;
	line-height: 18px;
}

#menu-left table {
	border-collapse: separate;
	empty-cells: hide;
	width: 130px;
	font-size: 11px;
	color: silver;
}

#menu-left td {
	white-space: nowrap;
	background-repeat: repeat-x;
	padding-right: 3px;
	text-align:left;
}

#menu-left .active {
	background-image: url(/files/button_active.gif);
	border-bottom: 1px solid #CC0000;
	border-top: 1px solid #990000; /*#112337; /* darkred; */
	border-right: 1px solid #FF0000;
	border-left: 1px solid #AA0000; /*112337; /* red; */
	cursor:pointer;
}

#menu-left .active_hover {
	background-image: url(/files/button_over.gif);
	border-bottom: 1px solid #CC0000;
	border-top: 1px solid #990000; /*#112337; /* darkred; */
	border-right: 1px solid #FF0000;
	border-left: 1px solid #AA0000; /*112337; /* red; */
	cursor:pointer;
}


#menu-left .passiv {
  background-image: url(/files/button_passiv.gif);
	border-bottom: 1px solid #112337;
	border-top: 1px solid #606060; /* lightgrey; */
	border-right: 1px solid #112337;
	border-left: 1px solid #606060; /* lightgrey; */
	cursor:pointer;
}

#menu-left .passiv_hover {
  background-image: url(/files/button_over.gif);
	border-bottom: 1px solid #112337;
	border-top: 1px solid #606060; /* lightgrey; */
	border-right: 1px solid #112337;
	border-left: 1px solid #606060; /* lightgrey; */
	cursor:pointer;
}


/* ===========================================================================*/
/* Menu rechte Seite: Suchemaske */
/* ===========================================================================*/

#form-search * {
	margin: 0;
	padding: 0;
  vertical-align: bottom;
}

#form-search table {
	border:0;
	border-collapse: separate;
}

#form-search input {
	width:114px;
	line-height: 20px;
	border-bottom: 1px solid #112337;
	border-top: 1px solid #606060; /* lightgrey; */
	border-right: 1px solid #112337;
	border-left: 1px solid #606060; /* lightgrey; */
}

#form-search input.text {
	color: black;
	text-align: left;
	background-color: #CCCCCC;
}

.submit,
#form-search input.submit {
	background-image: url(/files/button_passiv.gif);
	border-bottom: 1px solid #112337;
	border-top: 1px solid #606060; /* lightgrey; */
	border-right: 1px solid #112337;
	border-left: 1px solid #606060; /* lightgrey; */
	text-align:center;
	line-height: 20px;
	color: silver;
	cursor:pointer;
}

.submit_hover,
#form-search input.submit_hover {
	background-image: url(/files/button_over.gif);
	border-bottom: 1px solid #112337;
	border-top: 1px solid #606060; /* lightgrey; */
	border-right: 1px solid #112337;
	border-left: 1px solid #606060; /* lightgrey; */
	text-align:center;
	color: silver;
	cursor:pointer;
}

.submit_active,
#form-search input.submit_active {
	background-image: url(/files/button_active.gif);
	border-bottom: 1px solid #CC0000;
	border-top: 1px solid #990000; /*#112337; /* darkred; */
	border-right: 1px solid #FF0000;
	border-left: 1px solid #AA0000; /*112337; /* red; */
	text-align:center;
	color: yellow;
	cursor:pointer;
}
