body {
    margin: 0;
    padding:0;
    font-family: lucida sans unicode, verdana, arial, sans-serif;
    margin: 0px auto;
    color: #606060;
    font-size: 16px
}
a {
    color: #606060;
    text-decoration: none;
}
a:hover {
    color: #3B3B3B;
    text-decoration: underline;
}
img {
    border: none;
}
#container {
    float: left;
    width: 90%;
    margin-left: 5%;
    border: 1px solid #ddd;
    background-image: url(images/bg.jpg);
}
section {
    float: left;
    width: 92%;
    margin: 4%;
    text-align: center;
}
h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: right;
    color: #3B3B3B;
}

/* STILI HEADER */
/* INIZIO MENU/PARTE SUPERIORE */
header {
    background-color: white;
    float: left;
    width: 100%;
}
header #logo {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
header #title_page {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}

/* FINE MENU/PARTE SUPERIORE */
/* STILI CONTENUTI */
.horizontal > div {
    width: 100%;
}

.colsx {
    float: left;
    width: 40%;
    text-align: left;
}
.coldx {
    float: right;
    width: 40%;
    text-align: right;
}
.fill {
    width: 100%;
}

section > .coldx {
    text-align: left;
}

.box {
    width: 92%;
    padding: 4%;
    border: 1px solid #CCCCCC;
    background-color: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 2em;
}
.colsx .box {
    float: left;
}
.coldb .box {
    float: right;
}
.software ul li{
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;    
}
.software ul li.signs {
    background-image: url(images/signs.png);
}
.software ul li.urbantools {
    background-image: url(images/urbantools.png);
}
.software ul li.trees {
    background-image: url(images/trees.png);
}
.software ul li.ecogis {
    background-image: url(images/ecogis.png);
}
.mapset {
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: right center;
}
.mapset.public {
    background-image: url(images/search.png);
}
.mapset.private {
    background-image: url(images/search.png);
}
.mapset ul li {
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: 0 5px;
}
.mapset.public ul li {
    background-image: url(images/world.png);
}
.mapset.private ul li {
    background-image: url(images/world_private.png);
}
h2 {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

h2.normal {
    font-weight: normal;
}

.menu  h2{
    text-transform: uppercase;
    margin-bottom: 1em;
}
h3 {
    font-weight: normal;
    font-size: 0.8em;
    margin:0;
    line-height: 20px;
    margin: 1em 0;
}
.box ul {
    list-style-type: none;
    font-size: 0.9em;
    line-height: 28px;
    padding:0;
}

/* Login */
.loginBlock h3 {
    font-style: italic;
}
.loginBlock {
    float: left;
}
.loginBlock .title {
    font-weight: bold;
}
label {
    width: 90px;
    float: left;
    font-size: 0.9em;
    line-height: 2em;
}
.loginBlock .login_field {
    margin: 1em 0;
}

.loginBlock input {
    width: 225px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
.loginBlock input[type="submit"] {
    width: 100%;
    height: 30px;
    border: 2px solid rgb(153, 153, 153);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 1em;
}
.loginBlock input[type="submit"]:hover {
    border: 2px solid rgb(180, 180, 180);
    background-color: rgb(225, 226, 228);
    cursor: pointer;
}

.documents ul li {
    background-repeat: no-repeat;
    padding-left: 23px;
    background-position: 0 5px;
}
.documents ul li {
    background-image: url(images/icon_file.png);
}

.documents .document_pdf {
    background-image: url(images/icon_pdf.png);
}

.documents .document_doc, .documents .document_docx {
    background-image: url(images/icon_doc.png);
}

.documents .document_xls, .documents .document_xlsx {
    background-image: url(images/icon_xls.png);
}

/* INIZIO FOOTER */
footer {
    font-size: 0.7em;
    margin: 1em;
}
footer .colsx {
    width: 60%;
}
footer .colsx p {
    margin: 15px 0 15px 0;
}

footer a {
    text-decoration: underline;
}
