body
{
	background-color: #EFEFEF;
	color: #000;
	padding: 20px;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}

.hide
{
	display: none;
}

#oldbrowser
{
	text-align: center;
}

/*struttura generale del finto frame*/
#pageFrame
{
	background-color: #FFF;
	color: #000;
	border: 1px solid #CC3366;
	background-image: url('../images/unipd.jpg');
	background-position:  left bottom;
	background-repeat: no-repeat
}

/* intestazione del sito*/
#intestazione 
{
	padding: 10px;
	z-index: 10;
	border-bottom-width: 1px;
	border: 0px solid #CC3366;
	color: White;
	background-color: #CC3366;
	background-image: url('../images/dei.jpg');
	background-position:  right center;
	background-repeat: no-repeat;
	height: 105px
}
#intestazione h1
{
	font-size: 150%;
}
#intestazione h2
{
	font-size: 120%;
	font-style: italic;
}

/*colonna di sinistra con il menu*/
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#innerLeftColumn
{
	border: solid 0px #CC3366;
	padding: 10px;
	border-right-width: 1px;
}

/*colonna centrale con gli esercizi*/
#contentColumn
{
	width: auto;
	margin-left: 199px;
	border: solid 0px #CC3366;
	border-left-width: 1px;
}
#innerContentColumn
{
	padding: 10px;
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

.capitolo {
	background-color: #EAEAEA;
	color: Black;
	text-align: right;
	font-weight: bold;
}

.top{
	display: block;
	text-align: right;
	font-size: 80%;
	border-style: solid none none none;
	border-top-width: 2px;
	border-color: #CC3366;
	}

.top a{
	color: #CC3366;
	text-decoration: none;
}

.top a:hover{
	color: #CC3366;
	text-decoration: underline;
}


.titoloex{
	display: block;
	text-decoration: none;
	color: White;
	font-size: 100%;
	font-style: oblique;
	font-weight: bold;
	background-color: #CC3366;
}

.testoex{
	display: block;	
	text-decoration: none;
	text-align: justify;
	color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: 95%;
	background-color: #EAEAEA;
}

.svolgimentoex{
	text-decoration: none;
	text-align: justify;
	color: Black;
	font-size: 100%;
}

.formula{
	display: block;
	font-size: 100%;
	color: #CC3366;
	padding-left: 3%;
}

/*footer*/
#footer
{
	clear: left;
	z-index: 10;
	border: 0px solid #F0D0D0;
	border-top-width: 1px;
}
#innerFooter
{
	padding: 10px;
	text-align: center;
	font-size: 80%;
}

/*** Menu orizzontale ***/
.hnav
{
	font-weight: bold;
	font-size: 70%;
}

.hnav, .hnav ul li a
{
	background-color: #EFEFEF;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #FFFFFF;
	color: #000;
}

/*** Menu Verticale ***/
.vnav
{
	font-weight: bold;
	font-size: 70%;
	line-height: 180%;
}

.vnav ul li a
{
	color: #CC3366;
	background-color: #FFFFFF;
}

.vnav ul li a:hover
{
	background-color: #FFDDFF;
	color: #CC3366;
}

/* HACK VECCHI BROWSERS NON TOCCARE*/
/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav
{
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}
