/* Zusätzliche CSS-Angaben die nur sehr selten verwendet werden */

.rigth-bottom-border
{
 border-top: 1px none #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px none #000000;
}

.bottom-border
{
 border-top: 1px none #000000;border-right: 1px none #000000;border-bottom: 1px solid #000000;border-left: 1px none #000000;
}


.rigth-top-border
{
 border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px none #000000;border-left: 1px none #000000;
}


.top-border
{
 border-top: 1px solid #000000;border-right: 1px none #000000;border-bottom: 1px none #000000;border-left: 1px none #000000;
}

.rigth-bottom-top-border
{
border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px none #000000;
}

.rigth-leftborder
{
border-top: 1px none #000000;border-right: 1px solid #000000;border-bottom: 1px none #000000;border-left: 1px solid #000000;
}

.rigthborder
{
border-top: 1px none #000000;border-right: 1px solid #000000;border-bottom: 1px none #000000;border-left: 1px none #000000;
}

.leftborder
{
border-top: 1px none #000000;border-right: 1px none #000000;border-bottom: 1px none #000000;border-left: 1px solid #000000;
}

.leftborder-white
{
border-top: 1px none #FFFFFF;border-right: 1px none #FFFFFF;border-bottom: 1px none #FFFFFF;border-left: 4px solid #FFFFFF;
}

.big-left-top-border
{
border-top: 4px solid #000000;border-right: 1px none #000000;border-bottom: 1px none #000000;border-left: 4px solid #000000;
}

.left-top-border
{
border-top: 1px solid #000000;border-right: 1px none #000000;border-bottom: 1px none #000000;border-left: 1px solid #000000;
}

.left-top-border-white
{border-top: 4px solid #FFFFFF;border-right: 1px none #FFFFFF;border-bottom: 1px none #FFFFFF;border-left: 4px solid #FFFFFF;}


.left-bottom-border
{
border-top: 1px none #000000;border-right: 1px none #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;
}

.allborder
{
border-top: 1px solid #000000;border-right: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;
}