* {margin: 0;
   padding: 0;
}

html {
	height: 100%;
	font-size:100.01%;
}

body {
	height: 100%;
	font-size:1em;
	background-image: url(immagini/body_bg.jpg);
	background-repeat: repeat-y;
	background-color: #e4d9be;
	background-position: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 789px;
	margin: 0px auto;
	background-color: #f6eacf;
	font-size:.9em;
	background-image: url(immagini/container.jpg);
	background-repeat: repeat-y;
}

#header {
	height: 113px;
	background-image: url(immagini/testata.jpg);
	background-repeat: no-repeat;
}

#subheader
 {
	height: 29px;
	clear: both;
	background-image: url(immagini/sub_header.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding:25px 0 0 10px;
	color:#993300;
	font-style:italic;
	font-size:16px;
}

#content {
	margin-right:208px;
	background-color: #d1ba84;
	padding: 10px;
	min-height:380px;
	height:auto !important;
	height:380px;
}

.altminima{
	min-height:175px;
	height:auto !important;
	height:175px;
}

#right {
	width: 168px;
	float: right;
	clear: both;
	background-color: #c5ac71;
	padding-top: 3px;
	font-size: 0.8em;
}

a{
	color: #785012;
	text-decoration:none;
}

a:hover{
	color: #785012;
	text-decoration:underline;
}

#right a:hover{
	text-decoration:none;
}

#footer {
	clear: both;
	background: #930 url(immagini/footer.jpg) repeat-x;
	height: 21px;
	font-size: 13px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: center;
	color:#ffe;
	font-variant:small-caps;
}

#footer a{
	color: #ccff00;
}

#footerNyheter { padding-left:250px;
                 height: 21px; 
                 font-size:.7em;
				 clear: both;
				 background-image: url(immagini/footer.jpg);
	             background-repeat: no-repeat;
				 padding-top: 10px;
				 padding-bottom: 10px;
}


/* linkbar start */

 #navcontainer ul
{
	font-size: small;
	background-image: url(immagini/linkbar_bg.jpg);
	height: 37px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	padding-top: 8px;
}

#navcontainer ul li a:hover
{
	color: #000;
	background-image: url(immagini/hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

.navcontainer {
	text-decoration: none;
}

.navcontainer ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	background-color: #D3D582;
}

.navcontainer a
{
	display: block;
	padding: 4px 0 4px 10px;
	width: 158px;
	border-bottom: 1px solid #7C7C3C;
	background-image: url(immagini/linkpanel.jpg);
	background-repeat: no-repeat;
	color: #ffe;
	text-decoration: none;
}

.navcontainer a:link,
{
color: #fff;
text-decoration: none;
}

.navcontainer a:hover
{
	color: #000;
	background-image: url(immagini/linkpanel_hover.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
}

/* linkpanel end */

h1 {
	background-image: url(immagini/h1.jpg);
	background-repeat: no-repeat;
	font-size: 17px;
	height: 30px;
	padding-top: 30px;
	padding-left: 110px;
	clear: left;
	color: #ffe;
	margin:0;
}

h2 {
	font-size: 1em;
	background-color: #785012;
	padding-left: 13px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: 15px 0;
	background-repeat: no-repeat;
	height: 18px;
} 

p {
   /*margin: 10px 0;*/
   padding: 10px;
   text-align:justify
} 

#content p:first-letter {
	color: #933; font-size: 18px;
	text-transform: uppercase;
}

ul.presenta {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	font-size: 16px;
	list-style: upper-roman;
} 


#ascolta{
	margin-left:25px;
	width:118px;
	height:44px;
	background: #c6ac71 url(immagini/ascoltaci_r1_c1.gif) no-repeat;
	cursor:pointer;
	}

#ascolta:hover{
	width:118px;
	height:44px;
	background: #c6ac71 url(immagini/ascoltaci_r1_c1_f2.gif) no-repeat;
	cursor:pointer;
}

.center{
	text-align:center;
}

.messaggio{
	font-size:14px;
	text-align:center;
	margin-bottom: 5px;
	background: #930;
	color: #fff;
	border: 3px double #fff;
	padding:3px;
	font-weight:bold;
}

.errore{
	background:#f00;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	margin:1em;
	color: #fff;
	border: 3px double #fff;
	cursor:pointer;
}

.bottone{
background: #933 url(immagini/vert.jpg) center repeat-x;
color:#ffe;
padding: 1px 5px;
border:none;
}

em{
	color:#930;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 30%;
	font-size:13px;
	margin-right:5px;
}

.listalterna{
	list-style-type:none;
	border-top:1px solid #930;
	margin-top: 10px;
	width:99%;
	margin:10px auto;
}

.scura{
	padding:10px;
	border-bottom: 1px solid #930;
	margin:0;
}


.chiara{
	background: #ffe;
	padding:10px;
	border-bottom: 1px solid #930;
	margin:0;
	color:#000;
}

/* rotatore immagini */
#rotator
{
	border: 1px solid #930;
	overflow: hidden;
	margin: 10px auto 10px;
	position: relative;
	width: 404px;
	height: 304px;
}

#rotator img
{
	border: 0;
	width: 400px;
	height: 300px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* tooltip a bolle */
.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(immagini/bubble.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #930;
    background: url(immagini/bubble.gif) no-repeat bottom}

.uppercase{
	text-transform:uppercase;
}

input,textarea{
	margin-left:2px;
	border: 1px solid #930;
	background:#ffe;
}

.hr{
	border-bottom: 3px double #930;
	margin:0.5em 0 0.5em 0;
}

form p{
	padding:3px;
}

.imgleft {
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

.imgright {
  float:right;
  margin-left:10px;
  margin-bottom:5px;

}

img{
padding: 2px;
  border:1px solid #c86000;
}

#navlist{
	margin-top:3px;
}

#navlist a
{
color: #fff;
background-color: #930;
text-decoration: none;
padding: 1px 5px;
border:1px solid #bfa56a;
}

#navlist a:hover
{
color: #fff;
background-color: #bfa56a;
text-decoration: none;
border:1px solid #930;
}

.testocanzone{
	padding-left:50px;
}

.testocanzone:first-letter {
color: #933; font-size: 18px;
text-transform: uppercase;
}

.grande{
	font-size:20px;
}

.nobord{
	border:none !important;
	background:none!important;
}

.medio li{
	font-size:13px;
}

.piccolo li{
	font-size:11px;
}

table{
	font-size:13px;
	padding:0 2em 0 2em;
}

th {
	background-color: #930;
	color: #ffe;
	padding:0px 5px 0px 5px;
}

td {
	vertical-align:top;
	text-align:left;
	background-color: #ffe;
	padding:4px;
	color: #000;
	line-height:120%;
	border: 1px solid #930;
	width:50%;
}

.alignleft{
	text-align:left;
}

/* mappa google */
#map{
	 width: 554px;
	 height: 400px;
	 border: 1px solid #930;
	 padding:1px;
}

strong{
	color: #930;
}

.didascalia{
	float:left;
	padding: 20px;
	font-size: 17px;
}

