body {
  background: #f1f1f1;
  padding: 0;
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 76%;
  line-height: 2em;
}

h1, h2, h3 {
 margin: .5em 0;
 padding: 0; 
}

#mainFrame {
  position: relative;
  background: white;
  margin-left: 150px; 
  border-left: 3px solid silver;
  border-bottom: 3px solid silver;
  padding: 1em;
  min-height: 600px;
}

#content a:active,
#content a:link,
#content a:visited,
#content a {
  background: #FFF98E;
  color: black;
  padding: .1em;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
  background-color: #BEFF68;
}

#claudio {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#miniclaudio {
  position: absolute;
  top: 6px;
  left: 102px;
}

#content {
  margin-left: 5%; 
}

#menu ul{
  position: absolute;
  left: 50px;
  top: 130px;
  margin:0;
  padding:0;
  list-style-type: none;
  z-index: 1;
}

#menu ul a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: black;
  padding: .5em;
}

#menu ul a.active,
#menu ul a:hover {
  background: #FFF98E;
}

#menu ul a.active {
  background: #BEFF68;
  
}

#menu li:hover {
}

#menu li {
  border: 3px solid silver;
  background: white;
  font-size: 120%;
  text-align: center;
  margin-top: 15px;
}

#footer {
  position: relative;
  z-index: 1;
  color: gray;
  text-align: right;
  background: #f1f1f1;
  margin-left: 20%;
} 

.contatti {
  font-size: 120%;  
}

.contatti tt {
  background-color: #BEFF68;
  padding: .3em;  
}


#cv     P { margin-bottom: 2.12mm }
#cv 		H1 { margin-bottom: 2.12mm }
#cv 		H1.western { font-family: "Arial", sans-serif; font-size: 16pt }
#cv 		H1.cjk { font-family: "Tahoma"; font-size: 16pt }
#cv 		H1.ctl { font-family: "Tahoma"; font-size: 16pt }
#cv 		H3 { margin-bottom: 2.12mm }
#cv 		H3.western { font-family: "Arial", sans-serif }
#cv 		H4 { margin-bottom: 2.12mm }
#cv 		H4.western { font-family: "Arial", sans-serif; font-size: 11pt; font-style: italic }
#cv 		H4.cjk { font-size: 11pt; font-style: italic }
#cv 		H4.ctl { font-size: 11pt; font-style: italic }

