/* CSS Document for "Mathematical Methods for Economics and Finance" */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding: 0px; margin: 0px;
	background: url('img/bg.jpg') repeat-y;
	color: #535898;
}

/************** H E A D E R **************/
#header {
	position: absolute;
	top: 25px;	left: 220px;
	width: 70%;
	text-align: center;
}

/************** M E N U **************/
#logo_link {
	z-index: 100;
	position: absolute;
	top: 10px;
	left: 35px;
	width: 150px;
	height: 150px;
}

#logo_link a { 	width: 150px;	height: 150px;  }

#menu {
	padding-top: 200px;
	background: url('img/menu_bg.jpg') no-repeat;
	width: 220px;
}

#menu UL { list-style: none; padding: 0px; margin: 0px;}

#menu LI { 	
	background: url('img/item_bg.jpg') no-repeat;
	height: 40px; width: 220px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

#menu A:link, #menu A:active, #menu A:visited { color: #9FA6EE; text-decoration: none; }
#menu A:hover { color: #6C6F95; text-decoration: none; }

/************** C O N T E N T **************/
#content {
	position: absolute;
	top: 200px; left: 220px;
	width: 70%;
}

.title {
	background: url('img/title_bg.jpg') no-repeat center;
	height: 25px;
	font-size: 20px;
	text-align: center;
}

.text { padding: 15px; }

/************** V A R I E **************/
TABLE { width: 95%; }

TD	{ 
	padding: 8px;
	font-size: 12px; 
	line-height: 150%;
}

H2 { font-size: 18px; }

.cont { 
	padding: 8px;
	border: 1px solid #E2E3F0; 
	line-height: 150%;
}

.evidenzia {
        color: red;
}

.info { 
	width: 120px;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	background: #DFE0E9;
}

.photo { width: 170px; }

.subtitle {
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dashed #E2E3F0; 
}

.link { width: 60px; text-align: center; }


/************** L I N K **************/
A:link, A:active, A:visited { color: #5C68D6; text-decoration: underline; }
A:hover { color: #535898; text-decoration: none; }

