/*
 * Suche
 */
.su_btn_moreresults     {
                        cursor:pointer; 
                        width:100%;
                        padding:20px 0px;
                        text-align:center;
                        border:0px;
                        background: #ffa823; /* Old browsers */
                        background: -moz-linear-gradient(top,  #ddd 0%, #aaa 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddd), color-stop(100%,#aaa)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top,  #ddd 0%,#aaa 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top,  #ddd 0%,#aaa 100%); /* IE10+ */
                        background: linear-gradient(to bottom,  #ddd 0%,#aaa 100%); /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
                        -webkit-box-shadow: 1px 1px 2px #666; -moz-box-shadow: 1px 1px 2px #666; box-shadow: 1px 1px 2px #666;
                        font-weight: bold;
                        }
.su_btn_moreresults:active  { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
/*
 * ENDE Suche
 */