/*  Special-Styles
----------------------------------------------------*/

/*  Abstaende
----------------------------------------------------*/

.height40
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 39px;
}


.height30
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 29px;
}


.height20
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 19px;
}


.height16
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 15px;
}


.height10
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 9px;
}


.height5
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: 4px;
}

.height0
{
    clear: both;
    font-size: 0;
    height: 1px;
    display: block;
    margin-bottom: -1px;
}

/*  >>>>>>>>>>>> siehe ie6.css !!!!!
*************************************/


/*  unsichtbares
----------------------------------------------------*/

.clearleft
{
    clear: left;
}

.nofloat
{
    float: none !important;
    width: auto !important;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 0;
}


.nurdrucken
{ /* ausgabe nur für print */
    display: none;
    font-size: 0.7em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    text-decoration: none;
    color: #000066;
}


.unsichtbar
{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: inline;
}

.sprungunsichtbar
{
    position: absolute;
    left: -999px;
    top: -999px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
}


.sprungunsichtbar:focus,
.sprungunsichtbar:active
{
    position: absolute;
    display: block;
    width: 15em;
    top: 1.5em;
    left: 62em;
    text-align: right;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3;
    color: #000000;
    height: auto;
    padding: 3px;
    background-color: white;
}


.js-unsichtbar /* alles, was darin liegt wird ohne aktiviertes javascript unsichtbar */
{
    display: none;
}
