/* Regole per i link */	
A:link {
text-decoration: none;
color: rgb(0, 0, 0);
}

A:visited {
text-decoration: none;
color: rgb(0, 0, 0);
}

A:hover	{
text-decoration: none;
color: rgb(255, 255, 255);
}

#wrapper {
width: 781px;
margin: 0 auto;
border: 1px dotted #BB0102;
background-color: #FFF;
}

#colonna{ 
float: left;
height: 1100px;
width: 250px;
border-right: 1px dotted #BB0102;

}

#principale {
float: left;
width: 530px;
background: #fff;
color: #000
}

div.box{
padding: 8px;
text-align: justify;
font-size: small;
}

#header{
background: rgb(255, 255, 255); 
color: #FFF;
font-weight: bold;
font-size: x-small; 
}

#footer {
border-top: 1px dotted #000;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
clear: left;
}

div.title {
text-align: center;
color: rgb(103, 5, 6);
background-color: rgb(255, 255, 255);
}

div.intestazione {
margin-top: 10px;
font-size: small;
text-align: center; 
padding: 2px; 
background-image: url('images/extra-titles.png'); 
background-repeat: repeat-x; 
border-left: 1px solid #ccc; 
border-right: 1px solid #ccc;
}

div.content {
padding: 8px;
}

div.menu {
padding: 8px;
background-color: rgb(255, 255, 255);
text-align: left;
vertical-align: top;
background-image: url('images/extra-titles.png');
}

div.riquadro{
margin-top: 10px;
color: #000;
padding: 6px;
font-size: x-small;
}


div.footer {
padding: 6px;
margin-top: 4px;
margin-bottom: 4px;
}

div.form {
padding: 2px;
margin-top: 6px;
}

body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url('images/1119.jpg')
}

span.mark {
color: rgb(0, 0, 0);
font-weight: bold;
}

div.description {
margin-top: -1px;
text-align: center;
color: rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
} 

div.menu{
color: rgb(0, 0, 0);
font-weight: bold;
text-align: center;
}

span.info{
color: rgb(255,255,255); 
font-size: small; 
font-weight: bold;
text-align: center;
}


span.title{
color: rgb(0, 0, 0);
font-weight: bold;
font-size: small;
padding: 4px;
}

ul {
list-style-image: url('images/punto.png');
vertical-align: middle;
padding: 6px;
}

