/* Claudio Marsan, 21.04.2005
   stile_laterale.css
*/

@charset "iso-8859-1";

/* stile per i link */
a:link {text-decoration: none; color: yellow;}
a:active {text-decoration: none; color: yellow;}
a:visited {text-decoration: none; color: yellow;}
a:hover {color: red; background: yellow;}

body 
{
  /* background: url('../img/sfondo.gif') fixed;  */
  background: rgb(43,48,85); /*navy;*/
  color: #FFFFFF;
  font-family: sans-serif;
  text-align: left;
  font-size: 0.75em; /* 11pt;    */
}


p 
{
  color: #FFFFFF; 
  font: 10pt; 
  font-family: sans-serif;
}

.titolo
{
  font: normal bold 20pt;
  color: red; 
  width: 676pt;
}

.sottotitolo 
{
  font: 12pt verdana; 
  color: yellow; 
  background: green; /* #CC0000;  */
  font-weight: bold; 
  padding: 2px;
}

.titolo_grande
{
  font: normal bold 40pt;
  color: magenta;
}

pre
{
  font-family: monospace;
}

span.box
{
  border-bottom-color: lime;
  border-bottom-style: double;
  color: lime;
  font-size: 2em;
  font-weight: bold;
  font-family: sans-serif;
}

span.box1
{
  border: 2px solid #000000;
  background: rgb(46, 86, 131); /*6, 159, 98); */
  color: lime;
  font-size: 0.8em;
  font-weight: bold;
  font-family: sans-serif;
  padding: 0.4em;
}

span.box2
{
  border: 2px solid #000000;
  background: rgb(58, 110, 165); /*9, 208, 129);*/
  color: lime;
  font-size: 0.8em;
  font-weight: bold;
  font-family: sans-serif;
  padding: 0.4em;
}

div.title
{
  border: 2px solid #000000;
  border-bottom: 1px solid #000000;
  color: white;  
  background: navy;
  font-weight: bold;
  padding: 0.5em;
}

div.box
{
  border: 2px solid #000000;
  background: rgb(29,5,158);
  padding: 0.5em;
}

