body {
    font-family: Verdana, arial, Helvetica;
    margin: 0;
    height: 100%;
    font-size: .8em;
    background-color: #626262;
}

img {
    border: 0;
}

input {
    background-color: #626262;
    color: white;
}

input#news_title {
    width: 600px;
}

input#news_miniature, input#news_foto, textarea#news_text {
    width: 600px;
}

a {
    color: #626262;
}

.head {
    margin: 0 auto 0 auto;
    width: 800px;
    height: 150px;
    background-image: url(img/roundtab.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.head a {
    display: block;
    height: 150px;
    width: 450px;
}

#newsletter {
    margin-top: 80px;
    padding-right: 80px;
    float: right;
}

#newsletter p {
    padding: 0;
    margin: 0;
}

.newsletterForm {
    margin: 10px;
    padding: 10px;
}

#newsletterForm  {
    margin: 0 auto 0 auto;
    width: 250px;
}

#newsletterForm input {
    float: right;
    clear: right;
}

#newsletterForm p {
    padding: 0;
    margin: 5px;
}

.menu {
    width: 798px;
    height: 24px;
    margin: 0 auto 0 auto;
    background: #eeeeee;
    border: 1px solid white;
}

ul#menu_a_2livelli{
    float: left;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid white;*/
    /*border-bottom: 1px solid white;*/
    border-left: 1px solid white;
    background: #eeeeee;
    list-style:none;
}

ul#menu_a_2livelli li ul li{
    list-style:none;
    margin:0;
    padding:0;
}

ul#menu_a_2livelli li{
    float:left;
    margin: 0;
    padding: 0;
    border-right: 1px solid white;
}

ul#menu_a_2livelli a {

}

ul#menu_a_2livelli p {
/*color: #626262;*/
color: red;
margin: 0px;
padding: 4px 16px;

}

ul#menu_a_2livelli p:hover {
color: red;
background-color: #73aaf6;
/*color: white;*/
}


ul#menu_a_2livelli a:link,
ul#menu_a_2livelli a:visited{
    display: block;
    padding: 4px 16px;
    /*color: #6a6a6a;*/
    color: red;
    text-decoration: none;
}

ul#menu_a_2livelli a:hover,
ul#menu_a_2livelli a:focus,
ul#menu_a_2livelli a:active{
    background-color: #73aaf6;
    /*color: white;*/
    color: B22222;
    text-decoration: none;
}

ul#menu_a_2livelli li ul{
    display: none;
}

ul#menu_a_2livelli li:hover ul{
    display: block;
    position: absolute;
    z-index:1;
    width:130px;
    padding: 0;
    margin: 0 0 0 -1px;
    border:1px solid white;
    background: #eeeeee;
    font-size:.8em;
}

ul#menu_a_2livelli li li {
    border-bottom:1px solid white;
    width: 130px;
}


.container {
    width: 800px;
    min-height: 300px;
    margin: 0 auto 0 auto;
    background-color: #eeeeee;
}

.content {
    min-height: 100px;
    margin: 0;
    padding: 10px;
}

.content img {

}

.content p {
    margin: 0;
}

.title {
    background-image: url(img/title_gray.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #a2a2a2;
    border: 1px solid white;
    min-height: 28px;
}

.title p {
    color: black;
    padding-left: 10px;
    padding-top: 5px;
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
}

.text {
    background-color: white;
    background-color: #dddddd;
    border: 1px solid white;
    color: black;
    padding: 10px;
    margin-bottom: 10px;
}

.text p {
    margin: 10px;
}

.news {
    min-height: 300px;
}

.news p {
    margin-top: 0px;
}

.news_list {
    min-height: 100px;
}

.news_list img{
    max-width: 100px;
    max-height: 100px;
    margin-right: 10px;
    float: left;
}

.news_list_text {
    margin-left: 100px;
}

.news_foto {
    width: 200px;
    height: 200px;
    float: left;
}

.news_foto img{
    max-width: 200px;
    max-height: 300px;
}

.news_text {
    /*border: 1px solid red;*/
    margin-left: 220px;
}

.editor {
    margin: 10px;
    /*border: 1px solid black;*/
}

.item_archive {
    border: 1px solid #eeeeee;
    min-height: 70px;
    padding: 5px;
    margin-top: 10px;
}

.item_archive img{
    float: left;
    max-height: 60px;
    max-width: 60px;
    margin: 10px;
}

.item_archive p {

}

.item_no_img {
    min-height: 35px;
    padding: 0px;
}

.modify {
    text-align: right;
}

.modify a {
    color: #73aaf6;
    text-decoration: none;
}

.modify p {
    padding: 10px;
}

.foot {
    margin: 10px auto 0 auto;
    width: 800px;
    border-top: 1px solid #c0c0c0;
    height: 80px;
    /*border: 1px solid red;*/
}

.foot p {
    margin: 10px;
    margin-top: 0px;
    float: right;
}

.foot a {
    text-decoration: none;
    color: #999;
}

.foot p a:hover {
    color: #232323;
    border-top: 1px solid #232323;
}




