/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS

	Data:  14-02-2006
 ------------------------------------------------------------
*/

html {
padding: 0;
margin: 0;
}


body { 
background-image: url('/custom_cms/images/sf.gif');
padding: 0;
text-align: center;
margin: 0px; 
}


div#container {
background: white;
/*position: absolute;
top: 2px;
left: 2px;*/
height: 570px;
width: 760px;
text-align: left;
margin:0px auto; /* Right and left margin widths set to "auto" */
}


div#header {
background: white;
width: 760px;
height: 130px;
margin:0px auto; /* Right and left margin widths set to "auto" */
/*position: absolute;
left: 0;
top: 0;*/
z-index: 15; /* N.B. Deve essere maggiore dello z-index dell'area Content, altrimenti il */
/*     menu a tendina, che appartiene a questa area, viene clippato. */
}


div#banner {
background: gray;
width: 760px;
height: 130px;
margin:0px auto; /* Right and left margin widths set to "auto" */
/*position: absolute;
left: 0;
top: 0;*/
z-index: auto;
}


div#langsel {
width: 15%;
height: 100%;
margin:0px auto; /* Right and left margin widths set to "auto" */
/*position: absolute;
left: 0;
top: 0;*/
z-index: auto;
display: none;
}

div#menubar {
text-align: left;
background-image: url('/custom_cms/images/menu.jpg');
width: 760px;
height: 20px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
bottom: 0;
top: 130px;
z-index: 1000; /* N.B. Occorre uno z-index alto per essere sicuri che il menu di sovrapponga a qualsiasi contenuto */
}


div#content {
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
width: 760px;
height: 399px;
top: 150px;
bottom: 0px;
}


div#footer {
border-top: 1px solid white;
background-color: #4b4b4b;
width: 760px;
height: 21px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
top: 549px;
}


div#lowerbar {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
width: 760px;
height: 21px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
top: 0;
}



div#lowerbar   a:link {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
text-decoration: none;
color: black;
}


div#lowerbar   a:visited {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
text-decoration: none;
color: black;
}

div#lowerbar   a:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 11px;
text-decoration: none;
color: black;
}

div#bottomarea {
width: 760px;
height: 0px;
position: absolute;
margin:0px auto; /* Right and left margin widths set to "auto" */
bottom: 0;
display: none;
}

div#allinea{
top: 0;
position: absolute;
text-align: right;
margin:0px auto; /* Right and left margin widths set to "auto" */
}

.lslabel{

color: #FFFFFF;

}

.lsbox{

}

.lsinput{

}