/*-----------------------------------------------------------*/
/*--------------------- stili globali -----------------------*/
/*-----------------------------------------------------------*/
body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height:1.6;
	color:#000;
	background:#4EA6BC url(../images/bgCattedrale.jpg) top center no-repeat;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
}
.uppercase {
	text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6 {
	color:#900;
}
h1 {
	margin:0;
	padding:0;
	font-size:1.5em;
}
h2 {
	color:#900;
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
	color:#900;
}
.divider {
		border-bottom:1px dashed #338399;
		margin-top:20px;
		margin-bottom:20px;
		clear:both;
}
a {
	color:#000;
}
a:hover {
	text-decoration:none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#900;
}	
/*-----------------------------------------------------------*/
/*--------------------- stili header -----------------------*/
/*-----------------------------------------------------------*/

#image {
	width:960px;
	margin:0 auto;
	background: url(../images/studentiScont.gif) bottom left no-repeat;
	height:270px;
}
#imageIn {
	width:960px;
	margin:0 auto;
	height:125px;
}
#content {
	width: 960px;
	margin:0 auto;
	background: url(../images/bgLeftCol.gif) repeat-y;
	padding-bottom:15px;
}
#content table {
	margin:10px 0;
	border-collapse:collapse;
}
#content table, #content table td  {
	border:solid 1px #999;
}
#content table h3 {
	margin:0;
}

#header {
	background: url(../images/bgHeader.png);
	height:110px;
	width:100%;
}
#headerWrap {
	width: 960px;
	margin:0 auto;
}
#logo {
	float:left;
	margin-top:23px;
}
#logo h2 {
	margin:0;
	padding:0;
}
#logo img {
	border:0;
}
#headerRightCol {
	float:right;
	width:620px;
}
#languages {
	float:right;
	margin-top:12px;
}
#languages a{
	color:#3B9DB9;
	font-weight:bold;
}
#languages img {
	margin-left:20px;
	border:none;
}
#menu {
	float:right;
	margin-top:30px;
}
/*-----------------------------------------------------------*/
/*--------------------- stili contenuti ---------------------*/
/*-----------------------------------------------------------*/
#leftCol{
	width:605px;
	float:left;
	padding-left:25px;
}
#leftCol h1{
	margin-top:20px;
}
#leftCol img{
	margin:5px;
}
.offersImg {
	float:left;
	width:160px;
}
.offersText {
	width:410px;
	padding-left:25px;
	float:left;
}
.offersText img{
	vertical-align:middle;
}
.offersText h4{
	margin-top:0;
}
/*-----------------------------------------------------------*/
/*--------------------- stili sidebar -----------------------*/
/*-----------------------------------------------------------*/
#rightCol{
	width:303px;
	padding-left:25px;
	float:left;
}
.rightColIn{
	padding-top:30px;
}
.box {
	color:#fff;
	width:287px;
	padding:2px 8px 8px 8px;
	background:url(../images/bgBox.png) repeat-x;
	margin-bottom:30px;
}
.box h2{
	color:#FFF;
	margin:0;
	font-size:1.4em;
}
.box img{
	margin:4px 0;
	border:none;
}
.box a {
	color:#fff;
	text-decoration:none;
}
.icoBox {
	float:right;
	margin:15px 0 0 10px;
}
.submenu {
	padding:4px 20px 4px 20px;
	width:263px;
}
.box ul {
	margin:0;
	padding:0;
	list-style-position:inside;
	margin-top:10px;
}
.box ul li {
	padding:5px 0;
	border-bottom:1px dashed #338399;
	color:#fff;
}
.box ul li.lastItem {
	border:none;
}
/*-----------------------------------------------------------*/
/*----------------- stili box alternativo--------------------*/
/*-----------------------------------------------------------*/
.boxSidebar {
	width:287px;
	background:url(../images/bgBox.png) repeat-x;
	margin-bottom:30px;
}

.boxSidebar h2{
	color:#FFF;
	margin:0;
	font-size:1.4em;
	background:url(../images/bgTitoloBox.png) repeat-x;
	display:block;
	height:30px;
	padding-left:8px;
}
.boxSidebar .boxTitle {
	height:160px;
}
.iscriviti {
		background:url(../images/fotoIscriviti2.jpg);
}
.info {
		background:url(../images/fotoInfo2.jpg);
}
.boxSidebar .link {
	padding:5px 8px;
}
.boxSidebar a {
	color:#fff;
	text-decoration:none;
}
/*-----------------------------------------------------------*/
/*--------------------- stili footer ------------------------*/
/*-----------------------------------------------------------*/
#footer {
	color:#FFF;
	width:960px;
	margin:15px auto;
}
#footer a{
	color:#FFF;
}


/*-----------------------------------------------------------*/
/*--------------------- stili form --------------------------*/
/*-----------------------------------------------------------*/
form.standard {width:615px}
form.standard label {display:block;float:left;width:200px;padding:0 0 4px 0}
form.standard p {clear:both}
form.standard input, form.standard textarea, form.standard select {border:solid 1px #999}
form.standard input, form.standard textarea {width:298px}
form.standard input.autoWidth {width:auto}

.error {color:#c00;text-decoration:underline}
.evidence {color:#c00;font-weight:bold}