/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
	}
body, html {
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #dcd9d0; 
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	}
body {
	font-size: 70%;
	}
p {/*padding: 7px 0 7px 0;*/}
a {
	color: #000099;
	}
a:hover{
	color: #0000FF;
	text-decoration: none;
	}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h1, h1 a, #header h2{
	color: #fff;
	}
.clear { clear: both; }
#mainContainer {
	width: 1044px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 100%;
	background: #dcd9d0 url(background.jpg) repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	}
* html #mainContainer {
	height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
	}
/**************************
HEADER
**************************/
#header {
	margin: 0 auto;
	/*background: #000099;*/
	padding: 10px;
	width:1024px;
	/*height:252px;*/
	margin-left:20px;
	}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 268px; /*ex 165px muove tutto*/
	/*border:#009900 1px dotted; */ 
	}
* html .outer {
	padding-right: 120px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
	}
.inner {
	width: 749px; /*** ex 595 This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
	/*border:#FF0000 1px dashed;*/  
	}
* html .inner {
	width: 100%;
	}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 784px; /*ex 630 posizione del div centrale*/
	margin-left: -239px; /*** ex -165px Same length as .outer padding-left but with negative value ***/
	/*border:#FF33FF 1px solid;*/
	}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
	}
#content {
	float: right;
	width: 544px; /* dimensione div content */
	background: #fff;
	/*border:#FF6600 1px solid;*/
	}
* html #content {
	position: relative;  /*** IE needs this  ***/
	}
.contentWrap{
	/*padding: 4px;*/
	}
.contentWrap ol, .contentWrap ul {
	/*margin: 3px 0 5px 4px;*/
	}
.contentWrap li {
	padding-bottom: 2px;
	}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float: left;
	width: 233px;
	/*padding: 5px;*/
	background-color:#f6f5f3;
	}
* html #left {
	position: relative;  /*** IE needs this  ***/
	}
/*#left ul {
	list-style: none;
	padding-bottom: 4px;
	}
#left li {
	padding-bottom: 2px;
	}*/
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right; 
	width: 195px;
	/*padding: 5px;*/
	background-color:#f6f5f3;
	}
* html #right {
	position: relative;  /*** IE needs this  ***/
	margin-right: -93px; /*** ex -120 IE gets this margin. ***/
	}
#right ul {
	list-style: none;
	padding-bottom: 4px;
	}
#right li {
	padding-bottom: 2px;
	}
/**************************
FOOTER
**************************/
#footer {
	/*width: 987px;
	height: 40px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	/*margin-top: -40px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	/*background-color: #f6f5f3;*/
	padding-top:6px;
	padding-bottom:6px;
	width: 1044px;
	margin: 0 auto; /*** Centers the design ***/
	/*min-height: 100%;*/
	background: #dcd9d0 url(background_footer.jpg) repeat-y; /*** This is our faux columns ***/
	text-align: center; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	}
	
/**************************
TABLE
**************************/	
#maintable{
	width:1024px;
	height:252px;
	margin-left:10px;
	background-image:url(topbanner.png);
	background-repeat:no-repeat;
	}
	
/**************************
HEADER BANNERS ** jeve
**************************/
#backhome{
	position:relative;
	left:10px;
	top:5px;
	float:left;
	margin-right:6px;
	} 
.backhome{
	height:161px;
	width:220px;
	} 
.banner1{
	position:relative;
	left:7px;
	top:0px;
	height:161px;
	width:230px;
	/*display:inline;
	float:left;*/
	margin-right:6px;
	} 
html>/**/body .banner1{/*left: 249px;*/} /* ff */
.banner2{
	position:relative;
	height:161px;
	width:529px;
	/*display:inline;
	float:left;*/
	left:6px;
	top:0px;
	
	margin-right:6px;
	}
html>/**/body .banner2{/*left: 249px;*/} /* ff */
/**************************
TOP ELEMENTS ** jeve
**************************/
.cerca{
	position:relative;
	width:232px;
	height:72px;
	border:#f6f5f3 1px solid;
	border-bottom:#dfdfdf 1px dotted;
	background-color:#f6f5f3;
	left:19px;
	/*left:10px;*/
	/*margin-top:180px;*/
	}
*:first-child+html .cerca{ /*IE 7 hack*/
	/*margin-top:188px;*/
	}
.titolo{
	position:relative;
	width:544px;
	height:72px;
	border:#f6f5f3 1px solid;
	border-bottom:#dfdfdf 1px dotted;
	background-color:#f6f5f3;
	left:13px;
	/*margin-top:-72px;*/
	}
html>/**/body .titolo{left:12px}
.link_citta{
	position:relative;
	width:71px;
	height:73px;
	border-bottom:#dfdfdf 1px dotted;
	background-color:#fad801;
	left:-13px;
	/*left:800px;*/
	/*margin-top:-72px;*/
	}
html>/**/body .link_citta{margin-top:0px;left:-14px;}
.link_turismo{
	position:relative;
	width:120px;
	height:73px;
	border-bottom:#dfdfdf 1px dotted;
	background-color:#008aed;
	left:-11px;
	/*margin-top:-73px;*/
	}
html>/**/body .link_turismo{/*margin-top:-74px;*/}
/**************************
BODY ELEMENTS ** jeve
**************************/
div.my_wrapper{
    width: 544px;
}
div.my_header{
    width: 544px;
}
div.my_left_box{
    float: left;
    /*width: 270px;*/
}

div.my_right_box{
    float: right;
   /* width: 270px;*/
}

div.my_footer{
    clear:both;
    width: 544px;
}
	
/**************************
TESTI ** jeve
**************************/

.txt_common{
	background-color:#FFFFFF;
	/*height:22px;*/
	width:100%;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	}
.txt_lingue{
	color:#000000;
	}
.txt_langsel{
	text-decoration:underline;
	}
.txt_disable{
	color:#8e8a8a;
	}
a.txt_disable:link{
	color:#8e8a8a;
	}
a.txt_disable:visited{
	color:#8e8a8a;
	}
a.txt_disable:hover{
	color:#008aed;
	}
a.txt_link:link{
	color:#000;
	}
a.txt_link:visited{
	color:#000;
	}
a.txt_link:hover{
	color:#008aed;
	}
.txt_10{
	font-size:10px;
	} 
.txt_titolo{
	color:#efb404;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-left:20px;
	}
.txt_titolo2{
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	}
.txt_marginleft{
	margin-left:20px;
	}
.txt_margintop{
	margin-top:4px;
	}



