﻿#Liste
{
    overflow-x: scroll;
}
#Liste table
{
    border: 2px groove white;
    border-collapse: collapse;
    margin: 10px;
}
#Liste tr
{
    height: 20px;
    background-color: lavender;
}
#Liste tr.gerade
{
    background-color: white;
}

#Liste tr.ListeHeader
{
    height: 50px;
    background-color: ButtonFace;
}

#Liste tr.ListeHeader th 
{
    border: 2px groove white;
    padding: 5px;
    min-width: 50px;    
}

#Liste tr.ListeHeader th.first
{
    min-width: 0px;
    width: 10px;
    padding: 0px;
}

#Liste tr td:first-child
{
    background-color: ButtonFace;
    border: 2px groove white;
}

#Liste td
{
    padding: 2px;
    border: 1px solid buttonshadow;
}

#Liste td.tonnage
{
    text-align: center;
}

#Liste td.alignRight
{
    text-align: right;
}

#Liste td.highlight
{
    background-color: Highlight;
    color: White;
}

#Liste td > span.dokument
{
    margin:auto;
}
