@charset "utf-8";
/* CSS Document */

body {
	margin: 25px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear {
	clear: left;
	height: 0px;
	margin: 0px;
	border: none;
	visibility: hidden;
}
#main_body {
	width: 820px;
	margin: 0px auto;
}
#header {
	
}
#header_logo {
	float: left;
}
#header_backg {
	float: left;
	background-image: url(../images/backg_header.gif);
	background-repeat: no-repeat;
	width: 516px;
	height: 92px;
}
#header_menu {
	padding: 65px 0px 0px 5px;
}
.header_menu_label {
	float: left;
	padding: 0px 8px 0px 8px;
}
.album_set {
	padding: 5px 0px 5px 0px;
	border-top:#999999 solid 1px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
}
#body_backg {
	background-image: url(../images/backg_body.gif);
	background-repeat: repeat-y;
	/* solo per sviluppo 
	height: 100px;*/
}
#header_image {
	padding: 0px 0px 0px 2px;
}
#sub_header_demolizioni {
	height: 30px;
	background-color: #FF9900;
	padding: 10px 0px 0px 20px;
	margin: 0px 2px 0px 2px;
}
#sub_header_montaggi {
	height: 30px;
	background-color: #008CC4;
	padding: 10px 0px 0px 20px;
	margin: 0px 2px 0px 2px;
}
#sub_header_content {
	color: #FFF;
}
#body {
	padding: 10px 10px 10px 12px;
}
#body_left {
	float: left;
	width: 380px;
}
#body_right {
	float: left;
	margin-left: 10px;
	width: 400px;
}
#body_large {	
}
.picture {
	float: left;
	padding: 2px;
	margin: 0px 9px 9px 0px;
	border: #CCC solid 1px;
}
#divMaxiImage {
	margin-bottom: 10px;
}
#divMaxiImage_label {
	margin-bottom: 10px;
}
.cv_header {
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: dotted #666666 1px;
	color:#990000;
	font-size: 14px;
	font-weight:bold;
}
#body_left_title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: solid #999999 1px;
}
#body_left_content {
	padding: 8px 0px 8px 0px;
}
#more_info {
	padding-top: 10px;
	border-top: dotted #999999 1px;
	color: #999999;
}
#bottom {
	text-align: center;
	color: #999999;
	margin-bottom: 25px;
}


.link_subheader A:LINK {
	color: #FFF;
	text-decoration: none;
}
.link_subheader A:VISITED {
	color: #FFF;
	text-decoration: none;
}
.link_subheader A:HOVER {
	color: #FFF;
	text-decoration: underline;
} 
.link_subheader A:ACTIVE {
	color: #FFF;
	text-decoration: underline;
} 

.link_header A:LINK {
	color: #000;
	text-decoration: none;
}
.link_header A:VISITED {
	color: #000;
	text-decoration: none;
}
.link_header A:HOVER {
	color: #000;
	text-decoration: underline;
} 
.link_header A:ACTIVE {
	color: #000;
	text-decoration: underline;
} 

.link_underline A:LINK {
	color: #666666;
	text-decoration: underline;
}
.link_underline A:VISITED {
	color: #666666;
	text-decoration: underline;
}
.link_underline A:HOVER {
	color: #666666;
	text-decoration: none;
} 
.link_underline A:ACTIVE {
	color: #666666;
	text-decoration: none;
} 