body {
    margin: 0 0 0 0;
    font: 12px/1.2em "Trebuchet MS";
    background: #000;
    color: #fff;
    text-align: center;
}

ul {
    margin: 0px;
    padding: 0px;
}

#body {
    width: 740px;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    background: url(graphics/vert.png) repeat-x;
    background-position: 0px 54px;
}

.hidden {
    display: none;
}

#header_map {
    background: url(graphics/header_map.png) no-repeat top left;
    width: 740px;
    height: 483px;
    display: block;
}

#footer {
    text-align: center;
    color: #ccc;
    font-weight: bolder;  
    clear: both;
    padding-top: 10px !important;
    padding-top: 0px;
}

#subtitle {
    padding-top: 60px;
    padding-left: 30px;
    display: block;
}

#subtitle h2 {
    font-size: 14px !important;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bolder;  
}

#gmaps {
    margin: 15px 10px 0px 30px;
    width: 675px;
    height: 350px;
    display: block;
    outline: none;
}

#subtitle h3 {
    margin: 0px;
    padding: 0px;
    color: #ccc;
    font-weight: bolder;  
}

#info div {
    margin-right: 10px;
    padding: 10px;
    height: 185px;
    width: 200px;
    color: #000;
}

#info div ul {
    padding-left: 45px !important;
    padding-left: 45px;
    margin-top: 0px !important;
    margin-top: 5px;
    font-weight: bolder;
}

#info div ul li {
    height: 25px !important;
    height: 0px;
    padding-top: 0px !important;
    padding-top: 10px;
}

#info div ul li span {
    padding-left: 5px;
    padding-top: 0px !important;
    padding-top: 0px;
}



.it {
    list-style-image: url(graphics/italian_flag.png);
}

.en {
    list-style-image: url(graphics/english_flag.png);
}

.de {
    list-style-image: url(graphics/german_flag.png);
}

#contacts {

    float: left;
    display: block;
    background: url(graphics/contacts.png) no-repeat bottom left;
    margin-left: 30px !important;
    margin-left: 15px;
}

#road {

    float: left;
    display: block;
    background: url(graphics/road.png) no-repeat bottom left;
}

#address {

    float: left;
    margin-right: 0px;
    display: block;
    background: url(graphics/address.png) no-repeat bottom left;
}

