/* webmultimediale.org - layout a cura di Roberto Ellero - roberto@webmultimediale.org - 2007 

per il sito Webmultimediale.org
dicembre 2006

Copyright info: Per qualsiasi uso di questo CSS si prega di
rivolgersi al responsabile del sito roberto@webmultimediale.org

It is prohibited to reproduce, modify, adapt or otherwise use
of this CSS in any manner or form
without the express written permission of the Website owner: roberto@webmultimediale.org

Se proprio si desidera utilizzare il layout di Webmultimediale.org, si prega di non utilizzare le immagini, che rappresentano le mie mani.
*/

html, body { 
  background-color: white;
  color: black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 94.3%;
  margin: 0;
	} 

#sand {
	width:100%;
	height:100%;
    background: url('sabbia.jpg') repeat-y;
	}

#header {
	height: 295px;
	}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
	}

h1 {
  font-weight: bold;
  font-size: 150%;
  padding-bottom: 0.5em;
	}
h2 {
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 0.5em;
	}
h2 {
  font-weight: bold;
  font-size: 118%;
  padding-bottom: 0.5em;
	}

acronym {
  border-bottom : dotted 1px;
  cursor:help;
	}

#testa_col1 {
	top:0px;
	left:0px;
	position: absolute; 
	width:700px;
	height:66px; 
	background-image:url('sfondo_header.jpg'); 
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	z-index:16;
	}

#testa_col2 {
	top:66px;
	left:0px;
	position: absolute; 
	width:100%;
	height:219px; 
	background-image:url('sfondo_verde.jpg'); 
	background-repeat:repeat-x;
	margin:0px auto;
	padding:0px;
	z-index:7;
	}
	
#testa_logo {
	top:66px;
	left:0px;
	position: absolute; 
	width:750px;
	height:219px; 
	z-index:22;
	}
	
#testa_menu {
	top:19px;
	left:310px;
	position: absolute; 
	width:auto;
	height:29px;
	text-align:left; 
	z-index:21;
	}

a:link { 
	color:#026002; 
	text-decoration:underline; 
	}

a:active { 
	color:#00C000; 
	text-decoration:none; 
	}

a:visited { 
	color:#026002; 
	text-decoration:underline; 
	}

a:hover { 
	color:#C00000; 
	text-decoration:none; 
	}


#contenuto_centrale {
	margin: 0 18% 0 280px;
	padding: 0;
	color: #000;
	}

 #content {
	}


 #colonna_destra {
    position: absolute;
	left: 83%;
	top:310px;	
	width: 120px;
	z-index: 4;
	color: #000;
	margin: 0;
	padding: 0px;}

 #colonna_sinistra {
 	top:280px;
	z-index:26;
 	float: left;
	width: 300px;
	height:auto;
	margin-left: 0px;
	margin-top: -10px;
	color: #000;
	padding: 0px;}


 #footer {
	clear: both;
	margin: 0 0 0 0;
	text-align: left;
	font-family: Verdana;
	font-size: 75%;
	padding: 0;
	color: #000;
	}
	#footer img {
	padding: 0;
	margin: 0 0 -2px 0;
}


 #navcontainer ul {
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 10px;
	font-family: Verdana, sans-serif;
	font-size: small;
	}

#navcontainer li {
	padding: 8px;
	margin: 15px 7px 0 0;
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	float: left;
	position: relative;
	top: -1.32em;
	}

#navcontainer li.here {
	font-style: italic;
	background-color: #000;
	color: #FF9906;
	padding-left: 1.6em;
	padding-right: 1.6em;
}

#navcontainer a:link, #navcontainer a:visited {
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	}

#navcontainer a:hover {
	background-color: #000;
	color: #FF9906;
	}

#navcontainerclear { display: none; }

html>body #navcontainerclear {
	display: block;
	clear: both;
	}

#navcontainer li#active a {
	background-color: #fff;
	color: #000;
	}

.destratesto {
	font-size: 80%;
	}

.comso {
	vertical-align: middle;
	}
#cc {	
	font-size: 150%;
	color: #000;
	background-color: #fff;
	width: 90%;
	}
img {
	border: 0px;
	}

.fleft {
	float: left;
	margin-right: 4px;
	}
.address {
	
	}
.footerimage {
	vertical-align: middle;
}
.footerimage2 {
	
	vertical-align: middle;
}

hr {
	border: 0px solid;
	border-color : gray;
	border-top-width: 1px;
	height:1px;
	border-style : dotted;
}
.cursor {cursor: text;}

/* funzione per ingrandimento movie e sottotitoli via client by Alessio Cartocci */
#mmobj {margin: 0; font-size: 2em; width: 10.9em; height: 13.6em;}
#mmobj object {width: 100%; height: 100%;}

#menu {
	margin:0px auto;
	padding:0 0 60px 0;
}

#menu a, #menu a:visited {
  text-align:left; 
  color:#000; 
  display:block; 
  width:13em; 
  height:1.2em; 
  border:0.5em solid #fff; 
  padding-left: 3px;
  margin-left: 30px;
  }
#menu a:hover {
  color:#fff;
  background-color:#028002; 
  border-color:#EBD1C0 #D5C2B4;
  text-decoration:none;
  }

ul {
    padding: 0px;
    margin: 16px;
}

.menu_box li
{	
    list-style-position: outside;
	font-size: 80%;
	padding-left:0.2em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0.6em;
	margin: 0px;
	line-height: 1.8em;
    list-style-type: none;
	list-style-image: url(http://www.webmultimediale.org/menu.gif);
}
.menu_box a, .menu_box a:link, .menu_box a:visited
{
    text-decoration: none;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: #026002;
    background: #fff;
    padding: 0;
}

.menu_box a:hover
{
	background: #FFE4C4;
	color: #000;
	padding: 0;
}
.menu_box a:active
{
    background: #FFF5C4;
	color: green;
}



fieldset
{
	display: block;
	width: 8.5em;
	margin: 0 1em 3em 0;
	padding: 1em 1em 1em 1em;
	border:1px solid green;
    color:green;
}




legend {
	
    color:green;
	font-weight: bold;
	
}


