
/* --------------------------Generale----------------------------- */

body,p,form,fieldset,input,ul,li,h1,h2,h3,h4,h5,h6{
margin:0; padding:0 }

ul li{ list-style:none;}

a img, fieldset { border:none }

a, a:visited {color: #2a69a3; text-decoration: none;}

a:hover {color: #1f4c75;}

p {margin-top:20px}

h1 {
font-size:18px;
font-weight:normal;
color: #444;
border-bottom: 1px solid #c7c6c0;
padding-bottom: 10px;
}

h2{
font-size:14px;
font-weight:normal;
color: #444;
font-weight:bold;
}

.clearer{
clear: both;
height: 0;
line-height: 0px;
font-size: 0px;
}

p.bordo{
border-bottom:1px solid #AEAFAA;
padding-bottom:10px;
}


/* ------------------------Struttura------------------------------- */

body {
text-align: center;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
color: #555;
background: #F3F1E9 url(../images/bg.jpg) top repeat-x;
}

#header{
text-align: center; 
margin: 0 auto;
}

#logo{
display: block; 
height: 114px; 
text-align: center; 
margin: 0 auto; 
background: url(../images/header.jpg) 50% top no-repeat;
}

#logo a, #logo-en a{
display: block; 
width: 319px; 
height: 114px; 
text-indent: -5000px; 
margin: 0 auto; 
}

#logo-en{
display: block; 
height: 114px; 
text-align: center; 
margin: 0 auto; 
background: url(../images/header-en.jpg) 50% top no-repeat;
}

#menu {
width:920px;
margin: 0 auto; 
border-top: 1px solid #f9f9f5;
}

ul#nav{
text-align:left;
}		

ul#nav li{
float:left;
display:inline;
margin-left:10px;
padding-bottom: 7px;
padding-top:5px;
}		

ul#nav li a{
float:left;
display:inline;
line-height:24px;
height:24px;
background:none;
padding-left:10px;
}							

ul#nav li a span{
color:#31363e;
font-size:13px;
float:left;
height:24px;
background:none;
padding-right:10px;	
cursor:pointer;		
}	
	
ul#nav li a:hover, ul#nav li.selected a{
background:url(../images/tab-sx.gif) no-repeat 0 0;
}			

ul#nav li a:hover span, ul#nav li.selected a span{
background:url(../images/tab-dx.gif) no-repeat right;
color:#fff;
}	
				
#lingua{
width:16px;
height:16px;
float:right;
margin-right:30px;
padding-bottom: 7px;
padding-top:10px;
}

#lingua a:hover{
background:transparent;
}

#container {
background: #F3F1E9 url(../images/content.gif) top repeat-x; 
text-align: center; 
margin: 0 auto; 
}

#content{
width: 900px; 
background: url(../images/content_inner.gif) left top no-repeat;
text-align: left;
margin-left:auto;
margin-right:auto;
margin-top:0;
margin-bottom:40px;
/*min-height: 719px;*/
}

#left{
float: left; 
width: 545px; 
padding: 25px 0;
line-height:22px;
}

#dettagli{
line-height:22px;
}

table{
margin-top:20px;
}

table td.anno{
width:80px;
padding-top:10px;
vertical-align:top;
color:#000;
}

table td.corso{
width:460px;
padding-top:10px;
}

.thumb{
float:left;
margin:15px 0 0 15px;
}

.thumb a{
border:1px solid #C7C6C0; 
display:block
}

.thumb a:hover{
border:1px solid #1f4c75; 
display:block
}

.image{
margin-top:20px;
}

.modulo{
margin-top:20px;
}

.img{
float:left;
width:180px;
display:inline;
}

.desc{
float:left;
width:345px;
margin-left:20px;
display:inline;
}

p.bottone{
margin-top:10px;
background: url(../images/bottone.gif) no-repeat;
height:28px;
width:113px;
text-transform:uppercase;
font-size:11px;
text-align:center;
padding-top:3px;
}

#right{
float: right; 
width: 305px;
padding:25px 0;
}

.categories {
margin: 0 0 25px 0;
}

.categories li {
border-bottom: 1px solid #c7c6c0; 
margin-top:10px; 
padding-bottom:10px
}

.categories a {
margin: 0; 
padding: 4px 0 4px 15px;
}

.categories a:hover {
background: url(../images/bullet_arrow.png) 0 50% no-repeat;
}

/* --------------------------Contatti----------------------------- */

ul#indirizzo li{
padding-bottom:6px;
}

form input.textbox, form input.textboxOn {
width: 300px;
border:1px solid #c7c6c0;
padding: 4px 0 4px 2px;
}

p.cont{
margin-top:10px;
}

form textarea, form textarea.textAreaOn {
overflow:auto;
padding: 4px 0 4px 2px;
border:1px solid #c7c6c0;
}

form input.textboxOn, form textarea.textAreaOn { 
border:1px solid #c7c6c0; 
background:#F4F1EA;
} 

form input.button {
padding: 2px 5px 2px 5px;
border:1px solid #c7c6c0;
background-color:#E3E1DB;
margin-top:10px;
cursor:pointer;
color: #444;
}

#footer{
width:900px;
text-align:right;
font-size:12px;
margin-bottom:40px;
margin-left:auto;
margin-right:auto;
/*
background: #727578;
height:100px;
*/
}


