@charset "UTF-8";
/* CSS Document */

html,body{margin: 0;padding:0;height:100%;}
body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
  	font-size: 12px;
	text-align: center;
	background-color:#ffffff;
/*	background-image:url(images/righelato_sfondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
*/	}

/*@font-face {
  font-family: 'Note_this';
  src: url('Note_this.eot');
  src: local('Note_this'), url('Note_this.ttf') format('truetype');
}*/

@font-face {
  font-family: 'jrhand';
  src: url('jrhand.eot');
  src: local('jrhand'), url('jrhand.ttf') format('truetype');
}


div#container{
	position:relative;
	width: 999px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;	
/*	border-left:#dd0000 solid 0px;
*/	border-right:#dd0000 solid 1px;

	}
	
body>div#container{height:auto;min-height:100%;}

div#header{
	display:block;
	width:998px;
	height:80px;
	position:fixed;
	z-index:2;
	text-align: center;
  	font-size: 18px;
  	color: #dd0000;
	background-color:#FFF;
	border-bottom:#dd0000 dotted 1px;
	border-right:#dd0000 solid 1px;
	border-left:#dd0000 solid 1px;
	
/*	background-image:url(images/righelato_sfondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	border:solid 1px #0033FF;
*/
	}

div#header .logosx {
	float:left;
	display:block;
/*	width:100px;
*/	text-align:center;
	margin-top:5px;
	margin-left:10px;
	background-color:#CCFFCC;
	}

div#header .logodx {
	float:right;
	display:block;
/*	width:100px;
*/	margin-top:5px;
	margin-right:10px;
	background-color:#99FF99;

	}
	
div#header .logocentro {
	display:block;
	width:500px;
	/*padding-left:100px;*/
	color: #dd0000;
	margin-top:5px;
	margin:auto;
/*	background-color:#9999CC;
*/
	}
	
div#box{
	display:block;
	width:1000px;
	height:100%;
	background-color:#FFF;
	padding-top:80px;
	border:#009933 solid 0px;
}

div#menu{
	display:block;
	width:279px;
	height:100%;
	float:left;
	position:fixed;
	z-index:1;
	color: #dd0000;
  	text-align: left;
  	font-weight: bold;
  	text-decoration: none;
  	list-style-position: outside;
  	list-style-image: url(images/cuore-fratres.gif);
 	font-size: 12px;
  	line-height: 35px;
 	background-image: url(images/sfondologo.gif);
 	background-repeat: repeat;
 	border-left:#dd0000 solid 1px;
	padding-top:10px;
	}

div#contenuto{
	display:block;
	width:699px;
	float:right;
  	padding: 20px 10px 20px 0px;
	height:100%;
  	z-index:2;
/*  	background-color:#CCC;
*/	border-right:#dd0000 solid 1px;
	}

div#footer{
	position: fixed;
	z-index:3;
	bottom:0;
	width: 998px;
	padding: 0.5em 0;
    background-color: #fff;
	color: #000;
	text-align:center;
	border-top:#dd0000 dotted 1px;	
	border-left:#dd0000 solid 1px;	
	border-right:#dd0000 solid 1px;	
/*		background-image:url(images/righelato_sfondo.jpg);
	background-position:center;
	background-repeat:repeat-y;*/

	}
	
a {
  color: #dd0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border:  none;
}

div#contenuto .titolopiccolo {
  color: #ffffff;
  font-size: 12px;
}
div#contenuto .titolomedio {
  color: #dd0000;
  font-size: 12px;
}
div#contenuto .testorosso {
  color: #dd0000;
}
div#contenuto .testoamano{
  font: 23px 'jrhand';
}
div#contenuto .titologrande {
  color: #dd0000;
  font-size: 22px;
}
div#contenuto .testodata {
  color: #00aa00;
  font-weight: bold;
}
div#contenuto .testosangue {
  color: #dd0000;
  font-weight: bold;
}
div#contenuto .testoplasma {
  color: #ff9900;
  font-weight: bold;
}
div#contenuto .testoevidente {
  color: #0000d0;
  font-weight: bold;
}
div#contenuto .testononevidente {
  color: #0000d0;
}
div#contenuto .testoelenco {
  color: #0000ff;
  font-weight: bold;
}
div#contenuto .legge {
font-family: Courier;
font-size: 9px;
}
div#contenuto .rossosmall {
font-size: 9px;
}


div#titolo {
	width:700px;
	height:24px;
	background-color:#dd0000;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}

div#paragrafo {
	height: 100%;
	border-bottom: 1px dotted #dd0000;
	border-left: 1px dotted #dd0000;
	border-right: 1px dotted #dd0000;
	padding: 9px
}

div#menu li#p {
  border: 0px solid #0000cc;
  list-style-image: url(images/cuore-fratres_p.gif);
  line-height: 23px;
  font-size: 11px;
}
div#footer .tsmall {
  color: #000000;
  font-size: 8px;
  
}

