*{
    margin: 0px;
    padding: 0px;
    border: none;
    font-family: Tahoma, Arial, Verdana, Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

body{
    background-color: #05204F;
}

div#container{
    background-image: url('layout/sfondo.jpg');
    background-repeat: repeat-x;
    min-height: 600px;
}

div#navigation{
    text-align: center;
}

div#wrapper{
    width: 1000px;
    margin: 0 auto 0 auto;
}

div#footer{
    padding: 0px 10px 20px 10px;
    background-color: #0E4272;
}

div#footer div#menu-footer{
    padding-top: 10px;
    width: 820px;
    flat: left;
}


div#footer div#menu-footer ul li{
    list-style-type: none;
    text-align: center;
    float: left;
    display: inline;
    width: 25%
}

div#footer div#menu-footer ul li a{
    font-weight: bold;
}
div#footer div#menu-footer ul li a:hover{
    font-weight: bold;
    color: #2ca7f9;
}

div#footer div#lang{
    width: 150px;
    float: left;
    text-align: center;
}

div#footer div#lang ul li{
    list-style-type: none;
    text-align: center;
    float: left;
    display: inline;
    width: 50%;
}

div#footer div#company h2{
    display: inline;
    color: #2ca7f9;
    font-weight: bold;
    font-size: 12px;
}
div#footer div#company{
    padding-top: 30px;
    clear: both;
    font-size: 11px;
    text-align: center;
}
div#contents{
    background-color: #EDEDED;
}

div#contents div.text{
    padding: 26px 0px 10px 10px;
    color: #0D2A52;
    font-size: 13px;
    text-align: justify;
    line-height: 18px;
    background-image: url('layout/header-contents.jpg');
    background-repeat: repeat-x;
}
div#contents div.text h3{
    font-size: 22px;
    font-weight: bold;
    color: #2CA7F9;
}
div#contents div.text h4{
    font-size: 19px;
    font-weight: bold;
    color: #0D2A52;
    margin-bottom: 5px;
}
div#contents div.text h5{
    font-size: 18px;
    font-weight: normal;
    color: #0D2A52;
    margin-bottom: 5px;
}
div#contents div.text h6{
    font-size: 18px;
    font-weight: normal;
    color: #2CA7F9;
    margin-bottom: 25px;
}
div#contents div.text div.slogan{
    padding: 10px 25px 20px 15px;
    line-height: 35px;
    color: #0D2A52;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
div#contents div.text h1{
    color: #0D2A52;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 10px;
}
div#contents div.text span{
    color: #0D2A52;
    font-size: 13px;
    font-weight: bold;
}
div#contents div.text h2{
    display: inline;
    color: #2ca7f9;
    font-size: 13px;
    font-weight: bold;
}

div#contents div.text ul{
    margin: 10px 0px 10px 25px;
}

div#contents div.text ul li{
    font-size: 13px;
    font-weight: bold;
    color: #2ca7f9;
}

div#contents div.text div.form{
    width: 650px;
    text-align: center;
    float: right;
}

div#contents div.text div.form div.formTitle{
    width: 200px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #0D2A52;
    clear: left;
    text-align: right;
    padding: 2px;
}
div#contents div.text div.form div.formField{
    padding: 2px;
    text-align: left;
    width: 400px;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #0D2A52;
    clear: right;
}

div.form div.formField input[type="text"], div.form div.formField textarea{
    color: #0D2A52;
    border-color: #2CA7F9;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    width: 350px;
}

input#captcha{
    color: #0D2A52;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    letter-spacing: 1px;
}
div#captchaDiv{
    color: #0D2A52;
    min-height: 89px;
}
div#captchaDiv a{
    color: #2CA7F9;
    font-weight: bold;
    font-size: 14px;
}

div.form div.formField select{
    color: #0D2A52;
    border-color: #2CA7F9;
    border-width: 1px;
    border-style: solid;
    padding: 2px;
}

div.form div.formField select option{
    color: #0D2A52;
    padding: 1px;
}

div.form input[type="button"]{
    margin-top: 15px;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #0D2A52;
    background-color: #ffffff;
    border-color: #0D2A52;
    border-width: 1px;
    border-style: solid;
}

.left{
    float: left;
}
.right{
    float: right;
}
.resizer{
    clear: both;
}

.clearRight{
    clear: right;
}