/* Button Darstellung linke Ausrichtung */
.button_left_corner_top {  margin: 0; padding: 0; float: left; font-size: 12px; margin-top: 20px; background: #1a4b79 url(../images/button/top_left.gif) top left no-repeat; }
.button_left_corner_top ul{  margin: 0; padding: 0; text-align: left; min-height: 18px; padding-top: 6px; padding-bottom: 6px; background: url(../images/button/bottom_left.gif) bottom left no-repeat;}
.button_left_corner_top a{ color: #ffffff;  }

.button_right_corner_top {  background: url(../images/button/top_right.gif) top right no-repeat; }
.button_right_corner_bottom { background: url(../images/button/bottom_right.gif) bottom right no-repeat; }
.button_right_corner_bottom a{ font-weight: bold; text-align: center; }

/* Button Darstellung rechte Ausrichtung */
.button_right_float_left_corner_top{  margin: 0; margin-bottom: 10px; margin-left: 5px; padding: 0; float: right; font-size: 12px; background: #1a4b79 url(../images/button/top_left.gif) top left no-repeat; }
.button_right_float_left_corner_top ul{  margin: 0; padding: 0; text-align: left; min-height: 18px; padding-top: 6px; padding-bottom: 6px; background: url(../images/button/bottom_left.gif) bottom left no-repeat;}
.button_right_float_left_corner_top a{ color: #ffffff; }

/* Test Umbau button */
.button_li_pfeil { background: url(../images/button/arrow_white.gif) no-repeat 0 30%; width: 10px; float: left; min-height: 20px; margin-left: 5px; }
.button_li { margin-left: 2px;}

/* Submit_Button mit blauem HG */
/*.li_button_blue_bg input[type="submit"] { font-family: Arial; float: left; font-weight: bold; background: transparent url(../images/button/arrow_white.gif) no-repeat scroll 0 50%; border: none; color: #ffffff; font-size: 12px; text-decoration: underline; cursor: pointer;margin-left: 10px; padding-left: 10px; padding-right: 10px; overflow: visible;}*/
.blueButton { font-family: Arial; float: left; font-weight: bold; background: transparent url(../images/button/arrow_white.gif) no-repeat scroll 0 50%; border: none; color: #ffffff; font-size: 12px; text-decoration: underline; cursor: pointer;margin-left: 10px; padding-left: 10px; padding-right: 10px; overflow: visible;}

/* Delete Button im Warenkorb */
.td_button_delete input[type="submit"] { text-align: center; width: 25px; height: 20px; border: 0; background: url(../images/Icons/Allgemein/aus-dem-warenkorb.gif) no-repeat 0 50%; cursor:pointer; }

/* Submit-Button */
.btnSpeedOrder { background: transparent url(../images/navi/button_go.gif) no-repeat; float: left; border: 0; cursor: pointer;}
.btnMetaSearch { background: transparent url(../images/navi/button_go.gif) no-repeat; float: left; border: 0; cursor: pointer;}
.btnLogin { overflow: visible;  font-family: Arial;  width: 80px;  font-weight: bold; font-size: 12px; text-decoration:underline; background: transparent url(../images/navi/arrow.gif) no-repeat 0px 50%; border: 0; cursor: pointer;}
.textbox { float: left; display: inline; margin-right: 2px; color: #666666; font-size: 11px; margin-bottom: 5px; font-weight: normal; border: #999999 solid 1px; text-align: left; }
.linkButton { overflow: visible; float: left; font-family: Arial; padding-left: 10px; font-size: 11px; text-decoration:underline; background: transparent url(../images/navi/arrow.gif) no-repeat 0px 50%; border: 0; cursor: pointer; clear: both; display: inline; }
.btnAddToBasket { float: left; padding: 5px 0 0 6px; width: 160px; display: inline; background: transparent url(../images/navi/arrow.gif) no-repeat 0px 70%; border: 0; cursor: pointer; font-family: Arial; font-size: 12px; font-weight: bold; text-decoration: underline; text-align: left;}
