body {
background: url('body.jpg') top left;
font-size: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:10px;
margin:10px;
}
a {color: #FFFFFF;}
a:visited {color:#FFFFF;}
a:hover {color: #c43300;}
a:active { color: #c43300;}
h1 {
font-size: 15px;
text-transform:uppercase;
/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }
h2 {
color: #9A1212;
font-size:24px;
font-weight: normal;
padding: 5px 10px;
margin:2px;}
img.download {vertical-align:middle;}
/* ----------layout centrale-------------- */
#container {
width: 910px;
margin-left: auto;
margin-right: auto;
height:100%;
background: #228B22 url('bodycontent.jpg') top left;
border:1px solid #000000;
}
/* ----------logo-------------- */
#banner {
height:114px;
text-align: center;
background: url('logo.jpg') no-repeat bottom center;
background-color: #228B22;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;}
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}
/* -----------------content--------------------- */
#left {
background: ('bodycontent.JPG') no-repeat bottom left;
padding: 23px;
margin-left: 200px;
margin-right: 0px;
}
div#content {
min-height:475px;
/*height:expression(this.scrollHeight > 475 ? "auto":"475px"); */
}
p, pre{
padding: 2px;
margin: 0px;
}
/* --------------barra regolamento,chi siamo,ecc.------------- */
#left {
float: left;
width: 170px;
margin: 1px;
padding: 0px;
background: #228B22 url('bodycontent.JPG') top left;
height:100%;
}
/**********vertical menu***************/
.verticalmenu ul{
list-style:none;
/*list-style-image: url("bullet.gif")*/
padding: 10px;
margin: 2px;
}
.verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
display: block;
font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
text-align: left;
width: 140px;
height: 50px;
/*background: url('menuhover.gif') no-repeat;*/
}
.verticalmenu a:hover{
background: url('menuhover.gif') no-repeat;
color: #dc4d1b;
}