html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
        border: none;
}

ul {
        list-style-type: none;
        margin: 0;
}

/* STRUTTURA TABELLARE ESTERNA */
table#layout {
	width: 100%;
}

#left {
	background: url("../images/muro_sbrecciato_sx2.jpg") repeat-y;
	width: 40px;
}

#right {
	background: url("../images/muro_sbrecciato_dx2.jpg") repeat-y;
	width: 40px;
}

/****************************/

div#container {
	width: 700px;
	margin: 0 auto;
}

div#header {
	height: 200px;
}

div#content {
	clear: both;
	margin-top: 20px;
        margin-bottom: 20px;
}	

/** TOPMENU **/
#topmenu {
	height: 35px;
	background: url(../images/topmenu_bg.jpg) repeat-x;
	font-size: 14px;
}

#topmenu_sx {
	float: left;
	height: 35px;
	width: 20px;
	background: url(../images/topmenu_sx.jpg) no-repeat;
}

#topmenu_dx {
	float: right;
	height: 35px;
	width: 20px;
	background: url(../images/topmenu_dx.jpg) no-repeat;
}

#topmenu ul {
	list-style-type: none;
	margin: 0;
}

#topmenu li {
	float: left;
	padding: 10px 10px 10px 10px;
}

#topmenu li:hover {
	background: url(../images/topmenu_hover_bg.jpg) repeat-x;
}

#topmenu a {
	color: #ffffff;
}

#topmenu a:hover {
	text-decoration: none;
}

#search {
	float: right;
        padding-top: 9px;
        padding-right: 5px;
}

/** BARRA LATERALE **/
div#right_content {
	float: left;
	width: 180px;
	color: #000000;
        padding-bottom: 20px;
}

div#right_content div {
	background: url(../images/box_bg2.jpg) repeat-y;
	width: 173px;
	padding-bottom: 5px;
	border-bottom: 4px solid #ffffff;
}

div#right_content h3 {
	background: url(../images/box_title_bg2.jpg) no-repeat;
	width: 173px;
	height: 52px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	padding-top: 16px;
	padding-bottom: 0;
	margin-bottom: 0;
}

div#right_content div>div, div#right_content div>ul {
	border: none;
	padding-left: 4px;
        padding-bottom: 5px;
	list-style-type: none;
        margin: 0;
}

div#right_content .moduletable_menu li {
        padding: 3px 0 3px 5px;
        font-weight: bold;
        font-size: 10px;
}

div#right_content .moduletable_menu li:hover {
        background-color: #000000;
        width: 160px;
        padding: 2px 0 2px 5px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
}

div#right_content li:hover a {
        color: #ffffff;
}

div#right_content a {
        color: #000000;
}

div#right_content a:hover {
        text-decoration: none;
}

/** PAGINA CENTRALE **/
div#page {
	margin-left: 180px;
	padding-top: 10px;
	padding-left: 10px;
	padding: 10px 5px 10px 10px;
}

div#page_none {
	padding-top: 10px;
	padding-left: 10px;
	padding: 10px 5px 10px 10px;
}

#page p, #page_none p {
	text-align: justify;
}

#page ul, #page_none ul {
        list-style-type: circle;
}

/** FOOTER **/
#footer {
	height: 55px;
	background: url(../images/footer_bg.jpg) repeat-x;
	text-align: center;
	font-size: 9px;
	clear: both;
}

#footer_sx {
	float: left;
	height: 55px;
	width: 20px;
	background: url(../images/footer_sx.jpg) no-repeat;
}

#footer_dx {
	float: right;
	height: 55px;
	width: 20px;
	background: url(../images/footer_dx.jpg) no-repeat;
	margin-bottom: 10px;
}

#footer div {
	padding-top: 10px;
}