/* Stile stampa */

body
{
  background: #fff;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  text-align: left;
  font-size: 1em;
  margin:0;
}

p {}

b, strong {}

a:link { color: #000; }
a:visited { color: #000; }
a:hover, a:active { color: #000}

img { border: none; }
	
/* Gruppi e Classi */

#container
{ 
  background: #fff;
  margin: 0 10px;
  text-align: left;
}

#pageheader
{
  display: none!important;
}

#sidebarcontainer
{
  display: none!important;
}

#contactinfo
{
  padding: 20px;
  position: relative;
  top: 0;
  margin: 0 0;
  height: 240px;
  text-align: center;
}

#contactinfo h2
{
  font-size:1em;
  font-weight:bold;
}

#leftimg
{
  float:left;
  border:1px;
}

#pickyourlanguage
{
  float:center;
  width:100%;
  text-align:center;
}

.article
{
  color: #d00;
}

.book
{
  color: #b00;
}

.TD
{
  color: #00b;
}

.notes
{
  color: #00b;
}

.seminar
{
  color: #090;
}

.course
{
  color: #f70;
}


#lastmod
{
  display: none!important;
}





