@import "home.css";

@import "mainmenu.css";

@import "footer.css";

@import "content.css";

@import "news.css";

@import "gallery.css";

body {
	text-align: center;
	margin: 0;
	font-family: Arial, Verdana, sans;
	font-size: 0.8em;
	color: #333;
	background: white url(../img/bg_body.jpg) center top no-repeat;
}

a{
	color: #026fe7;
}

a img {
	border: none;
}

p,h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.blue {
	color: #026fe7;
}

.clear {
	clear: both;
}

.spacer {
	width: 100%;
	height: 10px;
}

#logo {
	height: 70px;
	width: 972px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#logo img {
	margin: 12px 0 0 36px;
}

#header {
	background:url(../img/barrablu.gif) center 23px no-repeat;
	width: 972px;
	height: 60px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}

#flashnews {
	color: #026fe7;
	float: left;
	text-align: left;
	margin: 35px 0 0 36px;
	width: 500px;
	font-size: 0.9em;
	overflow: hidden;
}

a#changeENG,a#changeITA {
	width: 300px;
	height: 60px;
	display: block;
	float: right;
	margin-right: 4px;
	border: 0px solid white;
}

#bg_interne {
	height: 200px;
	border-top: 2px solid #026fe7;
	border-bottom: 2px solid #026fe7;
	border-left: 1px solid #d5e9ff;
	border-right: 1px solid #d5e9ff;
	width: 960px;
	margin: 0 auto;
	background: #d7e9ff url(../img/bg_header.jpg) no-repeat;
}

.error{
	font-size: 0.8em;
	color:red;
}

.senterror, .sentmail{
	padding: 5px;
	border: 2px solid red;
	margin-top: 20px;
}

.sentmail{
	border-color: green;
}

#wifi{
	width: 75px;
	height: 75px;
	background: url(../img/freewifizone.gif) no-repeat;
	position: absolute;
	top: -80px;
	right: 35px;
	text-indent: -9999px;
}

#fb{
	display:block;
	position: absolute;
	top: -80px;
	right: 140px;
}
