/*Onsitus.it - template css gratuito - esempio 1:
Altri layout gratuiti:
http://css.flepstudio.org/css/css-templates/
Se usate questo template, grazie per lasciare queste informazione o un link back a onsitus.it è sempre il benvenuto*/
/*stile generale*/
body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: arial;
font-size: 10px;
color: #999999;
}
.clearfix{
clear: both;
}
/*contenitore*/
#wrapper{
width: 900px;
position: absolute;
left: 50%;
margin-left: -450px;
background-color: #F7F7F7;
}
/*menu superiore*/
#menu{
height: 80px;
background: url(../img/menu_bg.jpg) repeat-x;
margin: 5px 0;
}
#menu a{
width: 178px;
height: 80px;
display: block;
float: left;
line-height: 80px;
text-align: center;
text-decoration: none;
color: #666666;
font-weight: bold;
}
#menu a:hover, #footer a:hover, #contenuto2 a:hover{
	color: #F00;
	font-size: 12pt;
}
#menu a.a_right{
	border-right: 1px solid #C8C8C8;
	font-size: 12pt;
	color: #000;
}
/*header*/
#header{
height: 160px;
position: relative;
background: url(../img/header_bg.jpg) no-repeat;
color: #FFFFFF;
font-weight: bold;
}
/*scritte header*/
#logo{
position: absolute;
top: 30px;
left: 40px;
font-size: 38px;
}
#slogan1{
	position: absolute;
	top: 86px;
	left: 42px;
	font-size: 13px;
}
#slogan2{
	position: absolute;
	bottom: 29px;
	right: 700px;
	font-size: 18px;
}
#slogan3{
	position: absolute;
	bottom: 56px;
	right: 56px;
	font-size: 13px;
	width: 220px;
}
/*colonna sinistra*/
#left_col{
width: 200px;
float: left;
margin: 30px 25px 25px 25px;
}
.titolo{
	background: url(../img/icone.jpg) no-repeat center left;
	font-size: 14pt;
	color: #F00;
	font-weight: bold;
	padding-left: 20px;
}
.titolo span{
	color: #333;
}
.news{
	margin: 15px 0;
	border-bottom: 1px solid white;
	font-size: 12pt;
	color: #000;
}
.news a{
	color: #000066;
	line-height: 25px;
	font-size: 12pt;
}
/*colonna destra*/
#right_col{
width: 650px;
float: left;
}
/*colonna destra superiore*/
#contenuto1{
	margin: 5px 5px 5px 0;
	padding: 25px;
	background-color: #FFFFFF;
	font-size: 12pt;
	text-align: justify;
	color: #036;
}
/*colonna destra inferiore*/
#contenuto2{
margin: 0 5px 5px 0;
padding: 25px;
background-color: #FFFFFF;
}
#contenuto2 img{
float: right;
border: 5px solid #F7F7F7;
}
#contenuto2 a{
text-decoration: none;
color: #999999;
line-height: 40px;
}
#cont_left{
	width: 615px;
	float: left;
	text-align: justify;
	font-size: 12pt;
	color: #3A3366;
}
.lista{
margin-left: 50px;
margin-top: 25px;
margin-bottom: 25px;
color: #000066;
line-height: 15px;
}
/*footer*/
#footer{
height: 80px;
background: url(../img/footer_bg.jpg) repeat-x;
line-height: 80px;
text-align: center;
color: #FFFFFF;
}
#footer a{
text-decoration: none;
color: #FFFFFF;
}

