/* reseller.html + STM button */
.button a, .button a:visited {color:#222222; text-decoration:none; font-weight:bold; font-size:1.5em; display:inline-block; padding:0.5em 1.5em; border-radius:5px; border:1px solid #cde; background:#fba501; background-image: -webkit-linear-gradient(top, #fffc04 0%, #fa8901 80%); background-image: -moz-linear-gradient(top, #fffc04 0%, #fa8901 80%); background-image: -ms-linear-gradient(top, #fffc04 0%, #fa8901 80%); background-image: -o-linear-gradient(top, #fffc04 0%, #fa8901 80%); background-image: linear-gradient(top, #fffc04 0%, #fa8901 80%);}
.button a:hover {color: #000000; border: 1px solid #001a2a; }

/* bestellen.html button */
div.product{background:#f3f3f3;border-radius:7px;width:200px;height:245px;float:left;text-align:center;padding:15px 11px;margin:0 14px 20px 0;overflow:hidden}
div.product p.Heading{color:#005ea8;font-size:16px;font-weight:bold;font-family:Tahoma,sans;line-height:18px;margin:0 0 20px 0}
div.product p.cButton{margin:20px auto 20px;height:30px;width:180px;background:#ca5800; background-image: -webkit-linear-gradient(top, #fedc35 15%, #e98a01 65%); background-image: -moz-linear-gradient(top, #fedc35 15%, #e98a01 65%); background-image: -ms-linear-gradient(top, #fedc35 15%, #e98a01 65%); background-image: -o-linear-gradient(top, #fedc35 15%, #e98a01 65%); background-image: linear-gradient(top, #fedc35 15%, #e98a01 65%);border-radius:7px;box-shadow: -2px 3px 3px #555}
div.product p.cButton a{display:block;line-height:28px;text-decoration:none;color:#fff;font-family:Verdana,sans;font-size:16px;text-shadow:#444 -1px 1px 1px, #000 0px 0px 7px;padding-left:10px;background:url(img/nav/cart-white.png) no-repeat;background-position:10px 50%}
div.product p.cButton a span{float:right;width:61px;height:30px;//margin-top:-35px;font-size:13px;background:#325c82;background-image: -moz-linear-gradient(top, #12a3d6 15%, #00679b 65%);background-image: -webkit-linear-gradient(top, #12a3d6 15%, #00679b 65%);background-image: -o-linear-gradient(top, #12a3d6 15%, #00679b 65%);background-image: -ms-linear-gradient(top, #12a3d6 15%, #00679b 65%);background-image: linear-gradient(top, #12a3d6 15%, #00679b 65%);border-radius:0 7px 7px 0}
div.product p.cButton+p{font-size:11px;color:#333333}

/* Download */
a.dlbutton {background:url(img/nav/btn_download.jpg) no-repeat top;width:200px;height:52px;color:#fff;display:block;font-size:9px;overflow:hidden;padding:12px 0 3px 70px;text-decoration:none;text-shadow:1px 1px 1px #322; text-align:left}
.dlbuttontext {display:inline-block;font-size:14px;font-weight:bold;margin-bottom:5px;}
a.dlbutton:hover {background-position:bottom}

/* für Download onClick="arrow();" */
#bgsh{display:none; height:100%; left:0; position:fixed; top:0; width:100%; z-index:1100; background:#333333; cursor:pointer; opacity: 0.7;}
#darrow{position:absolute; z-index:1200; opacity:0;}
#bottomfix{width:100%; z-index:1150; margin:0 auto; position:fixed; bottom:0; left:0;}
.ie{width:82%; max-width:960px; margin:0 auto; height:100px; position:relative;}
