/*----------------------------------------------
MEDPRINT
Name:		print.css
Date:		1 Giugno 2006
Version:	1.0
Authors:	Eventi Telematici SRL
Support:	xhtml 1.0
-----------------------------------------------*/

/*Elementi generici
----------------------------------------------- */
body 
{	
padding:0;
margin:0 auto;
font-family: Verdana, Arial, Helvetica, sans-serif; 
color:#333;
line-height:140%;
background:#eee;
}

div, h1, h2, h3, h4, a, span, fieldset, form, textarea, input, select, span, p, ul, ol, li, dl, dt, dd, img, object
{
margin:0; 
padding:0;
}

object.splash, embed.splash
{
border:1px solid #ddd;
}

#content p, #splash p
{
font-size: 12pt;
margin-bottom:1em;
}

#content ul 
{
font-size: 12pt;
list-style-type:square;
}

#content li 
{
margin-left:2em;
}

#content h1 
{
padding-top:39px;
padding-bottom:0.5em;
font:bold 1em/1.2em Arial, Verdana, serif;
color:#b72739;
background:#FFF;
}

#content h2
{
padding-top:0.5em;
font:bold 12pt/2em Verdana, Arial, serif;
color:#b72739;
background:#FFF;
}


#content dt 
{
font-weight:bold;
font-size:12pt;
color:#b72739;
background:#FFF;
margin-top:1em;
border-bottom:1px solid #b72739;
}

#content dd 
{
margin-left:2em;
font-size:12pt;
margin-top:0.5em;
}

img 
{	
border:0;
}

abbr, acronym, samp, dfn
{
border-bottom: 1px dotted #333;
cursor:help;
}

span.abbr
{
border-bottom: 1px dotted #333;
cursor:help;
}

/*Struttura
----------------------------------------------- */
/*Splash page*/

#splash
{
text-align:center;
}

/*Home page*/

#container
{
margin: 0 auto;
width:770px;
background:#FFF;
}

#col1
{
width:242px;
float:left;
background:#FFF;
}

#slogan
{
margin-top:117px;
}

#language
{
margin-top:30px;
margin-left:40px;
}

#orga
{
margin-top:40px;
}

#col2
{
width:228px;
float:left;
background:#FFF;
}

#col3
{
width:300px;
float:left;
background:#FFF;
}

#footer
{
clear:both;
}

/*Internal page */

#logoint img
{
display:inline;
}

.fleft
{
float:left;
}

#content
{
margin-right:30px;
padding-left:1.5em;
padding-bottom:2em;
}

#menu
{
display:none;
}

#menu a
{
color:#b72739;
background: #FFF;
font:bold 12pt Arial, Verdana, serif;
text-decoration:none;
}

#right
{
display:none;
}

/*Elenco espositori
-------------------------------*/
table.elenco
{
width:90%;
font-size:12pt;
}

/*Link
-------------------------------*/
a:link, a:visited
{
text-decoration:underline;
color:#cc051e;
}

a:hover
{
text-decoration:none;
color:#cc051e;
}