/*

only css buttons: http://jsfiddle.net/UpcHG/1/

*/

.btn-right{
    display: inline;
}
.btn-left {
    display: inline;
    height: 100%;
}
.btn{
    cursor: pointer;
    display: inline-block;
    padding-left: 1px;
    color: #ffffff !important;
    font-family: Arial,Helvetica;
    font-weight: 600;
}

input.btn{
    border: 0px solid #000000;
}

input.btn-default {
    height: 25px;
}

input.btn-small {
    height: 17px;
}

input.btn-medium {
    height: 31px;
}

input.btn-large {
    height: 53px;
}

/* Default*/

.btn-right-default{
    height: 25px;
    line-height: 25px;
    padding-right: 9px;
    background: transparent url('buttons/button_default/mit_schatten/button_default_rechts.png') top right no-repeat;
}
.btn-left-default {
    height: 25px;
    line-height: 25px;
    padding-left: 9px;
    background: transparent url('buttons/button_default/mit_schatten/button_default_links.png') top left no-repeat;
}
.btn-default {
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    padding-bottom: 2px;
    background: transparent url('buttons/button_default/mit_schatten/button_default_mitte.png');
}

/* Small*/

.btn-right-small{
    height: 17px;
    padding-right: 9px;
    background: transparent url('buttons/button_klein/button_klein_rechts.png') top right no-repeat;
}
.btn-left-small {
    padding-left: 9px;
    background: transparent url('buttons/button_klein/button_klein_links.png') top left no-repeat;
}
.btn-small {
    height: 17px;
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 2px;
    background: transparent url('buttons/button_klein/button_klein_mitte.png');
}

/* Medium */

.btn-right-medium {
    padding-right: 9px;
    line-height: 31px;
    background: transparent url('buttons/button_mittel/mit_schatten/button_m_rechts.png') top right no-repeat;
}
.btn-left-medium {
    padding-left: 9px;
    background: transparent url('buttons/button_mittel/mit_schatten/button_m_links.png') top left no-repeat;
}
.btn-medium{
    line-height: 31px;
    font-size: 13px;
    background: transparent url('buttons/button_mittel/mit_schatten/button_m_mitte.png');
}

/* Large */

.btn-right-large {
    height: 53px;
    padding-right: 10px;
    background: transparent url('buttons/button_gross/mit_schatten/button_gross_rechts.png') top right no-repeat;
}
.btn-left-large {
    padding-left: 34px;
    background: transparent url('buttons/button_gross/mit_schatten/button_gross_links.png') top left no-repeat;
}
.btn-large {
    height: 53px;
    font-size: 15px;
    line-height: 53px;
    background: transparent url('buttons/button_gross/mit_schatten/button_gross_mitte.png');
}

html > body .btn-right-default,
html > body .btn-left-default,
html > body .btn-right-small,
html > body .btn-left-small,
html > body .btn-right-medium,
html > body .btn-left-medium,
html > body .btn-right-large,
html > body .btn-left-large{
    display: inline-block;

}

/* Nur für IE 7 */

* + html > body .btn-right-default,
* + html > body .btn-left-default,
* + html > body .btn-right-small,
* + html > body .btn-left-small,
* + html > body .btn-right-medium,
* + html > body .btn-left-medium,
* + html > body .btn-right-large,
* + html > body .btn-left-large{
    display: inline;


