/* Zusätzliche CSS-Angaben die nur sehr selten verwendet werden */

.rigth-bottom-border
{
 border-top: 1px none #999999;border-right: 1px solid #999999;border-bottom: 1px solid #999999;border-left: 1px none #999999;
}

.bottom-border
{
 border-top: 1px none #999999;border-right: 1px none #999999;border-bottom: 1px solid #999999;border-left: 1px none #999999;
}


.rigth-top-border
{
 border-top: 1px solid #999999;border-right: 1px solid #999999;border-bottom: 1px none #999999;border-left: 1px none #999999;
}


.top-border
{
 border-top: 1px solid #999999;border-right: 1px none #999999;border-bottom: 1px none #999999;border-left: 1px none #999999;
}