﻿
.button108
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    text-align: center;
    background-image: url(Images/Buttons/button_108.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    height: 22px;
    width: 108px;
    display: block;
    padding-top: 2px;
}

.button108:visited {
    color: white;
}

.button108:hover {
    color: white;
    text-decoration: underline;
    /* hier könnte man den andersfarbigen Button einbinden */
}


.button300
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    text-align: center;
    background-image: url(Images/Buttons/button_300.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    height: 22px;
    width: 300px;
    display: block;
    padding-top: 2px;
}

.button300:visited {
    color: white;
}

.button300:hover {
    color: white;
    text-decoration: underline;
    /* hier könnte man den andersfarbigen Button einbinden */
}














/*
p.button_big_save
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    text-align: center;
    background-image: url(Images/Buttons/button_big.gif);
    text-decoration: none;
    height: 22px;
    width: 300px;
    display: block;
    padding-top: 5px;
    background-repeat: no-repeat;
}

p.button_big_save a
{
    color: white;
    text-decoration: none;
}

p.button_big_save a:hover
{
    text-decoration: underline;
}
*/


