body {
    background-image: url(../img/bg_body2.png);
    background-color: #770000;
    background-position: 50% -75px;
    background-repeat: no-repeat;
}

#main {
    margin-top: 50px !important;
    position: relative;
    width: 760px;
    height: 490px;
    margin: auto;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
    background-position: top;
}

#header {
    position: relative;
    width: 100%;
    height: 23px;
    padding-top: 12px;
    text-align: center;
    color: #ffffff;
    font-size: 8.5pt;
    letter-spacing: 1px;
    font-family: 'Century Gothic', arial, verdana;
}

div.panel {
    position: relative;
    float: left;
    height: 455px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}

div.logo {
    height: 135px;
    width: 250px;
    background-repeat: no-repeat;
    background-position: center center;
}

div.picture {
    padding-left: 1px;
    width: 249px;
    height: 155px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

div.block {
    height: 135px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 20px;
    color: #ffffff;
    font-family: 'Century Gothic', arial, verdana;
    font-size: 9pt;
    text-transform: uppercase;
    line-height: 18pt;
    font-weight: 100;
    letter-spacing: 2px;
}

h1 {
    font-family: 'Century Gothic', arial, verdana;
    color: #ffffff;
    font-variant: small-caps;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    letter-spacing: 2px;
    font-size: 16pt;
    text-transform: none;
}

div.picture img {
    display: none;
}

div.panel1 { padding-left: 5px; }
div.panel3 { padding-right: 5px; }

div.panel1 { background-image: url(../img/bg_1.png); }
div.panel2 { background-image: url(../img/bg_2.png); }
div.panel3 { background-image: url(../img/bg_3.png); }

div.panel1 div.logo { background-image: url(../img/logo_kion_2022.png); }
div.panel2 div.logo { background-image: url(../img/logo_dkw.png); }
div.panel3 div.logo { background-image: url(../img/logo_unik.png); }

div.panel1 div.picture { background-image: url(../img/pic_1.png); }
div.panel2 div.picture { background-image: url(../img/pic_2.png); }
div.panel3 div.picture { background-image: url(../img/pic_3.png); }

div.panel1 div.block { background-image: url(../img/block_1.png); background-position: 5px 0px; }
div.panel2 div.block { background-image: url(../img/block_2.png); border-left: 1px solid #ffffff; }
div.panel3 div.block { background-image: url(../img/block_3.png); border-left: 1px solid #ffffff; }
