/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #0074e3;
background-image: url(../imgweb/sfondouff.jpg);
background-repeat: repeat-x;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:visited {color:#1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:hover {color: #88c5ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:active { color:#1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}

a img {color: #1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:visited img {color:#1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:hover img{color: #88c5ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}
a:active img{ color:#1e90ff; text-decoration: none; outline : 0px; border: 0 px;
-moz-outline: none;}

img {
	text-decoration: none;
	background: none;
	border: none;
	text-decoration: none; outline : none; -moz-outline: none;
	}

h1 {
font-size: 8px;
text-transform:uppercase;
text-align: center;
color: #555555;
background-color: #fff;
padding:1px 1px 1px 1px;
margin:0px;
/* border-bottom: solid 2px #f7f7f7; */
 }

h2 {
font-size:20px;
color: #0074e3;
font-weight: normal;
padding: 15px 10px;
margin:0px;}

h3 {
font-size:10px;
color: #0074e3;
text-align: center;
padding: 0px;
margin: 0px;

}

#lingua p {text-align: right; padding: 0px; margin: 0px; margin-right: 5px;} 

hr {
	color: #9a9a9a;
	height: 2 px;
	text-align: center;
}

img.download {vertical-align:middle;}

strong {
color: #1e90ff;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #fff;

  /* for IE
  filter:alpha(opacity=90);
  CSS3 standard
  opacity:0.9;*/

}

/* ----------banner for logo-------------- */
#banner {
background-color: #fff;
text-align: center;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 10px;
margin-right: 0px;
}

div#content { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

div#contentindex { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px");
text-align: center;
}

p, pre{
padding: 5px 10px;
margin:0px;
margin-right: 14px;
text-align: justify;
}

/* --------------left navigavtion------------- */
#left {
float:left;
width:590px;
margin-left: 10px;
padding: 0px;
}

 
/* --------------right navigavtion------------- */
#right {
float:right;
width:500px;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 10px;
background-color: fff;
background-image: url(../imgweb/maury08.png);
background-position: right;
background-repeat: no-repeat;
border-top: solid 2px #9a9a9a;
text-align: center; }


/* <ul>
  <li><a href="index.html" id="active">Home</a></li>
  <li><a href="profilo.html">Profilo</a></li>
  <li><a href="tecno.html">Tecnologia</a></li>
  <li><a href="progetti.html">Progetti</a></li>
  <li><a href="prodotti.html">Prodotti</a></li>
  <li><a href="stampa.html">Sala Stampa</a></li>
  <li><a href="eventi.html">Eventi</a></li>
  <li><a href="contatti.html">Contatti</a></li>
 </ul>
 */