/* CSS Document */

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

body {
  background: #fff;
  color: #000;
  font: normal 80% Arial;
  line-height: 1.4em;
}

/* Content blocks
----------------------------------------------------------------------------- */

#container {
  width: 100%;
  margin: 0 auto;
}

#main {
}


#index #main {
}

#header {
}

#header_wrap {
}

#header_left {
}

h1 a {
}

h1 a span {
}

/* header, right */

#header_right { display: none; }

#cont {
}

#navi { display: none; }

#content {
  width: 100%;
}

/* Lang navi */
ul#lang_navi { display: none; }

/* Texts
----------------------------------------------------------------------------- */

h2 {
  color: #7ab800;
  text-transform: uppercase;
  font-size: 1.3em;
  margin: 1.5em 0 0.7em 0;
}

h4 {
  font-size: 1.2em;
  margin: 1.4em 0 0.6em 0;
}

h5 {
  font-size: 1em;
}

p { margin: 10px 0;}

.ingressi {
  font-size: 1.2em;
  line-height: 1.6em;
}

#index .ingressi {
  font-size: 1.1em;
  line-height: 1.3em;
}

.italic {
  font-style: italic;
}

.news {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
