@charset "utf-8";
/* CSS Document */

/* GENERALI */

body {
	margin: 0px;
	text-align: center;
	background: #dedccd;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}

table {
	display: block;
	width: 1028px;
	height: 771px;
	text-align: left;
	margin: auto;
	border: 0px;
	background: url(../images/bg-table.jpg) no-repeat center center;
}

img {
	border: none;
	behavior: url(pngfix/iepngfix.htc);
}

/* LOGO */

#logo img {
	margin-top: 90px;
}

/* LANG */

#lang img {
	position: relative;
	top: 172px;
}

/* MENU */

#menu {
	text-align: right;
	margin-top: 15px;
}

#menu a {
	display: block;
	float: right;
	width: 210px;
	height: 27px;
	padding-right: 25px;
	margin: 0px 0px 5px;
}

#menu img {
	margin-top: 0px;
}

#menu a span {
	display: none;
}

/* CONTENT */

#content {
	width: 458px;
	height: 583px;
	text-align: center;
}

/* STRUTTURA */

#news {
	width: 242px;
	height: 723px;
	background: url(../images/index_r1_c3.jpg) no-repeat;
}

/* NEWS */

#info {
	width: 200px;
	margin: 200px 0px 0px 48px;
	color: #626c8d;
}

#info p {
	line-height: 18px !important;
}

#info a {
	color: #626c8d !important;
}

#info a:hover {
	color: #FFFFFF !important;
	background: #626c8d !important;
}

/* CONTENT */

#text {
	width: 408px;
	height: 471px;
	margin: auto;
	padding: 87px 25px 25px;
	text-align: left;
}

#content h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	font-style: italic;
}

#content h1:first-line {
	font-size: 28px;
	color: #999999;
	letter-spacing: -1px;
	font-style: normal;
}

h1.second-header {
	margin-top: 45px !important;
}

#content p, #info p {
	margin: 0px auto 15px;
	padding: 0px;
	line-height: 20px;
}

#content strong {
	color: #666666;
}

#content a, #info a {
	color: #a85851;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding: 2px;
}

#content a:hover, #info a:hover {
	color: #FFFFFF;
	background: #a85851;
	border-bottom: none;
}

#content ul {
	margin: 15px 0px 15px 35px;
	padding: 0px;
}

/* PARTNER */

#partner a {
	border-bottom: none;
	display: block;
	padding: 5px 2px;
	width: 204px;
}

#partner a:hover {
	background: none;
}

/* FOOTER */
.footer, .footer a {
	font-size: 11px;
	color: #333;
}
.footer a:hover {
	text-decoration: none;	
}

