/* Background-Styles */  
  
body {   
    margin:0px; padding:0px;   
    background-color:#000000;
		background-image: url(../images/bg.gif);   
		background-repeat: repeat;
	background-position: left top;

}   

#main {   
	background-image: url(../images/bg.gif);   
		background-repeat: repeat;
	background-position: left top;

}   
#main .container {   
    min-height:351px;   
}   
#logo {   
    background-image: url(../images/logo.gif);   
    background-repeat:no-repeat;   
    width:980px;   
    height:110px;   
}   

#header2 {   
    background-image: url(../images/head.gif);   
    background-repeat:no-repeat;   
    width:980px;   
    height:208px;   
}   

#centro {   
    background-image: url(../images/menu.gif);   
    background-repeat:no-repeat;   
    width:980px;   
    height:25px;   
}   



#footer {   
	background-image: url(../images/footerbg.gif);   
    color:white;   
    padding:0px;   
	 clear:both;
}   
.container {   
    width:980px;   
    margin:0 auto;   
    position:relative;   
}  

#left {
	float: left;
	width: 574px;
	padding: 0px;
	margin: 0;	
}

#right {
	float: right;
	width: 406px;
	height: 451px;
	padding: 0px;
	margin: 0;
	font-family:"Trebuchet MS", sans-serif;
	font-size:9pt;
	color: #052F45;
	background:  url(../images/news.gif) no-repeat;
}

#primopiano {
	float: left;
	width: 574px;
	height: 230px;
	padding: 0;
	margin: 0 ; 
	display: inline;
	background:  url(../images/primopiano.gif) no-repeat;
}

#secondopiano {
	float: left;
	width: 574px;
	height: 221px;
	padding: 0;
	margin: 0 ; 
	display: inline;
	background:  url(../images/secondopiano.gif) no-repeat;
}

/* area privata */
#stageadd {
	float:left;
	height:50px;
	padding: 0px;
	margin: 0;
    background-color:#949494;	
}
#menuadmin {
	float: left;
	width: 266px;
	height: 412px;
	padding: 0;
	margin: 0 ; 
	display: inline;
	background:  url(../images/adminmenu.gif) no-repeat;
}


#stage {
	float: right;
	width: 714px;
	height: 412px;
	padding: 0px;
	margin: 0;	
	font-family:Trebuchet MS, sans-serif;
    font-size:9pt;
	color: #052F45;
	background:  url(../images/private-stage.gif) no-repeat;
}
#footstage {

	float: left;
	width: 980px;
	height: 39px;
	padding: 0px;
	margin: 0;	
	font-family:Trebuchet MS, sans-serif;
    font-size:9pt;
	color: #052F45;
	background:  url(../images/footstage.gif) no-repeat;
}

/*fine area privata */

/* menu */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 30px;
	width: 60px;
	color: #ffffff;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #000000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 120px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #0f0f0f;
		color: #ffffff;
		font: 11px arial
		}

	#sddm div a:hover
	{	
		color: #2875DE}
.testopiccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 5px;
	padding-left: 2px;
}
.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066CC;
}

