html {
    margin: 0px;
    margin-left: 10px;
	background: #f2f2f2;
}

body {
    margin: 0px;
    padding: 0 0 0 208px;
    font-family: Georgia;
    font-size: 10px;
}
#menu {
    background-color:#000000;
    bottom:0;
    color:#FFFFFF;
    float:left;
    height:100%;
    left:30px;
    line-height:16px;
    overflow:hidden;
    position:fixed;
    top:0;
    width:200px;
}
table {
    margin:0;
}
td {
    border: none;
    padding: 0px;
    padding-right: 5px;
    background: #f2f2f2;
}

img {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.menu {
    display: block;
    width: 100%;
}

.voce-menu,
.voce-menu:hover,
.voce-menu_selected {
    display:block;
    width: 200px;
    text-align: left;
    padding-left: 5px;
    color: #000000;
    text-decoration: none;
}

.voce-menu{
    color: #000000;
	background:#f2f2f2;
}

.voce-menu:hover,
.voce-menu_selected {
    color: #FFFFFF;
    background: #000000;
}


.separatore-portfolio  {
    width: 750px;
    height:5px;
    clear: both;
    margin-top: 4px;
}

.separatore-portfolio-linea  {
    width: 750px;
    height:1px;
    clear: both;
    background: black;
}

#corpo {
    text-align: left;
    padding: 0px;
	padding-left:30px;
	width: 500px;
	font-size:150%;
}

#content {
    float:left;
    height:100%;
    margin:230px 0 0 8px;
    top:0;
    text-align: left;
}

#descrizione {
    overflow:hidden;
    position:fixed;
    top:0;
    left: 230px;
    width:10000px;
    height: 92px;
    padding: 0px;
    margin-left:16px;
    background: #f2f2f2;
    font-size: 95%;
}

.descrizione-progetto {
    float: left;
}

.descrizione-progetto-cliente,
.descrizione-progetto-descrizione,
.descrizione-progetto-img {
    height: 85px;
}

.descrizione-progetto-img {
    width: 180px;
    float: left;
	font-size:90%;
	font-weight:bold;
	line-height:100%;
}

.descrizione-progetto-cliente {
    width: 134px;
    float: left;
    font-weight: bold;
	line-height: 13px;
}

.descrizione-progetto-descrizione {
    width: 278px;
    float: left;
	line-height: 13px;
}

.barra-nera {
    width: 100%;
    height: 15px;
    background: #000000;
    margin-bottom:5px;
}

#portfolio-progetto {
    margin-left:20px;
    margin-top: -133px;
    width:750px;; 
    height: 530px;
}

#portfolio-progetto-inner {
    overflow-x: auto;
    overflow-y: hidden;
    width:750px;
    height: 522px;
}

.collaboration { 
	font-weight:normal; padding-top: 5px; line-height: 13px; font-size: 85%;
}

.link {
    color: #FFFFFF;
}
.link:hover {
    text-decoration: underline;
}


#tabella_home td {
    padding: 0px 0px 7px 0px;
    margin: 0px;
    
}


.titolo_home {
    font-weight: bold;
    font-size: 60%;
}

.testo_home {
    font-style: italic;
    font-size: 60%;
}


