/*------------------------------------------------------------
  filename: csp.css
  content: Stili CSS per il sito del Centro Sub Pisa
  author: Federica Milella, Stefano Mare, Mirko Passera
  date: July 30, 2007
------------------------------------------------------------*/
/*
     impostazioni generali della pagina
------------------------------------------------------------*/
html, body {
	margin:0;
	text-align: center;
}
html {
	background-color: #133b76;
}	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
/*
     stili dei contenitori
------------------------------------------------------------*/
div#index {
	height: 500px;
	width: 800px;
	background-image: url(immagini/sfondo-index.gif);
	margin: auto;
	position:absolute;
	top:50%;
	left:50%;
	margin:-250px 0 0 -400px;
}
div#vuoto {
	height: 340px;
	width: 800px;
	float: right;
}
div#entra {
	height: 60px;
	width: 800px;
}
div#contenitore {
	height: 100%;
	width: 828px;
	margin: 30px auto;
	background-image: url(immagini/falsa-colonna.gif);
	background-repeat: repeat-y;
	background-color: #00133e;
	background-position: right;
}
div#menu {
	height: 25px;
	width: 828px;
	background-color: #00133e;
	text-align: center;
}
div#fascia {
	height: 119px;
	width: 828px;
	background-image: url(immagini/fascia.jpg);
}
div#nav-sx {
	height: 32px;
	width: 92px;
	float: left;
	background-image: url(immagini/nav-sx.gif);
}
div.nav {
	height: 32px;
	width: 92px;
	background-image: url(immagini/nav.gif);
	float: left;
}
div.nav-2 {
	height: 32px;
	width: 184px;
	background-image: url(immagini/nav.gif);
	float: left;
}
div#nav-dx {
	height: 32px;
	width: 92px;
	background-image: url(immagini/nav-dx.gif);
	background-position: right;
	float: right;
}
div#contenuto {
	height: 100%;
	width: 646px;
	background-color: #00133e;
	float: left;
	padding: 10px;
}
div#nav-vert {
	height: auto;
	width: 140px;
	float: right;
	background-color: #133b76;
	margin: 15px 0 10px 0;
	border: solid #006bb6 1px;
	display: inline;
	padding: 5px;
	text-align: left;
}
div#piede {
	height: 100%;
	width: 828px;
	background-image: url(immagini/piede.gif);
	clear: both;
}
div#map {
	height: 450px;
	width: 600px;
	margin: auto;
}
/*
     stili dei link
------------------------------------------------------------*/
div#entra a, div#entra a:visited {
	font-size: 22px;
	font-weight: bold;
	color: #eff3f9;
	text-decoration: none;
	margin-right: 50px;
}
div#entra a:hover {
	border-bottom: solid #ffe000 2px;
}
div#nav-sx a, div#nav-sx a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #133b76;
	text-decoration: none;
	background-image: url(immagini/nav-sx.gif);
	display: block;
	line-height: 32px;
}
div#nav-sx a:hover {
	background-image: url(immagini/nav-sx-a.gif);
}
div.nav a, div.nav a:visited, div.nav-2 a, div.nav-2 a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #133b76;
	text-decoration: none;
	background-image: url(immagini/nav.gif);
	display: block;
	line-height: 32px;
}
div.nav a:hover, div.nav-2 a:hover {
	background-image: url(immagini/nav-a.gif);
}
div#nav-dx a, div#nav-dx a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #133b76;
	text-decoration: none;
	display: block;
	line-height: 32px;
}
div#nav-dx a:hover {
	background-image: url(immagini/nav-dx-a.gif);
}
p a, p a:visited, ul a, ul a:visited {
	color: #eff3f9;
	font-weight: bold;
	text-decoration: none;
}
p a:hover, ul a:hover {
	border-bottom: solid #ffe000 1px;
}
div#menu a, div#menu a:visited {
	color: #006bbb;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
div#menu a:hover {
	border-bottom: solid #ffe000 1px;
}
div#nav-vert a, div#nav-vert a:visited {
	color: #eff3f9;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: solid #006bb6 2px;
	display: block;
	margin-bottom: 15px;
}
div#nav-vert a:hover {
	border-bottom: solid #ffe000 2px;
}
img {
	border: none;
}
/*
     stili dei testi e altro
------------------------------------------------------------*/
p {
	text-align: justify;
	line-height: 18px;
}
p.nav {
	font-size: 10px;
	font-weight: bold;
	color: #eff3f9;
	display: block;
	line-height: 32px;
	padding: 0;
	margin: 0;
	text-align: center;
}
h1 {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #006bbb;
	border-bottom: double #ffe000 2px;
	font-weight: bold;
	font-size: 13px;
}
div#nav-vert h1 {
	color: #ffe000;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: solid #006bb6 2px;
	display: block;
	margin: 0 0 15px 0;
	text-align: center;
	padding-top: 0;
}
div#nav-vert h2 {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: solid #006bb6 2px;
	display: block;
	margin: 0 0 15px 0;
}
div#menu p {
	font-size: 9px;
	color: #999;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: center;
}
img.left {
	float: left;
	padding-right: 10px;
	padding-top: 3px;
}
img.center {
	padding: 5px;
	margin: auto;
	border: none;
}
img.chi {
	float: left;
	border: solid #ffe000 1px;
	width: 96px;
	height: 120px;
	margin: 3px 10px 10px 0;
}
img.bordo_giallo {
	border: solid #ffe000 1px;
}
.script {
    padding: 0;
	margin: 0;
	text-align: center;
}
.chiaro {
	font-weight: bold;
	color: #eff3f9;
}
.centrato {
	text-align: center;
}
.destra {
	text-align: right;
}
.giallo {
	color: #ffe000;
	font-weight: bold;
}
p.piede {
	font-size: 9px;
	font-weight: bold;
	color: #00133e;
	text-align: center;
	line-height: normal;
	padding: 3px;
}
ul {
	text-align: left;
	line-height: 30px;
}
.tabella  {
	text-align: center;
	background: #133b76;
	border: solid #ffe000 1px;
	margin: 0 auto;
}
td.tabella {
	width: 80px;
	border: none;
}
