/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */



/* stili per il layout fisso */

body{
margin: 0;
padding: 20px 0;
line-height: 1.5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background: #047 url(img/bodybg.png) repeat-x fixed;
color: #222;
}

#container{
width: 720px;
margin: 0 auto;
padding: 10px 20px 0 20px;
background: #fff url(img/bord.png) no-repeat;
color: #222;
text-align: justify;
}




/* stili specifici per il layout */

a{
text-decoration: underline;
font-weight: bold;
background-color: inherit;
color: #00468E;
}

a:hover{
text-decoration: underline;
color: #2C71B9;
}

img{
border: none;
vertical-align: middle;
}

p{
margin: 0 10px 15px 0;
line-height: 1.3;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#main p, #sidebar p{
padding: 0 0 0 10px;
line-height: 16px;
}

#main{
float: right;
width: 527px;
margin-top: 3px;
margin-left: 20px;
font: 12px verdana, sans-serif;
}

.blo{
display: block;
margin: 30px 0 10px 0;
padding: 5px 0 5px 8px;
background: #eee url(img/gra2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
text-decoration: none;
}

#sidebar{
width: 170px;
float: left;
margin-top: 20px;
margin-left: -8px;
font-size: 12px;
line-height: 1.1;
}

.sidelink{
display: block;
width: 164px;
margin: 3px 10px 2px 0;
padding: 5px 0 5px 6px;
font-weight: bold;
text-align: left;
background: #eee url(img/gra1.png) repeat-x;
color: #26c;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
}

.sidelink:hover, .menuheader{
background: #fff url(img/gra2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #888;
border-bottom: 1px solid #888;
border-left: 1px solid #ddd;
text-decoration: none;
}

#footer{
margin: 0 auto 20px auto;
width: 760px;
background: #fff url(img/foot.png) bottom left no-repeat;
padding: 0 0 5px 0;
font-size: 10px;
color: #888;
text-align: center;
}

h1,h2,h3,h4{
margin: 0 0 10px 0;
font-weight: normal;
}

h1{
display: block;
margin: 3px 0 3px 0;
padding: 5px 0 5px 8px;
background: #eee url(img/gra2.png) repeat-x;
color: #222;
border-top: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ddd;
text-decoration: none;
font-size: 30px;
}

h2{
margin: 20px 0 8px 0;
font-size: 19px;
}

h3{
margin: 0 0 10px 10px;
font-size: 15px;
font-weight: bold;
}

h4{
margin: 0 0 10px 8px;
font-size: 14px;
font-weight: bold;
}

fieldset{
font-size: 11px;
line-height: 1.4;
padding: 4px 6px 6px 6px;
}

legend{
font-size: 12px;
font-weight: bold;
}

.clear{
clear: both;
margin: 0;
}

.right{
text-align: right;
}

.hide{
display: none;
}

.credit{
color: #888;
}

.bt {
margin-top: 5px;
margin-left: 14px;
}

.lin {
font-size: 13px;
font-weight: bold;
margin-left: 34px;
}

.fam {
margin-left: 2px;
margin-right: 2px;
}

#ante {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

#mod {
margin-left: 140px;
padding-top: 10px;
padding-bottom: 10px;
}



/* stili specifici per le tabelle */

table#oriz {
border-collapse: collapse;
table-layout: fixed;
width: 500px;
margin-bottom: 1px;
}

td {
border-style: none;
}
