/*
 * Tabella colori:
 * Rosso: #E10825
 * Grigio scuro: #9C9C9C
 * Grigio chiaro: #C1C1C1
 * Nero: black
 * Nero chiaro: #1C1C1C
 * Testo menu: #E8E8E8
 * Testo: white
 * Link: #FF0000
*/
body {
	font-family: Verdana, Tahoma, Arial,  Helvetica, sans-serif;
	border : 0px 0px 0px 0px;
	margin : 1px 1px 1px 1px;
	background-color: black;
	color: white;
	/*scrollbar-3dlight-color : #E10825;
	scrollbar-arrow-color : white;
	scrollbar-base-color : red;
	scrollbar-darkshadow-color : #E10825;
	scrollbar-face-color : #E10825;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-track-color : white;*/
}


a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline;}
td { font-size: 13px; font-family: Verdana, Tahoma, Arial,  Helvetica, sans-serif;}
#start { height: 100%; width: 980px; padding: 0px;}
#start .nodisplay { display: none;}
#start hr { display: none; }

#start #header {  background : #C1C1C1 }
#start #header #topheader {  background : transparent url(../images/logo.jpg) no-repeat scroll left; height: 51px; width: 100%; /*margin-bottom: 1px;*/}
#start #header #topheader #logolink {margin-top: 10px; }
#start #header #topheader #language {    height: 23px; }
#start #header #topheader #language img { height: 23px; width: 32px;}

#start #header #topheaderindex {  background :  #C1C1C1 url(../images/logoindex.gif) no-repeat scroll left; height: 51px; width: 100%; /*margin-bottom: 1px;*/}
#start #header #topheaderindex #logolink {margin-top: 10px; margin-left: 80px;}
#start #header #topheaderindex #language { position: fide; left: 870px; top: 25px;}
#start #header #topheaderindex #language img { height: 23px; width: 32px;}

#start #header #bottomheader {height: 29px; width: 100%;}
#start #header #bottomheader img {height: 27px; width: 130px;}
#start #header #bottomheader table { height: 100%; width: 100%; padding: 0px;}
#start #header #bottomheader td { padding: 0px; background-color: #E10825;}
#start #header #bottomheader .spacer { width: 30%; }

#start #body { height: 100%; background-color : black;}
#start #body table { height: 100%; width: 100%;}
#start #body #menu { font-size : 11px; background: #1C1C1C url(../images/sfondomenu.gif) no-repeat scroll bottom;}
#start #body #menu #navigator {}
#start #body #menu #navigator h3 { display: none; }
#start #body #menu #navigator .menulevel1 { padding: 0px 0px 3px 0px;}
#start #body #menu #navigator .menulevel1 img {float: right; height: 10px; width: 7px;}
#start #body #menu #navigator .menulevel1 a { color: white; text-decoration : none; font-weight : bold;}
#start #body #menu #navigator .menulevel1 a:hover { text-decoration : underline;}
#start #body #menu #navigator .menulevel1 .selected a { color: #FF0000; }
#start #body #menu #navigator .menulevel2 { padding: 4px 10px 0px 10px; }
#start #body #menu #navigator .menulevel2 a { font-weight : normal; }
#start #body #menu #navigator .menulevel2 .selected a { color: #FF0000; }

#start #body #context { vertical-align: top; text-align: justify; padding: 0px 15px 15px 15px}
#start #body #context h2 {font-size: 14px; text-align: right; margin: 30px 0px 20px 0px; }
#start #body #context h2 a, #start #body #context h2 a:hover {color: white;}
#start #body #context h3 {font-size: 14px; text-align: right; color: #9C9C9C;	line-height : 0px;}
#start #body #context h4 {font-size: 10px; text-align: right; color: #9C9C9C; line-height: 0px;}
#start #body #context p { }
#start #body #context b, #start #body #context strong { color: #FF0000;}
#start #body #context a { font-weight : bold; color: #FF0000; text-decoration: none;}
#start #body #context a:hover { color: #FF0000; text-decoration: underline;}
/*#start #body #context img { border : 1px solid #71696A; margin: 10px;}*/
#start #body #context img { border : 1px solid #E10825; margin: 10px;}
#start #body #context .dida { font-size: 10px;}

#start #body #foo { width: 190px; background-color: #1C1C1C; vertical-align: top;}

#start #footerit {  background : #9C9C9C url(../images/footerit.gif) no-repeat scroll left; height: 18px;}

#start #footeren {  background : #9C9C9C url(../images/footer.gif) no-repeat scroll left; height: 18px;}

