* {
	margin: 0 auto;
}

body {
	background: #eff4f7;
}
#main {
	width: 750px;
	text-align: center;
}
#colonna1 {
	width: 548px;
	float: left;
	position:relative;
}
#colonna2 {
	width: 200px;
	float: right;
	position: relative;
	background-color: white;
	}
#login {
	background-color: #fbffc4;
	text-align: left;
	padding: 5px;
	border: 1px solid gray;
}
.contenuto {
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
}
.continlinea {
	float: right;
}
.logo_g {
	margin: 10px;
	width: 680px;
	height: 256px;
}
.logo {
	margin: 5px;
	width: 72px;
	height: 72px;
}
a .logo {
	border: 2px solid white;
}
a .logo:hover {
	border: 2px solid orange;
}

a.contenuto {
	border-style: none;
	border-width: 0px;

} 
a.contenuto:hover {
	border-style: none;
	border-width: 0px;
} 

a .logo2 {
	border-style: none;
}
h2 {
	color: #206291;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 10px;
}
h3 {
	color: green;
	font: small-caps bold 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}
h4 {
	color: #297cb8;
	font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
}
h5 {
	color: red;
	font: bold 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	color: black;
	font-size: 0.7em;
}
a {
	
	text-decoration: none;
	color: #206291;
}
a:hover {
	color: orange;
}
.sep {
	border-top: 1px solid silver;
}
.nuovo{
	color: #f6503c;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
#footer{
	background-color: gray;
	color: white;
	font: bold 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 730px;
	clear: both;
	position: relative;
	padding: 10px;
	text-align: center;
}


#lingue {
	width: 250px;
	height: 79px;
	margin-top: 10px;
	margin-bottom: 10px;
			
}
ul#lingue {
	display: block;
	list-style-type: none;
	list-style-position: outside;
}
#lingue a {
height:100%;
text-decoration:none;
text-indent:-9000px;
width:100%;
display: block;
}

#band1 {
	float: left;
	margin-right: 10px;
	width: 88px;
	height: 79px;
	background: url(img/bandiere.png) no-repeat 0 0;
	}
#band1 a:hover {
	width: 88px;
	height: 79px;
	background: url(img/bandiere.png) no-repeat 0 -79px;
}
#band2 {
	width: 88px;
	height: 79px;
	background: url(img/bandiere.png) no-repeat -88px 0;
	margin-left: 150px;

}
#band2 a:hover {
	width: 88px;
	height: 79px;
	background: url(img/bandiere.png) no-repeat -88px -79px;
	}

