
body {

	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #6E757B;
}


a {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}


h1, h2, h3, h4 {

	margin-top: 0px;	
	margin-bottom: 8px;
}


h5, h6 {

	margin-top: 0px;	
	margin-bottom: 8px;
	font-size: 10px;
}


/* INIZIO CSS per il menu contestuale del right-click */
ul.SimpleContextMenu {

	display: none;
	position: absolute;
	margin-left: -400px;
	margin-top: -550px;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#contextMenuTitle {

	display: block;
	width: 100px;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #555555;
}


ul.SimpleContextMenu li {

	border-bottom: 1px solid #000000;
}


ul.SimpleContextMenu li a {

	display: block;
	width: 100px;
	padding: 2px 10px 3px 10px;
	text-decoration: none;
	color: #555555;
	background: #eeeeee;
}


ul.SimpleContextMenu li a:hover {

	text-decoration: none;
	color: #ffffff;
	background: #555555;
}
/* FINE CSS per il menu contestuale del right-click */


li.menu {

	list-style-type: none;
	margin-left: -30px;
	margin-top: -4px;
	font-size: 12px;
}


li.menu a {

	display: block;
	color: #a2a2a2;
	background-color: transparent;
	width: 100px;
	padding: 2px 8px;
	text-decoration: none;
	font-weight: normal;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
}


li.menu a:hover {

	color: #646464;
	margin-left: 10px;
	border-right: 2px solid #aaaaaa;
}


#container {

	width: 800px;
	height: 600px;
	margin: 0 auto;
	padding: 0 0 0 0;
}


#menuleft {

	float: left;
	width: 69px;
	height: 600px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/menu_left.gif) no-repeat;
}


#menuleft2 {

	float: left;
	width: 69px;
	height: 600px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/menu_left2.gif) no-repeat;
}


#content {

	width: 731px;
	height: 600px;
	margin: 0 auto;
	margin-left: 69px;
}


#menucontainer {
	
	float: left;
	width: 535px;
	height: 154px;
	margin: 0 auto;
	padding: 0 0 0 0;
}


#menu {

	width: 535px;
	height: 102px;
	
}


#menuimgs {

	position: relative;
	width: 535px;
	height: 83px;
}


#menulabels {
	
	position: relative;
	width: 535px;
	height: 19px !important;
	height: 23px;
	font-size: 12px;
	background: url(../images/menulabels.gif) no-repeat top;
}


#home {

	position: relative;
	width: 114px;
	height: 83px;
	background: url(../images/home_off.gif) no-repeat;
}


a.home_img {

	display: block;
	width: 114px;
	height: 83px;
}


a.home_img:hover {

	display: block;
	width: 114px;
	height: 83px;
	background: url(../images/home_on.gif) no-repeat;
}


#home_ser {

	position: relative;
	width: 114px;
	height: 83px;
	background: url(../images/home_ser_off.gif) no-repeat;
}


a.home_ser_img {

	display: block;
	width: 114px;
	height: 83px;
}


a.home_ser_img:hover {

	display: block;
	width: 114px;
	height: 83px;
	background: url(../images/home_ser_on.gif) no-repeat;
}


#fumetti {

	position: relative;
	width: 116px;
	height: 83px;
	margin-left: 114px;
	margin-top: -83px;
	background: url(../images/fumetti_off.gif) no-repeat;
}


a.fumetti_img {

	display: block;
	width: 116px;
	height: 83px;
}


a.fumetti_img:hover {

	display: block;
	width: 116px;
	height: 83px;
	background: url(../images/fumetti_on.gif) no-repeat;
}


#curriculum {

	position: relative;
	width: 116px;
	height: 83px;
	margin-left: 114px;
	margin-top: -83px;
	background: url(../images/curriculum_off.gif) no-repeat;
}


a.curriculum_img {

	display: block;
	width: 116px;
	height: 83px;
}


a.curriculum_img:hover {

	display: block;
	width: 116px;
	height: 83px;
	background: url(../images/curriculum_on.gif) no-repeat;
}


#illustrazioni {

	position: relative;
	width: 108px;
	height: 83px;
	margin-left: 230px;
	margin-top: -83px;
    background: url(../images/illustrazioni_off.gif) no-repeat;
}


a.illustrazioni_img {

	display: block;
	width: 108px;
	height: 83px;
}


a.illustrazioni_img:hover {

	display: block;
	width: 108px;
	height: 83px;
	background: url(../images/illustrazioni_on.gif) no-repeat;
}


#news {

	position: relative;
	width: 108px;
	height: 83px;
	margin-left: 230px;
	margin-top: -83px;
    background: url(../images/news_off.gif) no-repeat;
}


a.news_img {

	display: block;
	width: 108px;
	height: 83px;
}


a.news_img:hover {

	display: block;
	width: 108px;
	height: 83px;
	background: url(../images/news_on.gif) no-repeat;
}


#vignette {

	position: relative;
	width: 78px;
	height: 83px;
	margin-left: 338px;
	margin-top: -83px;
    background: url(../images/vignette_off.gif) no-repeat;
}


a.vignette_img {

	display: block;
	width: 78px;
	height: 83px;
}


a.vignette_img:hover {

	display: block;
	width: 78px;
	height: 83px;
	background: url(../images/vignette_on.gif) no-repeat;
}


#software {

	position: relative;
	width: 78px;
	height: 83px;
	margin-left: 338px;
	margin-top: -83px;
    background: url(../images/downloads_off.gif) no-repeat;
}


a.software_img {

	display: block;
	width: 78px;
	height: 83px;
}


a.software_img:hover {

	display: block;
	width: 78px;
	height: 83px;
	background: url(../images/downloads_on.gif) no-repeat;
}


#argilla {

	position: relative;
	width: 119px;
	height: 83px;
	margin-left: 415px;
	margin-top: -83px;
    background: url(../images/argilla_off.gif) no-repeat;
}


a.argilla_img {

	display: block;
	width: 119px;
	height: 83px;
}


a.argilla_img:hover {

	display: block;
	width: 119px;
	height: 83px;
	background: url(../images/argilla_on.gif) no-repeat;
}


#photo {

	position: relative;
	width: 119px;
	height: 83px;
	margin-left: 415px;
	margin-top: -83px;
    background: url(../images/photo_off.gif) no-repeat;
}


a.photo_img {

	display: block;
	width: 119px;
	height: 83px;
}


a.photo_img:hover {

	display: block;
	width: 119px;
	height: 83px;
	background: url(../images/photo_on.gif) no-repeat;
}


a.toplinkmenu {

	color: #a2a2a2;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a.toplinkmenu:hover {

	color: #000000;
}


#menutop {

	position: absolute;
	float: left;
	width: 535px;
	height: 52px;
	margin-top: 0px !important;
	margin-top: -4px;
    background: url(../images/menu_top.gif) no-repeat;
}


#menutop2 {

	position: absolute;
	float: left;
	width: 535px;
	height: 52px;
	margin-top: 0px !important;
	margin-top: -4px;
      background: url(../images/menu_top2.gif) no-repeat;
}


#logo {
	
	position: absolute;
	width: 196px;
	height: 154px;
	margin-left: 534px;
	margin-top: -102px !important;
	margin-top: -106px;
	
}


a.logo_img {

	display: block;
	width: 196px;
	height: 154px;
	background: url(../images/logo.gif) no-repeat;
}


a.logo_img:hover {

	display: block;
	width: 196px;
	height: 154px;
	background: url(../images/logo_on.gif) no-repeat;
}


#logo2 {
	
	position: absolute;
	width: 196px;
	height: 154px;
	margin-left: 534px;
	margin-top: -102px !important;
	margin-top: -106px;
	
}


a.logo2_img {

	display: block;
	width: 196px;
	height: 154px;
	background: url(../images/logo2.gif) no-repeat;
}


a.logo2_img:hover {

	display: block;
	width: 196px;
	height: 154px;
	background: url(../images/logo2_on.gif) no-repeat;
}


#leftmenu_news {

	position: absolute;
	margin-left: -1px;
	margin-top: 52px !important;
	margin-top: 48px;
	width: 210px;
	height: 446px;
}


#bodycontent {

	position: absolute;
	width: 336px;
	height: 368px;
	margin-left: 210px;
	margin-top: -446px;
	background-color: #e5e5e5;
	font-size: 14px;
	overflow: auto;
}


#rightmenu {
	
	position: absolute;
	width: 185px;
	height: 368px;
	margin-left: 545px;
	margin-top: -446px;
}


#menu_inner {

	position: absolute;
	width: 210px;
	height: 23px;
	margin-left: 1px;
	background: url(../images/menu_inner.gif) no-repeat;
}


#menu_inner2 {

	position: absolute;
	width: 210px;
	height: 23px;
	margin-left: 1px;
	background: url(../images/menu_inner2.gif) no-repeat;
}


#menu_content {

	position: absolute;
	width: 140px;
	height: 219px;
	margin-top: 23px;
	background: url(../images/menu_content.gif) no-repeat;
}


#menu_content2 {

	position: absolute;
	width: 140px;
	height: 219px;
	margin-top: 23px;
	background: url(../images/menu_content2.gif) no-repeat;
}


#menu_bottom {

	position: absolute;
	width: 140px;
	height: 57px;
	margin-top: 242px;
	background: url(../images/menu_bottom.gif) no-repeat;
}


#menu_bottom2 {

	position: absolute;
	width: 140px;
	height: 57px;
	margin-top: 242px;
	background: url(../images/menu_bottom2.gif) no-repeat;
}


#news_content {

	position: absolute;
	width: 140px;
	height: 116px;
	margin-top: 57px;
	font-size: 12px;
	background: url(../images/news_content.gif) no-repeat;
	/*background-attachment: scroll !important;
	background-attachment: fixed;*/
	overflow: hidden;
}


#news_content a {

	color: #777777;
}


#news_bottom {

	position: absolute;
	width: 140px;
	height: 31px;
	margin-top: 173px;
	background: url(../images/news_bottom.gif) no-repeat;
}


#menu_news_right {

	position: relative;
	width: 70px;
	height: 423px;
	margin-top: -392px;
	margin-left: 140px;
	background: url(../images/menu_right.gif) no-repeat;
}


#menu_news_right2 {

	position: relative;
	width: 70px;
	height: 423px;
	margin-top: -392px;
	margin-left: 140px;
	background: url(../images/menu_right2.gif) no-repeat;
}


#footer {

	position: absolute;
	width: 521px;
	height: 78px;
	margin-left: 210px;
	margin-top: -78px;
}


#body_bottom {

	position: absolute;
	width: 453px;
	height: 29px;
	margin-top: 0px;
	margin-left: -1px;
	background: url(../images/body_bottom.gif) no-repeat;
}


#footer_content {

	position: relative;
	width: 413px;
	height: 18px;
	margin-top: 29px;
	text-align: center;
	font-size: 10px;
	background: url(../images/footer_content.gif) no-repeat;
}


#footer_bottom {

	position: relative;
	width: 413px;
	height: 31px;
	background: url(../images/footer_bottom.gif) no-repeat;
}


#footer_right {

	position: absolute;
	width: 40px;
	height: 49px;
	margin-top: -18px;
	margin-left: 413px;
	background: url(../images/footer_right.gif) no-repeat;
}


#lock {

	position: relative;
	width: 68px;
	height: 78px;
	margin-left: 40px;
	margin-top: -29px;
	background: url(../images/lock_off.gif) no-repeat;
}


a.lock_img {

	display: block;
	width: 68px;
	height: 78px;
}


a.lock_img:hover {

	display: block;
	width: 68px;
	height: 78px;
	background: url(../images/lock_on.gif) no-repeat;
}


#logo_bottom {

	position: relative;
	width: 85px;
	height: 95px;
	background: url(../images/logo_bottom.gif) no-repeat;
}


#logo_bottom2 {

	position: relative;
	width: 85px;
	height: 95px;
	background: url(../images/logo_bottom2.gif) no-repeat;
}


#italian {

	position: relative;
	width: 60px;
	height: 40px;
	margin-left: 85px;
	margin-top: -95px;
	background: url(../images/italian_off.gif) no-repeat;
}


a.italian_img {

	display: block;
	width: 60px;
	height: 40px;
}


a.italian_img:hover {

	display: block;
	width: 60px;
	height: 40px;
	background: url(../images/italian_on.gif) no-repeat;
}


#english {

	position: relative;
	width: 60px;
	height: 55px;
	margin-left: 85px;
	background: url(../images/english_off.gif) no-repeat;
}


a.english_img {

	display: block;
	width: 60px;
	height: 55px;
}


a.english_img:hover {

	display: block;
	width: 60px;
	height: 55px;
	background: url(../images/english_on.gif) no-repeat;
}


#book {

	position: relative;
	width: 145px;
	height: 64px;
	background: url(../images/book_off.gif) no-repeat;
}


a.book_img {

	display: block;
	width: 145px;
	height: 64px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a.book_img:hover {

	display: block;
	width: 145px;
	height: 64px;
	color: #000000;
	background: url(../images/book_on.gif) no-repeat;
}


#pencil {

	position: relative;
	width: 145px;
	height: 62px;
	background: url(../images/pencil_off.gif) no-repeat;
}


a.pencil_img {

	display: block;
	width: 145px;
	height: 62px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a.pencil_img:hover {

	display: block;
	width: 145px;
	height: 62px;
	background: url(../images/pencil_on.gif) no-repeat;
}


#letter {

	position: relative;
	width: 145px;
	height: 67px;
	background: url(../images/letter_off.gif) no-repeat;
}


a.letter_img {

	display: block;
	width: 145px;
	height: 67px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a.letter_img:hover {

	display: block;
	width: 145px;
	height: 67px;
	background: url(../images/letter_on.gif) no-repeat;
}


#mouse {

	position: relative;
	width: 145px;
	height: 64px;
	background: url(../images/mouse_off.gif) no-repeat;
}


a.mouse_img {

	display: block;
	width: 145px;
	height: 64px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


a.mouse_img:hover {

	display: block;
	width: 145px;
	height: 64px;
	background: url(../images/mouse_on.gif) no-repeat;
}


#rightmenu_bottom {

	position: relative;
	width: 145px;
	height: 16px;
	background: url(../images/rightmenu_bottom.gif) no-repeat;
}


#baloonshadowcorner {

	position: relative;
	width: 40px;
	height: 25px;
	margin-left: 68px;
	margin-top: -446px;
	background: url(../images/baloonshadowcorner.gif) no-repeat;
}


.submit, a.submitDis {

	display: block;
	background-color: transparent;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 27px;
	margin: 5px auto;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 80%;
	color : grey;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
   	border-top-color: #000000;
   	border-left-color: #000000;
   	border-right-color: #000000;
   	border-bottom-color: #000000;
}


.post {

	background: url(../images/drawsbg.gif) no-repeat;
	width: 300px;
	height: 200px;
	color: #7c7c7c;
}


.post h2 {

	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #6d6d6d;
}


.title {

	margin-left: 120px;
}


.thumb {

	border: 3px solid #000000;
}


.schedathumb {

	float: left;
	position: relative;
	top: -15px;
	width: 120px;
	height: 120px;
	padding: 8px;
}


.schedathumb img {

	border: 3px solid #000000;
	margin-left: 20px;
}


.news {

	background: url(../images/drawsbg.gif) no-repeat;
	width: 300px;
	height: 200px;
}


.newstext {

	margin-left: 35px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}


.newstext hr {

	border: 1px dashed #999999;
}


.dateinsert {
	font-size: 10pt;
}


.comment {

	width: 450px;
	margin-left: 10px;
	border: 3px solid #999999;
	font-size: 12px;
	font-weight: normal;
}


.commentbg {

	margin-bottom: -15px;
	background: url(../images/s.gif) repeat-x;
	background-position: bottom center;
}


.commenttext {

	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}


.commentfooter {

	
}


.commenttools {

	margin-left: 100px;
}


.commenttools a {

	font-weight: normal;
	font-size: 8pt;
}


.commenttext hr {

	border: 1px dashed #999999;
}


.contacts {

	font-size: 10pt;
	margin-left: 30px;
}


.contactimg {

	margin-bottom: -20px;
}


.contactlink {

	margin-left: 60px;
}


.pager {

	font-size: 9pt;
	margin-left: 15px;
}


img {

	border: 0px;
}


.links {

	font-size: 10pt;
	margin-left: 30px;
}


.linkimg {

	margin-bottom: -30px;
}


.linklink {

	margin-left: 50px;
}
