@charset "utf-8";
/* CSS Document */

html,body
{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	background:black;
	color:white;
	padding:0;
	margin:0 auto;
	font-size:100%;
	width:1024px;
	
}

#all
{
	background:url(images/bg1.jpg) no-repeat black;
	margin:0 auto;
	padding:0;
}

h1{	
	margin:0;
	padding:17px;
}
h1 a:hover{
	text-decoration: none !important;
	color: none !important;
}
h1 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
h1:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

span{
display:none;}
/*
li:first-letter{font-weight:normal;} 

#link{
	margin:0;
	padding:17px;
	list-style:none;
}
*/
#rightContainer{
	float:right;
	margin-right:40px;
	padding-top:12px;
}
#rightContainer2{
	float:right;
	margin-right: -30px;
	margin-top: 300px;
}
#box
{
	clear:both;
	background:url(images/margin.png) no-repeat;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	padding:70px 40px 20px 40px;
	margin:0 auto;
	height:400px;
}

table{
width:900px;
border:0;}
td{
	width:25%;
	}


h2{
	font-size:16px;
}

h2:first-letter
{
	font-weight:normal;
}

#art1{color:#00956b;}
#art2{color:#00a54e;}
#art3{color:#e99f36;}
#art4{color:#ee3533;}


p{
	font-size:10px;
	line-height:17px;}

#menu2{
	float:left;
	padding:10px;
	margin-right:50px;
	width:200px;
}

.blur{
	background:url(images/sfumatura.png) no-repeat;
	padding:0 0 0 40px;
	height:350px;
	overflow:hidden;
}	

.blur ul{
	margin:0;
	padding:0;}
	
.blur li{
	list-style:none;
	font-size:10px;
	line-height:17px;
}
#text{
	padding-right:30px;
	width:830px;
	height:320px;
	overflow:auto;
	
	}
#text1{
	padding-right:30px;
	width:415px;
	height:320px;
	overflow:auto;
	
	}
#box ul{	
	margin:0;
	padding:0;}
	
#box li{
	list-style:none;
	font-size:10px;
	line-height:17px;}

h3{
	font-size:12px;
}

/*LINK*/
a:link {color: white; text-decoration:none;}     /* unvisited link */
a:visited {color: white; text-decoration:none;}  /* visited link */
a:hover {color: #317082; text-decoration:none;}   /* mouse over link */
a:active {color: #0000FF; text-decoration:none;}   /* selected link */
