body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
FONT
font-family: 'Droid Serif', Georgia, Times, 'Times New Roman', serif;
font-family: 'Droid Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
COLOR
#f8eee7 rosa
#1a1e26 nero
#a8090b rosso
#59991f verde
*/

body {
    color: #1a1e26;
    font-size: 16px;
    font-family: 'Droid Serif', Georgia, Times, 'Times New Roman', serif;
    background: #d8ded2;
}
a {
    text-decoration: underline;
    color: #59991f;
}
a:hover {
    color: #a8090b;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
.clear {
    clear: both;
}
h3 {
    font-weight: bold;
    padding-bottom: 10px;
}
h3.spaced {
    padding-top: 20px;
}
div.spaced {
    padding-top: 40px;
}

#container {
    margin: 0 auto;
    width: 860px;
    background: #f8eee7 url(img/shadow.gif) center center repeat-y;
    padding: 30px 25px;
}
#bottom {
    margin: 0 auto;
    width: 910px;
    background: #d8ded2 url(img/shadow_bottom.gif) center top no-repeat;
    height: 17px;
}
#header {
    padding-bottom: 30px;
}
#header h1, #header h2 {
    font-size: 40px;
    font-variant: small-caps;
}
#menu {
    float: right;
    width: 200px;
}
#menu a {
    color: #1a1e26;
}
#menu ul {
    padding-bottom: 40px;
    list-style-position: inside;
    list-style-type: disc;
}
#menu li {
    font-family: 'Droid Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
    background: url(img/sep.gif) 0 bottom repeat-x;
}
#menu li a {
    text-decoration: none;
}
#menu li a:hover {
    color: #1a1e26;
    text-decoration: underline;
}
#menu li a.current {
    font-weight: bold;
}
#menu #curriculum {
    text-decoration: none;
    margin-bottom: 20px;
    background-image: url(img/download.png);
}
#menu #curriculum:hover {
    background-image: url(img/download_h.png);
    text-decoration: underline;
    color: #a8090b;
}
#menu #curriculum span {
    font-size: 12px;
    font-style: italic;
}
#menu #mailto {
    margin-bottom: 30px;
    background-image: url(img/mail.png);
}
#menu #mailto:hover {
    background-image: url(img/mail_h.png);
    color: #a8090b;
}
#menu #curriculum, #mailto {
    display: block;
    padding-left: 18px;
    background-position: 0 center;
    background-repeat: no-repeat;
}
#content {
    float: left;
    width: 640px;
    overflow: hidden;
}
.col {
    width: 200px;
}
.double {
    width: 420px;
}
.col_left {
    float: left;
}
.col_right {
    float: right;
}
#content h1 {
    font-family: 'Droid Sans', 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #a8090b;
    padding-bottom: 20px;
}
h1 span {
  padding-left: 20px;
}
#content p {
    padding-bottom: 10px;
    line-height: 1.5em;
}
a.galleri {
    display: block;
    position: relative;
    width: 200px;
    margin-bottom: 10px;
}
a.b100 {
    height: 100px;
}
a.b125 {
    height: 125px;
}
a.b135 {
    height: 135px;
}
span.frame {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
span.h100 {
    height: 100px;
    background-image: url(img/frame_200x100.gif);
}
span.h125 {
    height: 125px;
    background-image: url(img/frame_200x125.gif);
}
span.h135 {
    height: 135px;
    background-image: url(img/frame_200x135.gif);
}
.book_frame {
    height: 265px;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-y: hidden;
    margin: 10px 0 30px;
}
.book_frame a {
    padding-right: 20px;
    float: left;
}
.galleri {
    height: 235px;
}
a.recensione {
    color: #1a1e26;
}
a.recensione:hover {
    color: #a8090b;
}
#curriculum {
    font-size: 14px;
    width: 
}

.jcarousel-clip, #carousel li {
    width: 645px;
    height: 425px;
}
#carousel li {
    width: 640px;
    margin-right: 5px;
}
#carousel a {
    float: left;
    margin-right: 10px;
}
.jcarousel-prev, .jcarousel-next {
    display: block;
    position: absolute;
    top: -35px;
    height: 22px;
    width: 22px;
    background-image: url(img/nav.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}
.jcarousel-prev {
    right: 50px;
    background-position: 0 0;
}
.jcarousel-prev:hover {
    background-position: 0 -50px;
}
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover {
    background-position: 0 -25px;
    cursor: auto;
}
.jcarousel-next {
    right: 20px;
    background-position: -38px 0;
}
.jcarousel-next:hover {
    background-position: -38px -50px;
}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover {
    background-position: -38px -25px;
    cursor: auto;
}
