﻿.elST
{
    z-index: 1;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    text-decoration: underline;
}


.elFS
{
    z-index: 1;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

.elFSHigh
{
    z-index: 1;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000FF;
}


.elHT
{
    z-index: 1;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

.elNeu
{
    z-index: 1;
    font-family: 'Times New Roman' , Times, Serif;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    font-style: italic;
}

.elSig
{
    z-index: 1;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}


.elMASymb
{

    background-repeat: no-repeat; width: 28px; height: 28px;
    position: absolute;
}

.elUT
{
    z-index: 1;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
    font-style: italic;
}

.elVorschau
{
    position: absolute;
    left: 30px;
    top: 0px;
    border: 0px solid #00FF00;
    margin-left: 0px;
    background-image: url('../img/Vorschau.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;

}

.elDown
{
    position: absolute;
    left: 1px;
    top: 0px;
    border: 0px solid #00FF00;
    background-image: url('../img/Download.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;

}


.elKal
{
    position: absolute;
    left: 1px;
    top: 0px;
    border: 0px solid #00FF00;
    background-image: url('../img/timespan.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}



.elWK
{
    position: absolute;
    left: 30px;
    top: 0px;
    border: 0px solid #00FF00;
    margin-left: 0px;
    background-image: url('../img/Bestellen.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.elimWK
{
    position: absolute;
    left: 30px;
    top: 0px;
    border: 0px solid #00FF00;
    margin-left: 0px;
    background-image: url('../img/imWarenkorb.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}



.elZip
{
    position: absolute;
    left: 60px;
    top: 0px;
    border: 0px solid #00FF00;
    position: absolute;
    background-image: url('../img/Gezippt.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.elRes
{
    position: absolute;
    left: 60px;
    top: 0px;
    border: 0px solid #00FF00;
    position: absolute;
    background-image: url('../img/Reservieren.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.elBegleit
{
    position: absolute;
    left: 30px;
    top: 24px;
    border: 0px solid #00FF00;
    position: absolute;
    background-image: url('../img/Material.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.elZipArb
{
    position: absolute;
    left: 60px;
    top: 24px;
    border: 0px solid #00FF00;
    position: absolute;
    background-image: url('../img/ZipArb.gif');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
}


.elDaten
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 13px;
 
}

.elTable
{
    border-color: #99CCFF; border-style: none none solid none; border-width: 1px; width: 100%;
}

.elTable:hover
{
    border-color: #99CCFF;
    border-style: none none solid none;
    border-width: 1px;
    width: 100%;
    background-color: #FFFFFF;
}


.mehr
{
 
    border: 1px solid #51ABEE;
    z-index: 1;
    border-radius: 4px;
    background-color: #E3F0FB;
    cursor: pointer;

}