/*Turismo Caserta
un viaggio virtuale nella vita attraverso le parole di semplicesai
*/
body{
background:#393939 ;
color:#393939;
font-family:arial;
font-size:12px;
line-height:18px;
}
body, h1, h2, h3, p, ul{
margin:2;
padding:0;
}
/*stile generale*/
a{
outline:none;
color:#8CA263;
}
.clearfix{
clear:both;
}
.marg20{
margin-bottom:20px;
}
/*stile titoli*/
h1, h2, h3, #menu a{
font-family:Georgia, Helvetica;
}
h1{
font-size:26px;
}
h2{
font-size:16px;
}
h3{
font-size:10px;
border-bottom:1px dashed #FFFFFF;
}
h1 span,h3 span, #menu a.selezionato, #menu a:hover.selezionato{
color:#E85E05;
}
h2 span, #menu a:hover{
color:#79993D;
}
/*stile elementi*/
#contenitore{
width:855px;
margin:auto;
}
/*header - menu*/
#header{
height:66px;
position:relative;
bottom:2px;
background:url(../img/menu.jpg) no-repeat bottom;
}
#menu{
position:absolute;
right:2px;
bottom:18px;
}
#menu a{
color:#E95605;
font-size:26px;
text-decoration:none;
margin:0 20px;
}
/*immagine sfondo*/
#top{
height:248px;
background:url(../img/head.jpg) no-repeat bottom;

}
#bottom{
	height:30px;
	background:url(../img/footer.jpg) no-repeat top;
	margin-bottom:30px;
	margin-top: 3px;
}
#contenuto{
background:#ffffff;
padding: 15px 30px;
height:100%; /*per IE6*/
}
/*colonna sinistra*/
#left_col{
float:left;
width:500px;
margin-right:30px;
}
#left_col img{
float:left;
margin: 0 20px 20px 0;
}
#left_mid{
border:1px dashed #666666;
font-size:10px;
text-transform: uppercase;
}
.contenuto_mid{
width:40%;
float:left;
padding:20px;
}
/*colonna destra*/
#right_col{
	width:255px;
	float:left;
	font-size:12px;
	line-height:16px;
	text-align: justify;
}
.top_right{
height:20px;
background:url(../img/top_dx.png) no-repeat;
}
.bot_right{
height:20px;
background:url(../img/bot_dx.png) no-repeat;
}
.contenuto_right{
background:#ffffff;
padding:0 20px;
height:100%; /*per IE6*/
}

