﻿body
{
    color: black;
    font-family: Tahoma;
    background-color: white;
    font-size: 10pt;
}

h1
{
    font-weight: bold;
    font-size: 20pt;
    color: black;
    font-family: Tahoma, Sans-Serif;
    page-break-before: avoid;
    vertical-align: top;
    text-align: left;
}

a:link
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: black;
}

a:visited
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    color: black;
}

a:hover
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

a:active
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

a:focus
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

strong
{
    font-weight: bold;
}

h4
{
    font-weight: bold;
    font-size: 10pt;
    margin: 0pt;
}

h5
{
    color: gray;
    font-weight: bold;
    font-size: 8pt;
    margin: 0px;
}

h6
{
    font-weight:normal;
    font-size: 8pt;
    margin: 0px;
}

.VBA
{
    font-family: 'Courier New' , Monospace;
    background-color: #ffffcc;
    text-align:left;
}

.VBAinnen
{
    font-family: 'Courier New' , Monospace;
    background-color: #ffffcc;
    text-align:left;
    padding-left: 32px;
}

.VBAKommentar
{
    text-align:left;
    color:Green;
}

.Menue
{
    background-color: #f5f5dc;
    font-variant: small-caps;
}

.Button
{
    background-color: #f5f5dc;
    font-variant: small-caps;
}

.PlusMinus
{
    text-decoration: none;
    background-image: url(Bilder/IconButtonLeer.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 6px;
}

.DateiName
{
    font-weight: bold;
    color: Gray;
    border: Gray thin solid;
    background-color: Silver;
    font-family: Tahoma;
    background-color: white;
}

.BildNeu
{
    width:37;
    height:15;
    /*vertical-align: text-top;*/
    vertical-align: middle;
}

.KastenOben
{
    text-align:left; 
    font-weight:800; 
    width: 218px; 
    height:40px;
    color:White;
    padding-left:30px;
    padding-right:0px;
    padding-top:13px;
    padding-bottom:0px;
    margin-bottom:0px;
    background-repeat:no-repeat;
}

.KastenMitte
{
    text-align:left; 
    font-weight:normal; 
    font-size:8pt;
    width: 218px; 
    padding-left:20px;
    padding-right:10px;
    padding-top:0px;
    margin-top:0px;
    background-repeat:repeat-y;
}


.KastenUnten
{
    height:15px;
    background-image:url(Bilder/CLS_KastenUnten.gif);
    background-repeat:no-repeat;
}

.TippWeg
{
    display:none;
}

.TippDa
{
    display:block;
}