@charset "utf-8";

/***********************************************/
/*            Scenica Frammenti                */
/*                                             */
/*       layout CSS by Michele Fiaschi         */
/*          Release 1.0 - dec 07               */
/***********************************************/

/********************/
/* LAYOUT COMPONENT */
/********************/

html,body {
	margin: 0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	
	background-image: url(img/straordinario_fondosx.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: black
	}

div#container {
	position:relative; /* needed for footer positioning*/
	width:100%;
	margin: 0 auto;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-image: url(img/straordinario_fondodx.jpg);
	background-repeat: no-repeat;
	background-position: right top
}

body>div#container{height:auto;min-height:100%}

div#header {
	padding:0;
	
	text-align:center;
	background-image:url(img/fondoutilities.gif);
	background-position: right top;
	background-repeat: repeat-x;
	
	height:auto !important; /* real browsers */
}
	
div#contentmain {
	clear:both
   
}	

div#footer {
	clear:both;
	text-align:center;
	position:absolute;
	width:98%;
	left:1%;
	bottom:0; /* stick to bottom */
	background-color: #990000;
	color:#FFFFFF	
}
	

div#colleft {
	float:left;
	color: #CCCCCC;   
	font-size: 85%;
	padding: 0px 5px 0px 5px;
	margin-top:200px;
	width:180px}	

div#colright {
	float:right;
	color: #CCCCCC;   
	font-size: 85%;
	width:150px
}	

div#colcontent{
	widht:auto;
	margin: 0px 150px 0px 200px;
	text-align:center
}	

div#flashbox {
	}
	
div#testo{
	text-align:left;
	width: 450px;
	margin: 0 auto;
	color:#CCCCCC}


/* general CLASSES */

.hidden {
	display: none;
}
.bottoneinput {
	background-color:red;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.25; 
	margin:0 0 1em;
}

