/* general*/
body { font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #fac133; }
a { color: #981b19; text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited { color: #981b19; text-decoration: none; }

/*containers*/
#main { background-image: url(imgs/sfondo.jpg); position: relative; top: 0; left: 0; width: 800px; height: 600px; margin-right: auto; margin-left: auto; }
#content {text-align: justify; position: relative; top: 30px; left: 30px; width: 576px; height: 538px; padding-top: 4px; padding-right: 10px; padding-left: 10px;}
#right { position: absolute; top: 0; left: 652px; right: 0; width: 147px; margin-top: 19px; }

/*elements*/
#menu { margin: 10px 0 0; padding: 0; font-size: 14px; }
#menu ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }	
#menu li a {  width: 130px; font-weight: bold; height: 32px; color: #fff;  background-repeat: no-repeat; background-position: left top; padding: 10px 0 0 45px; display: block; background-image: url(imgs/button.png);text-decoration: none; }		
#menu li a:hover { color: #e60000; background-image: url(imgs/button_on.png);}
.menu_on { display: block; padding: 10px 0 0 46px; font-weight: bold; height: 32px; list-style: none; width: 130px; margin: 0; padding: 10px 0 0 45px; color: #e60000; background-image: url(imgs/button_on.png); background-repeat: no-repeat; background-position: left top; }

#submenu {float: left; margin: 0; padding: 0; font-size: 14px; }
#submenu ul { list-style: none; width: 250px; margin: 0; padding: 0; }	
#submenu li a { font-weight: bold; height: 22px; text-decoration: none; color: #383433; background-image: url(imgs/button2.png); background-repeat: no-repeat; background-position: left top; display: block; padding: 4px 0 0 32px; }		
#submenu li a:hover { color: #c80000; }
.submenu_on { color: #c80000;  font-weight: bold; height: 22px; text-decoration: none; background-image: url(imgs/button2.png); background-repeat: no-repeat; background-position: left top; display: block; padding: 4px 0 0 32px; }

.logo { width: 128px; height: 176px; float: none; clear: both; }
.titoli { color: #981b19; font-size: 18px; font-weight: bold; margin-right: 10px; }
.content_img { margin: 10px auto 5px; }
.content_main_txt { font-size: 12px; margin-top: 220px; text-align: justify; height: 260px; overflow:auto; padding-right: 4px; }
.content_img_sx { float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px; }
.content_img_dx { float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; }
.home { background-image: url(imgs/home.jpg); background-repeat: no-repeat; background-position: left top; text-align: justify; position: relative; top: 30px; left: 30px; width: 576px; height: 538px; float: left; clear: none; padding-top: 4px; padding-right: 10px; padding-left: 10px; }
.home_title { color: #c80000; font-size: 22px; font-weight: bold; line-height: 30px; text-align: left; margin-top: 0; }
.home_citazione { color: #101010; font-size: 14px; line-height: 20px; text-align: left; margin-top: 80px; margin-bottom: 140px; }
.home_welcome { color: #c80000; font-size: 13px; font-weight: bold; }

