﻿/* HEADER */
#positionHeaderUp{
	position: relative;
	top: -1px;
	left: 0px;
	height: 30px;
	width: 170px;
	float: left;
}

#positionHeader{
	position: relative;
	top: 0px;
	left: 0px;
}
#positionUnderHeader{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #AD402F;
	color: #FFFFFF;
	height: 25px;
	z-index: 2;
	float: left;
	width: 780px;
}
.positionRegioneProvincia{
	line-height: 30px;
	position: relative;
	float: right;
	height: 25px;
	text-align: right;
	width: 500px;
	z-index: 100;
}
.data{
	line-height: 30px;
	font-weight: bold;
	width: 250px;
}

/* FACEBOOK' */
.positionFacebook {
	position: relative;
	left: 10px;
	z-index: 25;
	width: 20px;
	height: 20px;
	float: left;
}
/* TORNA IN HOME */
.positionGoHome {
	position: relative;
	left: 160px;
	z-index: 25;
	color: #FFFFFF;
	width: 100px;
	height: 25px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 25px;
}

/* STEMMA' */
.positionStemma{
	position: relative;
	float: right;
	height: 240px;
	top: 10px;
}

/* MENU' */
.positionMenuLeft{
	position: relative;
	width: 160px;
	left: 0px;
	z-index: 100;
	float: left;
}
.positionMenuRight{
	position: relative;
	top: 14px;
	width: 160px;
	right: 0px;
	float: right;
}
.positionMainContent{
	position: relative;
	width: 440px;
	top: 5px;
	left: 10px;
	bottom: 10px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

