.index_center {
    background: url(../images/index_bg.gif) no-repeat bottom left #bfcfe4;
}

.lang_menu {
    margin-left: 400px;
    padding-top: 20px;
}

.lang_menu li {
    text-align: left;
    list-style: none;
    text-transform: uppercase;

    margin-bottom: 8px;
}

.lang_menu li a {
    text-decoration: none;
    color: #627a97;
    font: 12px/13px Arial, sans-serif;
    font-weight: bold ! important;
    padding-left: 25px;
}

.lang_menu li a.it {
    background: url(../images/it.gif) no-repeat top left;
}

.lang_menu li a.de {
    background: url(../images/de.gif) no-repeat top left;
}

.lang_menu li a.en {
    background: url(../images/en.gif) no-repeat top left;
}

.lang {
    text-align: right;
    margin-right: 8px;
}

.lang img {
    border: 0;
}

.main_menu {
    float: right;
}

.main_menu li {
    list-style: none;
    float: left;
    padding: 0 5px;
}

.main_menu li a {
    padding: 3px;
}

.main_menu li a:hover {
    background: #ffffff;
    text-decoration: none;
}
