* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff url('../img/bg.png') repeat;
	font-family: verdana, arial, tahoma;
	font-size: 70%;
	line-height: 185%;
}

body > #menu {
	position: fixed;
}

/* Header */
div.header {
	background-color: #ffffff;
	border-left: 1px solid #7699AD;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
	margin-left: 185px;
	margin-top: 0;
	height: 100px;
}
div.header div.header_logo {
	float: left;
}
div.header div.header_numero_verde {
	float: right;
}
div.header img {
	height: 90px;
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

/* Paragrafo giustificato */
p.giustificato {
	text-align: justify;
	font-weight: normal
}

a:active, a:visited, a:link {
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#maincontainer h1 {
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 150%;
	text-align: right;
}

#maincontainer h2 {
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#maincontainer {
/*	position: fixed;*/
/*	overflow: auto;*/
/*	top: 0px;
	left: 0px;
	right: 0px;*/
	background-image: url('../img/content_process.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dfebff /*#EFF0F4*/;
	border-left: 1px solid #7699AD;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
/*	width: 700px;*/
/*	height: 560px; */
	margin-left: 185px;
	margin-top: 5px;
	padding: 20px;
	
}

#menu {
	clear:both;
	position:fixed;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 600px; /*600px;*/
	overflow: hidden; 
	background-color: #bfd9ff /*#EFF0F4*/;
	border-right: 1px solid #7699AD;
	border-bottom: 1px solid #7699AD;
}

#menutop {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 500px; /*500px;*/
	background-image: url('../img/menu_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
	
}

/** Navi Formatierungen **/
.navcontainer { 
	width: 180px;
	margin: 350px 0 0 0;	
}

.navcontainer ul {
	background-color: #7598AC;z-index:2;
	/* IE Fix */
	filter:alpha(opacity=70);
	/* FF AddOn */
	-moz-opacity: 0.4;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none;
}

.navcontainer a {
	display: block;
	padding: 3px 25px;
	width: 130px;
	background-color: #ffffff;
	border-bottom: 1px groove #999;
}

.navcontainer a:link, .navlist a:visited {
	color: #000000;
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #444;
	color: #fff;
}
/** Box**/
.box {
	width: 250px;
	margin: 0 0 20px 20px;
	background-color: #ffffff;
	border: 2px dashed #ccc;
	padding: 5px;
}
.box5img {
	width: 80%;
	margin: 0 0 20px 20px;
	background-color: #ffffff;
	border: 2px dashed #ccc;
	padding: 5px;
}
table {
	width: 100%;
	margin: 0;
}
td.col-main {
	/**/
}
td.col-dx {
	width: 270px;
	margin-right: 0;
}
td.col-menu {
	width: 270px;
	margin-right: 0;
}
/* Prima-dopo */
td.su {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
td.giu {
	text-align: center;
}
/* fine prima-dopo */



/** Immagine **/
img {
	width: 100px;
	margin: 2px;
	border-width: 4px;
	border-style: double;
	border-color: #ccc;
}.img-primadopo {
	width: 200px;
	border-width: 4px;
	border-style: double;
	border-color: #ccc;
}

