﻿@import url(common.css);
/* Left Container */
/* Right Container */

#kkart
{
    display: none;
}

/* Left Container */
/******************/
#leftContainer
{
    position: relative;
    float: left;
    width: 397px;
    height: 495px;
    margin-right: 17px;
    background-image: url('/img/front_bg.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#logo
{
    position: relative;
    margin-top: 272px;
    width: 397px;
    height: 154px;
}

#leftMenu
{
    position: relative;
    margin-top: 54px;
    width: 397px;
    height: auto;
    text-align: right;
}

#leftMenu img
{
    float: right;
}

/* Right Container */
/*******************/

#rightContainer
{
    position: relative;
    float: left;
    width: 556px;
    height: auto;
}

#topMenu
{
    position: relative;
    width: 556px;
    height: 411px;
    margin-top: 84px;
    background-image: url('/img/front_grafik.jpg');
    background-repeat: no-repeat;
    font-size: 0px;
}
