/* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */

/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
text-align:center;
color:#303030;
background:#efefef;
}

a{
color:#0066CC;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#fff; text-decoration:none; background-color:#006699;}
a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header and navigation styles ****************/

#container{
width:780px;
margin:0px auto;
text-align:left;
background:#ffffff;
color:#303030;
border-left: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
border-bottom: 1px solid #a0a0a0;
}

#header{
height:149px;
width:780px;
margin:0 1px 1px 1px;
background:ffff00;
color:#000;
}



#navigation{
height:2.2em;
line-height:2.2em;
width:780px;
background:#E1E1E1;
color:#006699;
border-top: 1px solid #BBC4BD;
border-bottom: 1px solid #BBC4BD;
text-align: center;
float:left;
}

#spaziatore{
height:15px;
width:65px;
background:#E1E1E1;
color:#8C9C90;
float:left;

}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #BBC4BD;
border-left:1px solid #BBC4BD;
white-space:nowrap;
color:#333;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.9em;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color:#999;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#006699;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

/**************** Content styles ****************/

#content{
float:left;
width:459px;
font-size:0.9em;
padding:20px 0 0 40px;
background: #fff;
}

#titolo {
background-image: url(images/riga.jpg); 
margin:0 0 5px 0;
font-size:1.3em;
font-weight:bold;
letter-spacing:-1px;
color:#006699;
height: 30px;
background-repeat: no-repeat;
}

#titolo2 {
background-image: url(images/rigap.jpg); 
margin:0 0 5px 0;
font-size:13px;
font-weight: bold;
color:#006699;
height: 30px;
background-repeat: no-repeat;
}


#content a:hover,#subcontent a:hover{text-decoration:underline;}

/**************** Sidebar styles ****************/

#subcontent{
background: #ffffff;
float:right;
width:200px;
padding:20px 40px 0px 20px;
line-height:1.5em;
font-size:11px;
}





/**************** Menublock styles ****************/

.menublock{margin:0 0 20px 8px; font-size:1em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul{margin:3px 0 3px 15px; font-size:1em; font-weight:normal;}
.menublock li ul li{margin-bottom:0;}
.menublock li ul a{font-weight:normal;}


/**************** Footer styles ****************/

#footer{
clear:both;
width:780px;
padding:5px 0;
font-size:0.9em;
color:#000000;
border-top: 1px solid #BBC4BD;
background:#e1e1e1;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#006699; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#006699; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#505050;
line-height:1.5em;
}
