@charset "ISO-8859-15";
/* CSS Document */
body{

background-image:url('images/background.png');
background-repeat:repeat-y;
background-attachment: fixed;
margin-top:0;
background-position:center; 
background-color: #f0f0f0;
}

p.agenda{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma,Arial;
color: #34161a;
font-weight: bold;
font-size: 23px;
margin:5px;
margin-top:0px;
text-align: center;
}

p.titolo{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma,Arial;
font-weight: bold;
color: #bc2631;
font-size: 17px;
}
p.titolo a{
text-decoration: none;
color: #000000;
}
p.titolo a:hover{
text-decoration: none;
color: #bc2631;
}
p.titolo a:visited{
text-decoration: none;
}

p.news{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma,Arial;
font-size: 18px;
color: #000000;
font-weight: bold;
margin-bottom:3px;
margin-top:3px;
text-align: left;
text-decoration: none;
}
p.news a{
color: #000000;
margin-bottom:3px;
margin-top:3px;
text-align: left;
text-decoration: none;
}
p.news a:hover {
color: #bc2631;
}

p.testo{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma,Arial;
font-size: 13px;
font-weight: regular;
text-align: justify; 
color: #000000;
line-height:20px;
}
p.testo a{
text-decoration:none;
color: #000000;
}

p.preview{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma, Arial;
font-weight: regular;
font-size: 12px;
line-height:18px;
}
p.preview a{
font-weight: bold;
text-decoration: none;
color:#bc2631;
}

p.preview a:hover{
text-decoration: underline;
}

p.profilo{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma, Arial;
font-weight: regular;
font-size: 12px;
line-height:18px;
}
p.profilo a{
font-weight: regular;
text-decoration: none;
color:#000;
}

p.profilo a:hover{
text-decoration: underline;
}

p.link{
font-family: "Trebuchet MS", Georgia, Tahoma,Arial;
font-weight: regular;
font-size: 11px;
color:#000000;
margin-right:10px;
margin-bottom: 3px;
text-decoration: none;
}
p.link a{
font-family: "Trebuchet MS", Georgia, Tahoma,Arial;
font-weight: bold;
font-size: 11px;
color:#bc2631;
margin-right:10px;
margin-bottom: 3px;
text-decoration: none;
}
p.link a:hover{
text-decoration: underline;
}
p.link a:visited{
color:#bc2631;
}
p.linkb{
font-family: Georgia, "Trebuchet MS", Georgia, Tahoma,Arial;
font-weight: regular;
font-size: 13px;
text-align: right;
color: #34161a;
margin-right:10px;
margin-bottom: 5px;
}
p.special a{
font-family: "Trebuchet MS", Georgia, Tahoma,Arial;
font-size:13px;
padding:0;
margin:0;
color:#bc2632;
text-decoration:none;
}
p.special a:hover{
color: #000000;
}
p.special a:visited{
}

.contenitore {
     margin:0;
     border:0px solid RED;
     width:430px;
     position: relative;
     z-index:10;
}
 
.left-half-panel {
left:0;
bottom:0px;
width:430px;
position:relative;
background:transparent url(images/dark_panel.png) repeat scroll 0 0;
position:absolute;
z-index:10;
}

h1{
font-family: Arial, "Trebuchet MS", Georgia, Tahoma,Arial;
font-size: 20px;
color: #f9d74f;
margin-left:10px;
margin-right:10px;
margin-bottom:3px;
margin-top:3px;
text-align: left;
}
h1 a{
text-decoration:none;
color: #f9d74f;
}

h1 a:hover {
text-decoration: underline;
}
h1 a:visited{
color: #f9d74f;
}
