/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font: 10pt/15pt "Trebuchet MS", Arial, sans-serif;
	color:#333;
	}
	
a {
	font-weight:bold;
	text-decoration:none;
	}

#top {
	position:absolute;
	height:30px;
	width:100%;
	background:url(images/schede-bg-orange.jpg);
	}

#naviclienti	{
	
	float:left;
	margin:5px 0 0 60px;
	padding:0 8px 0 8px;
	text-align:right;
	}

#naviclienti a{
	color:#fff;
	}
	
#naviclienti a:hover	{
	color:#333;
	}

#head {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:500px;
	background:url(images/schede-orange.jpg) no-repeat;
	float:left;
	z-index:1;
	}
	
#left {
	width:85px;
	height:100%;
	margin:0 0 0 0;
	background:url(images/bg-yellow.jpg);
	}

#navigation	{
	position:absolute;
	top:10px;
	left:0px;
	z-index:4;
	font-weight:bold;
	width:85px;
	height:420px;
	}
	
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	

#navigation ul li a	{
	text-decoration:none;
	color:#fff;
	display:block;
	width:78px;
	height:20px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	border-bottom:1px dotted #f90;
	}

#navigation ul li a:hover {
	color:#333;
	border-bottom:1px dotted #333;
	}


#content {
	z-index:2;
	margin:0px 0 0 22px;
	padding:50px 50px 40px 50px;
	background:#fff;
	}
	
#content a{
	color:#f90;
	}
	
#content a:hover	{
	color:#fc6;
	}
	
#button {
	text-align:center;
	margin:20px 0 0 0;
	}
	
	

	