﻿body
{
    background-color: #ffffff;
    margin: 10px;
    font-size: 10pt;
    font-family: Arial;
}

A:link, A:visited
{
    color: red;
    text-decoration: none;
}

A:hover
{
    color: red;
    text-decoration: underline;
}
A:active
{
    color: red;
    text-decoration: none;
}

H1
{
    font-weight: bold;
    font-size: 18pt;
    font-style: italic;
    color: #006600;
}

H3
{
    font-weight: bold;
    font-size: 14pt;
    font-style: italic;
    color: #006600;
}

HR
{
    color: #006600;
}


DIV.MainBody
{
    background-color: #f5f5f5;
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    border: black 1px solid;
}

DIV.ContentBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 20px;
    background-color: #ffffff;
    float: left;
    width: 962px;
    border-right: #006600 1px solid;
    border-left: #006600 1px solid;
}
DIV.MainLeft, DIV.MainRight
{
    font-size: 10pt;
    font-family: Arial;
    float: left;
    width: 20px;
}

DIV.MainTop
{
    margin-right: auto;
    margin-left: auto;
    border-bottom: #006600 1px solid;    
}

DIV.MainBottom
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
    height: 20px;    
    border-top: #006600 1px solid;  
}

TABLE.Galerie
{
   
}
TR.Galerie
{
    vertical-align:top
}
TD.Galerie
{
    border: green thin double;
    padding: 2px;    
}

IMG.Galerie
{
    padding: 2px;
    border-style:none;
    
}



