﻿#UntButton01,
#UntButton02,
#UntButton03,
#UntButton04,
#UntButton05,
#UntButton06,
#UntButton07,
#UntButton08,
#UntButton09,
#UntButton10 {
    /* width: 100%;*/
    /*  width: 330px;*/
}



.UntButton {
    margin-bottom: 10px;
    font-family: Verdana, Arial, Helvetica;
    font-size: 1.2em;
    text-decoration: none;
    text-shadow: 2px 2px 2px darkgrey;
    /*color: lightslategrey;*/
    color: black;
}



    .UntButton:link {
    }

    .UntButton:hover {
        background-color: whitesmoke;
    }


    .UntButton a:link {
        /*color: blue;*/
        /*color: lightslategrey;*/
        
    }

    .UntButton a:hover {
        /*color: darkblue;
        color: red;
        color: lightgrey;*/
        color: lightblue;
    }





.unter_btn_bild_breite {
    /* Mit width:0% kann ich das Bild abschalten!! */
    width: 0px;
    /* Mit display:none gibts keine Reaktion!! */
    /*display:none;*/
    /* Mitvisibility:hidden ist das Bild weg, der Rhmen bleibt aber stehen..!! */
    /*visibility:hidden;*/
    /* width:99%;*/
    /* width:320px;*/
    /* width:100%;*/
}

    .unter_btn_bild_breite:hover {
        /*  width: 98%;*/
    }
