html {
	height:100%;
}

body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: url(../images/layout/bg_page.gif) repeat-y left top;
}
.t_generale {
	width: 100%;
}
table {
	font: normal 12px Arial, Helvetica, sans-serif;
}
#header {
	background: #333;
	height: 54px;
	position: relative;
	border-bottom: 10px solid #fff;
}
#header h1 {
	position: absolute;
	top: 7px;
	left: 30px;
	border: none !important;
	margin: 0 !important;
}
#header h1 a {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/layout/logo.png) no-repeat left top;
	width: 102px;
	height: 40px;
	display: block;
}
#topmenu {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	padding: 0;
}
#topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#topmenu li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 0 10px;
	padding: 19px 5px;
	display: block;
	float: left;
}
#topmenu li a:hover {
	background: url(../images/layout/rollover_topmenu.gif) repeat-x left top;
}
#content {
	margin: 0;
	padding: 10px 10px 100px 10px;
	width: 960px;
	border-top: 10px solid #fff;
}
#col_left {
	width: 200px;
	float: left;
}
.leftmenu {
	margin: 0;
	padding: 10px 0 0 0;
}
.leftmenu li {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: url(../images/layout/bullett1.gif);
}
.leftmenu a {
	color: #333;
	text-decoration: none;
	display: block;
	min-height: 16px;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}
.leftmenu a:hover {
	font-weight: bold;
}
.leftmenu a.cur {
	font-weight: bold;
}
.col_right {
	width: 750px;
	margin-left: 10px;
}
#footer {
	position: fixed;
	height: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/layout/bg_footer.png) repeat-x left 0px;
	padding: 10px 30px 0 30px;
	z-index: 9999;
	font-size: 11px;
}

#footer .footermenu {
	margin: 8px 0 0 0;
	padding: 0;
}
#footer .footermenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#footer .footermenu a {
	background: url(../images/layout/btn_left.png) no-repeat left top;
	text-decoration: none;
	margin: 0 10px 0 0;
	height: 29px;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
}
#footer .footermenu a span {
	display: block;
	background: url(../images/layout/btn_right.png) no-repeat right top;
	padding: 5px 18px 0 15px;
	height: 24px;
}
#footer .footermenu a:hover {
	background: url(../images/layout/btn_left.png) no-repeat left -29px;
}
#footer .footermenu a:hover span {
	background: url(../images/layout/btn_right.png) no-repeat right -29px;
}
#footer .left, #footer .right {
	padding-top: 0px;
}

