/* 
    Created on : 19.04.2024
    Author     : Ingo Skoda
    Version    : 0.01.01
*/

/* ########### */
/* HTML - TAGS */

/* #### */
/* IDs  */

#ImprintFrame
{
    text-align: center;
}

#TitleText
{
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
}

#CreatorPic
{
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color: #808080;
}

#CreatorName
{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
}

#AddressBox
{
    width: 220px;
    margin-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* ####### */
/* Classes */

#ImprintFrame .impLable
{
    float: left;
    width: 50px;
    text-align: right;
    padding-right: 6px;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#ImprintFrame .impText
{
    width: 220px;
    text-align: left;
    padding-bottom: 3px;
    font-size: 20px;
}