/*
 * spezielles CSS für alle Browser außer MSIE
 * also für die Guten!
 *
 */


/* Boxen im User-Backend. IE hat Probleme mit der min-width */

.hbox 
{
    background-color: white;
    border-left: 2px solid #ccccff;
    border-right: 2px solid #ccccff;
    border-bottom: 2px solid #ccccff;
    padding: 7px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    
    min-height: 80px;
    min-width: 320px;
}

