@charset 'utf-8';
/* CSS Document */
html {
  height:100%;
 }
 
body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #275e6d;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.preload {
  height:100%;
	margin: 0;
	padding: 0;
  background-image: url('../images/mappaashura_hover.png');
	background-repeat: no-repeat;
	background-position: center top;
}

font, th, td, p, div {
  FONT-FAMILY: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; FONT-SIZE: 12px
}

hr {
  border: 1px solid #ffffff;
}

 a:link,a:active,a:visited,a.postlink {
  color:#FFFFFF; 
  text-decoration: none;
}

a:hover,a.topictitle:hover {
  text-decoration: underline;
}

h1 {
  display:block;
  text-indent: 0px;
  color:#FFFFFF;
  font-size: 14px;
  margin:0 0 0 5px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
  display:block;
  text-indent: 0px;
  color:#796666;
  font-size: 13px;
  margin: 0px 0 5px 10px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
}

h3 {
  display:block;
  text-indent: 0px;
  color:#796666;
  font-size: 13px;
  margin: 0px 0 5px 10px;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  width:auto;
}

h4 {
  display:block;
  text-indent: 0px;
  color:#993300;
  font-size: 15px;
  margin: 0 0 0 0;
  font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  width:auto;
  border-bottom-style: solid;
  border-top-color: #AE5D10;
}

blockquote {

	padding: 10px 10px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #275e6d;
}

blockquote:hover {

	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #1681b3;
}

p.menu {
  padding: 8px;
}

p.text {
  padding: 7px;
}

iframe {
  border: 0px;
  background-image: transparent;
  allowtransparency: true;
}

.frame {
width: 850px;
height: 172px;
overflow: auto;
border: 0px solid #000;
padding: 5px;
}

.frame2 {
width: 850px;
height: 460px;
overflow: no;
border: 0px solid #000;
padding: 0px;
}

.content_welcome 	 {BACKGROUND: none; COLOR: #FFFFFF; TEXT-ALIGN: justify;padding: 0px 5px; FONT-SIZE: 14px; margin: 10px 10px 10px 10px;}

.content_maps 	 {BACKGROUND: none; COLOR: #FFFFFF; TEXT-ALIGN: center;padding: 0px 0px; FONT-SIZE: 10px; margin:0px 0px 0px 0px;}

/*
INIZIO STYLE CSS STRUTTURALE
*/

#header {
	height: 200px;
	position: relative;
} 

.sidebar {
  margin: 15px;
	width:700px;
	height:30px;
	padding: 0px;
	background-image:url('../images/bar.png');
}

#footer {

	  color: #666666;
		background-color: #275e6d;
	  background-image: url('../images/footer.jpg');
		background-repeat: no-repeat;
		background-position: center bottom;
	} 
	
#footer p {
	margin: 0;
	padding: 10px 0;
}