/* CSS Document */
html,body{
margin: 0;
padding:0;
height:100%; 
}

body{
font-family: verdana;
font-size: 12px;
text-align: center;
background-image:url(images/linea_alta.gif);
background-repeat:repeat-x;
color:#404040;
}

a {
text-decoration:none;
}

div#contenitore{
position:relative; 
width: 960px; 
height: 100%;
margin: 0 auto;
text-align: left; 
}
	
body>div#contenitore{height:auto;min-height:100%}

div#footer{
position: absolute;
bottom:0; 
width: 100%; 
padding: 0.1em 0;
text-align: right;
}

div#header {
width:960px;
height:156px;
}

div#separatorealto {
width:960px;
height:15px;
background-image:url(images/separatore.gif);
background-repeat:repeat-x;
vertical-align:top;
}

div#separatorealto_about {
width:960px;
height:1px;
background-image:url(images/separatore.gif);
background-repeat:repeat-x;
vertical-align:top;
}

div#contenuto {
padding: 0em 0em 8em;
}

div#contenuto:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

div#portfolio {
width:570px;
height:auto;
margin-top:5px;
}

.scrittablu {
font-size:12px;
color:#0098D9;
font-weight:bold;
line-height:18px;
}

.scrittaarancio {
font-size:13px;
color:#EBA349;
font-weight:bold;
}

.scrittaverde {
font-size:13px;
color:#509630;
font-weight:bold;
}

.scrittabianca {
color:#FFFFFF;
}

.showlink {
color:#ffffff;
font-weight:bold;
}

.email {
color:#509630;
text-decoration:none;
}

.contact {
color:#509630;
font-weight:bold;
}

.bordobianco {
border-style:solid;
border-width:6px;
border-color:#FFFFFF;
}

.input {
background-color:#F9F9F9;
border-color:#CCCCCC;
border-width:thin;
border-style:ridge;
}

.note {
color:#7B7B7B;
padding-top:15px;
}

.news {
font-size:14px;
color:#03559D;
font-weight:bold;
}

.events {
font-size:14px;
font-weight:bold;
color:#D337B2;
}

.indirizzi10 {
font-size:9px;
text-align:left;
}