/* 1 Stili generici */
/* 1.1 Reset */
h1, h2, h3 {
	margin: 0;
	padding: 0;
}

/* 1.2 Body */
body {
	background-color: #FFFFFF;
	background-image: url(http://www.morrismazzoni.it/grafica/sfondo.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 15px;	
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
}

.fl_right {
	float: right;
	padding: 0 0 5px 10px;
}

.fl_left {
	float: left;
	padding: 0 10px 5px 0;
}

/* 1.3 Links */
a:link, a:visited {
	color: #0019E5;
	text-decoration: none;
}

a:hover {
	color: #235143;
	text-decoration: underline;
}

/* 1.4 Intestazione */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #223D51;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #223D51;
	margin-top: 12px;
}

/* 1.5 Classi custom */
.grassetto {
	font-weight: bold;
}

.chiaro {
	color: #666666;
}

.flright {
	float: right;
}

.handcursor{
	cursor: pointer;
}

/* 2 Struttura */
/* 2.1 Header */
#testata {
	background-image: url(http://www.morrismazzoni.it/grafica/testata.png);
	height: 150px;
	font-weight: bold;
}

#menu {
	width: 850px;
	margin: 0px auto;
	text-align: left;
	color: #D5E5F0;
	font-size: 14px;
}

/* 2.2 Main */
#sezprincipale {
	width: 853px;
	margin: 0px auto;
	min-height: 500px;
}

#sezprinchome {
	width: 850px;
	margin: 0px auto;
	min-height: 500px;
	border-left: #465E6F 1px dotted;
	border-right: #465E6F 1px dotted;
	overflow: hidden;
	background: url(http://www.morrismazzoni.it/grafica/central-dot.gif) top center repeat-y;
}

#monocolonna {
	padding: 10px;
	text-align: left;
	line-height: 1.5;
}

#colonna_sx {
	width: 405px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.8;
	float: left;
}

#colonna_dx {
	width: 405px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	line-height: 1.8;
	float: left;
}

/* 2.3 Footer */
#fondo {
	clear: both;
	height: 85px;
	background-image: url(http://www.morrismazzoni.it/grafica/piede.png);
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}

#areafondo {
	width: 853px;
	margin: 0px auto;
	color: #D5E5F0;
}

/* 3 Stili degli elementi */
a.vocemenu:link, a.vocemenu:visited {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 12px;
	text-decoration: none;
	color: #D5E5F0;
}

a.vocemenu:hover {
	float: right;
	background-image: url(http://www.morrismazzoni.it/grafica/selezione.gif);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	color: #D5E5F0;
	text-decoration: none;
}

#titolo1, #titolo2 {
	height: 45px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 55px;
	font-size: 24px;
	font-weight: bold;
	color: #223D51;
	line-height: 1;
}

.lavoro {
	background-image: url(http://www.morrismazzoni.it/grafica/work_logo.gif);
}

.doc {
	background-image: url(http://www.morrismazzoni.it/grafica/documento.gif);
}

.agenda {
	background-image: url(http://www.morrismazzoni.it/grafica/agenda.gif);
}

.calc {
	background-image: url(http://www.morrismazzoni.it/grafica/calc.gif);
}

.strumenti {
	background-image: url(http://www.morrismazzoni.it/grafica/valigetta.gif);
}

#infobox {
	width: 240px;
	margin: 0;
	padding: 5px;
	border-width: 1px;
	border-style: outset;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 0 18px #F9F9F9;
}
#doubleinfobox {
	width: 252px;
	margin: 0;
	padding: 0;
	float: right;
}
.semibox {
	margin-bottom: 5px;
	padding: 5px;
	border-width: 1px;
	border-style: outset;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 0 18px #F9F9F9;
}

#infobox img, .semibox img {
	vertical-align: middle;
}

#menucorso {
	float: right;
	width: 240px;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	border-width: 1px;
	border-style: outset;
	background-color: #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.49), 0 0 18px #F9F9F9;
}

#menucorso a:hover {
	font-weight: bold;
	text-decoration: none;
}

#infocorso {
	width: 80%;
	margin: 10px auto 0px;
	padding: 5px;
	border-width: 2px;
	border-style: outset;
	background-color: #DFE9EF;
}

#stats {
	height: 17px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

#stats a:link, #stats a:visited {
	color: #D5E5F0;
	text-decoration: none;
}

#stats a:hover {
	color: #D5E5F0;
	text-decoration: underline;
	font-weight: bold;
}
#zeroimpact {
	border: 0px;
	margin-left: 3px;
	background-color: white;
	cursor: pointer;
}
#anim_box{
	width: 400px;
	height: 80px;
}
#anim_box, #anim_box img{
	margin: 0;
	padding: 0;
	border: 0;
}
