

BODY
{
    color: white;
    font-family: Arial,Helvetica;
    font-size: 12px;
    font-style: normal;
    background-color: black;
}

H1
{
    BACKGROUND: Transparent;
    COLOR: WHITE;
    FONT-FAMILY: Arial,Helvetica;
    FONT-SIZE: 18px;
    FONT-STYLE: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
H2
{
    COLOR: WHITE;
    FONT-FAMILY: Arial,Helvetica;
    FONT-SIZE: 14px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
H3
{
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 16px;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
H4
{
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 12px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
H5
{
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 14px;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none
}
H6
{
    COLOR: white;
    FONT: 11px Arial, Helvetica;
    TEXT-DECORATION: none;
}

H7
{
    COLOR: white;
    FONT: 12px Arial, Helvetica;
    TEXT-DECORATION: none;
}

A
{
    color: white;
    font-family: Arial,Helvetica;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
}

A:hover
{
    color: #C2BEBE;
    font-family: Arial,Helvetica;
    font-size: 12px;
    text-decoration: none;
}


A.bold
{
    COLOR: white;
    FONT-FAMILY: Arial,Helvetica;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
A.red
{
    COLOR: white;
    FONT-FAMILY: Arial,Helvetica;
    FONT-SIZE: 13px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

INPUT.absatztext {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
}

iframe {
border: 0px solid #ffffff;
}
.central-1 {
margin-left: 140px;
position: relative;
width: 400px;
border:0px;
background-color:#fff;
}
.central {
margin-left: 140px;
position: relative;
width: 400px;
border:0px;
background-color:#fff;
padding-top:240px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
top: 20px;
left: 50px;
background-color: silver;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 20px;
left: 80px; /*position where enlarged image should offset horizontally */
}



























