﻿@font-face {
    font-family: 'BetecknaLowerCaseMedium';
    src: url('../css/betecknalowercase-webfont.eot');
    src: url('../css/betecknalowercase-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/betecknalowercase-webfont.woff') format('woff'),
         url('../css/betecknalowercase-webfont.ttf') format('truetype'),
         url('../css/betecknalowercase-webfont.svg#BetecknaLowerCaseMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Impostazioni generali */ 
html, body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	/* [disabled]font-size: 12px; */
	background-color: #FFF;
}


nav {
  text-align: center;
/*  margin-bottom: 10px;		*/
}

/* Finestra principale che circonda TUTTO il resto */ 
#page {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	font-size: 0.9em;
}

#header {
  width: 960px;
  text-align:center
/*  margin: 20px auto 0 auto;
  margin-left: 11px*/
}

#header h1 {
  font-size: 4em;
  color: #b70027;
  padding: 0;
  margin: 20px 0;
  text-transform: uppercase;
}

#menu {
	/*  margin: 0 11px;			*/
	padding: 5px 5px 5px 5px;
	display: inline;
	/* [disabled]list-style: none; */
	font-size: 12px;
}

#menu li {
/*  vertical-align: middle;	*/
  display: inline;
}

#menu a {
	/*  vertical-align: middle;	
  padding: .1em 1em;
  background: #eeeeee;	*/
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;

/*
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;	*/
}

#riga-menu1{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
/*	border: 1px solid #FFF;	*/
}

#riga-menu2{
	width: 1000px;
/*	position: absolute;
	top: 100px;       */
	margin: 0 auto;
	padding: 0;
	text-align: center;
/*	border: 1px solid #FFF;	*/
}


#center-container {
	width: 1000px;
	/*	position:absolute;
	top: 550px;        */
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 0.em;

}

#quad1 {
	width: 25%;
	display: inline;
	float: left;
	color: #FFF;
	font-size: 7px;
}

#quad2 {
	width: 50%;
	height: 500px;
	display: inline;
	float: left;
	color: #FFF;
	font-size: 7px;
	text-align: center;
}

#quad3 {
	width: 100%;
	display: inline;
	float: left;
	color: #333;
	font-size: 9px;
	text-align: justify;
	line-height: 25px;
	font-family: Verdana, Geneva, sans-serif;
}

/*	animazioni per il menù	*/
/*#menu a:hover {	
	background: #2b2f32;
	color: #eeeeee;
	border: 1px solid #eeeeee;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-khtml-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 10em;
}*/

#contenuto {
  width: 960px;
  margin: 11px 11px 0 11px;
}

#titolo {
  width: 40%;
  float: left;
}

#titolo h2 {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: normal;
  font-weight: bold;
}

#testo {
  float: right;
  width: 59%;
  border-left: 1px solid #ccc;
}

#testo p {
  line-height: 1.5em;
  margin: 1px 0 5px 11px;
  text-align: justify;
}

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #FFF;
	color: #000;
}

#footer p {
  margin: 0 11px;
}

#footer a {
  padding: 0 0 0 5px;
}

.blocco {
	display: block;
	color: #999;
}
#page #center-container #quad3 p {
	color: #000;
}
#page #center-container #quad3 p {
	font-size: 12px;
}
#page #center-container #quad3 h2 {
	font-size: 12px;
}
#page #center-container #quad3 h3 {
	font-size: 15px;
	font-weight: bold;
}
