@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #484848;
}

BODY {
	background-color: #FBEC5D;
}

P {
	line-height: 15pt;
	padding-bottom: 10px;
}

H1 {
	font-size: 15pt;
	font-weight: bold;
	padding-bottom: 10px;
}

H2 {
	font-size: 10pt;
	padding-bottom: 5px;
}

H3 {
	font-weight: bold;
}

A, A:link, A:visited, A:hover {
	color: #00C;
}

A, A:link, A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.interno {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 119px;
}

#header .interno {
	position: relative;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#icone {
	position: absolute;
	top: 10px;
	right: 0px;	
}

#icone IMG {
	margin-left: 10px;
}

#menu {
	position: absolute;
	top: 65px;
	right: 0;
}

#menu_sx {
	background-image: url(images/menu_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 20px;
	height: 33px;
	float: left;
}

#menu_dx {
	background-image: url(images/menu_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 20px;
	height: 33px;
	float: right;
}

#menu_cx {
	background-image: url(images/menu_center.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 20px;
	height: 33px;
}

#content_up {
	height: 22px;
	background-image: url(images/riq_up.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_cx {
	background-image: url(images/riq_cx.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 20px;
	overflow: hidden;
	padding-bottom: 50px;
}

#content_dw {
	height: 49px;
	background-image: url(images/riq_dw.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_dw .interno {
	padding-top: 15px;
	padding-left: 20px;
	font-size: 8pt;
}

#content_dw .interno a {
	padding: 0 20px;
	font-size: 8pt;
}

#footer .interno {
	text-align: right;
	padding-top: 2px;
	padding-bottom: 17px;
}

#segnalibro {
	width: 200px;
	float: left;
	background-color: #F00;
	padding-right: 10px;
}

#nosegnalibro {
	margin-left: 210px;
	padding-left: 10px;
}

.blocco3 {
	width: 286px;
	padding: 5px 10px;
	float: left;
}

.blocco3link {
	width: 286px;
	text-align: right;
	padding: 5px 10px;
	float: left;
}
