#application_header {
	position: fixed;
	top: 0px;
	left: 200px;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
	text-align: left;
	background-color: white;
	font-size: 0.8em;
	height: 75px;
	min-height: 75px;
	max-height: 75px;
	z-index: 2;
}

#application_title {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: 2em;
}

#application_content {
	position: absolute;
	left: 200px;
	top: 85px;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
	text-align: justify;
	text-justify: distribute;
	z-index: 1;
	
}

#application_menu {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size: 0.8em;
	text-align: center;
}

* html #application_menu {
	position: absolute;
}

#sinistra {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 6px;
	min-width: 6px;
	max-width: 6px;
	background-image: url("/images/dip/sinistra.gif");
	background-repeat: repeat-y;
	float: left;
}

#centro {
	text-align: center;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 185px;
	min-width: 185px;
	max-width: 185px;
	float: left;
}

#statMenu {
	text-align: center;
	width: 185px;
	min-width: 185px;
	max-width: 185px;
}

.StatisticaMenu {
	width: 100%;
}

#destra {
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	width: 7px;
	min-width: 7px;
	max-width: 7px;
	background-image: url("/images/dip/centro.gif");
	background-repeat: repeat-y;
	float: left;
}

#riempitivo {
	position: fixed;
	left: 902px;
	top: 0px;
	width: 1000px;
	min-width: 1000px;
	max-width: 1000px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size: 0.8em;
	background-image: url("/images/dip/destra.gif");
	background-repeat: repeat-y;
}

input.search {
	padding-left: 20px; /*1.2em;*/
	background-image: url('/images/dip/search.gif');
	background-repeat: no-repeat;
	border: 1px #bbb solid;
	font-size: 1em;
}

#logo_unipd {
	position: fixed;
	top: 0px;
	left: 825px;
	text-align: right;
	background-color: transparent;
	font-size: 0.8em;
	z-index: 1;
}





#content_for_header {
	position: fixed;
	top: 0px;
	left: 160px;
	width: 690px;
	min-width: 690px;
	max-width: 690px;
	text-align: left;
	background-color: white;
	font-size: 0.8em;
	z-index: 1;
}

#content_for_title {
	text-align: center;
}

#contenuti {
	text-align: justify;
	text-justify: distribute;
}

/*#content_for_title {
	position: fixed;
	top: 60px;
	left: 160px;
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	z-index: 1;
	background-color: white;
	text-align: center;
}
* html #content_for_title {
	position: absolute;
}*/

#content_for_path {
	position: fixed;
	top: 35px;
	left: 160px;
	width: 450px;
	min-width: 450px;
	max-width: 450px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	text-align: left;
	z-index: 1;
	background-color: white;
	font-size: 0.8em;
}
* html #content_for_path {
	position: absolute;
}

#content_for_print {
	position: fixed;
	top: 35px;
	left: 510px;
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	text-align: right;
	z-index: 1;
	background-color: white;
	font-size: 0.8em;
}
* html #content_for_print {
	position: absolute;
}



#footer {
	position: fixed;
	bottom: 0px;
	left: 160px;
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
	z-index: 1;
	background-color: white;
}
* html #footer {
	position: absolute;
}

#content_for_layout {
	position: absolute;
	top: 110px;
	left: 160px;
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	/*z-index: 0;*/
}

#lato {
	position: fixed;
	left: 7px;
	top: 0px;
	width: 135px;
	min-width: 135px;
	max-width: 135px;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-size: 0.8em;
}

* html #lato {
	position: absolute;
}

#testa {
	position: fixed;
	left: 160px;
	top: 0px;
	width: 590px;
	min-width: 590px;
	max-width: 590px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	background-color: white;
	z-index: 1;
}

* html #testa {
	position: absolute;
}

.menu_lato {
	text-indent: -10px;
	position: relative;
	left: 15px;
	overflow: visible;
}

