body {
  margin-top: 0;
  font-family: sans-serif;
}
#page{
  width: 980px;
  margin: 0 auto;
}
#header{
  width: 100%;
  height: 250px;
  background-color: transparent;
  background-image: url(images/layout/header.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
}
#header #lista{
  width: 100%;
  background-color: transparent;
  margin-bottom:200px;
  padding-top: 10px;
  color: #ffffff;
}
#header #lista a{
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
#header #lista a:hover{
  color: #ff0000;
  font-weight: bold;
}
#header ul{
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  padding: 0; 
}
#header ul li{
  display: inline;
}
#header ul .dot{
  margin: 0 23px;
}
#header ul li a{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
#header ul li a:hover{
  color: #0066cc;
}
#content {
  width: 630px;
  margin: 0 auto;
  font-size: 0.9em;
  padding-top: 20px;
}
#content p{
  text-align: justify;
}
.bi{
  font-weight: bold;
  font-style: oblique;
}
h1{
  color: #0066cc;
  font-size: 1.5em;
  font-weight: normal;
}
h2{
  color: #0066cc;
  font-size: 1.3em;
  font-weight: normal;
}
h3{
  color: #0066cc;
  font-size: 1.1em;
  font-weight: bold;
}
.press-div{
  float: left;
  width: 300px;
  margin: 30px 0;
}
.press-div h2{
  display: inline;
}
.fotogalerieTable{
  width: 100%;
  border: 0;
}
.fotogalerieTable tr td{
  height: 200px;
  vertical-align: top;
}
.fotogalerieTable tr td img{
  margin-bottom: 10px;
}
#partneri{
  margin-top: 20px;
}
#partneri div{
  text-align: center;
  font-size: 0.7em;
  height: 120px;
}
#partneri div a img{
  margin-left: 10px;
  border: 0 ;
}
#footer{
  text-align: center;
  margin-top: 30px;
  clear: both;
}
#footer a{
  text-decoration: none;
  color: #0066cc;
}
#footer a:hover{
  color: #ff0000;
}
