@IMPORT url("main.css");

body {
	color: #3B3F42;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
h1 {
	font-size: 18px;
	color: #E76821;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 120%;
}
h2 {
	clear: both;
}
legend {
	color: #3B3F42;
}
#content h2 {
	font-size: 13px;
	color: #E76821;
	margin: 20px 0 10px 0;
	font-style: italic;
}
#content ul {
	margin-top: 11px;
	margin-bottom: 11px;
}
h3 {
	font-size: 12px;
	color: #000000;
	margin: 5px 0 5px 0;
}
h4 {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	margin: 0 0 1px 0;
}
a {
	color: #3B3F42;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 809px;
	position: absolute;
	margin-left: -405px;
	left: 50%;
}
#logo-umicore, #logo-vmzinc {
	position: absolute;
	top: 35px;
}
#logo-umicore {
	margin-left: -505px;
	left: 50%;
}
#logo-vmzinc {
	margin-left: 420px;
	left: 50%;
}
#header {
	background-color: #E9E9E9;
}
#vmzinc {
	background-image: url("img/bg_vmzinc.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
}
#vmzinc img {
	position: absolute;
	top: 14px;
	left: 11px;
}
#menuLevel1 {
	background-color: #363F44;
	width: 100%;
	height: 25px;
	line-height: 25px; /* must be greter than height */
	white-space: nowrap;
	float: left;
}
#menuLevel1 li {
	float: left;
}
#menuLevel1 a {
	display: block;
	height: 25px;
	width: 72px;
	text-indent: 73px;	/* width + 1 */
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	float: left;
}
#menuLevel1 a:hover, #menuLevel1 li.selected a {
	background-color: #E76821;
}
#menuLevel1_0 a {
	background-image: url("img/menu00.gif");
}
#menuLevel1 a:hover, #menuLevel1 li.selected a {
	background-position: bottom left;
}
#menuLevel1_1 a {
	background-image: url("img/menu01.gif");
}
#menuLevel1_2 a {
	background-image: url("img/menu02.gif");
}
#menuLevel1_3 a {
	background-image: url("img/menu03.gif");
	width: 93px;
	text-indent: 94px;
}
#menuLevel1_4 a {
	background-image: url("img/menu04.gif");
	width: 63px;
	text-indent: 64px;
}
#menuLevel1_5 a {
	background-image: url("img/menu05.gif");
}
#menuLevel1_6 a {
	background-image: url("img/menu06.gif");
	width: 118px;
	text-indent: 119px;
}
#menuLevel1_7 a {
	background-image: url("img/menu07.gif");
}
#menuLevel1_8 a {
	background-image: url("img/menu08.gif");
}
#menuLevel1_9 a {
	background-image: url("img/menu09.gif");
	width: 103px;
	text-indent: 104px;
}
#menuLevel1_10 a {
	background-image: url("img/menu10.gif");
	width: 52px;
}
#menuLevel2 {
	margin-bottom: 10px;
}
#menuLevel2 li {
	border-bottom: 1px solid #FFFFFF;
}
#menuLevel2 li.selected span {
	background-color: #7B7B7B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 7px 0 7px 15px;
	display: block;
}
#menuLevel2 li a:hover, li.selected #menuLevel3 a:hover {
	background-color: #E76821;
	background-image: url("img/freccia.gif");
	color: #FFFFFF;
}
#menuLevel2 li a {
	background-image: url("img/freccia_gray.gif");
	color: #3B3F42;
}
#menuLevel3 li.selected span {
	background-image: url("img/freccia_orange.gif");
	color: #E76821;
}
#menuLevel2 li a, li.selected #menuLevel3 span {
	background-color: #E9E9E9;
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 3px;
	text-decoration: none;
	display: block;
}
#menuLevel3 li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 0 none !important;
	border-bottom: 1px solid #E9E9E9;
}
#menuLevel3 a, #menuLevel3 li.selected span {
	padding-left: 30px;
}
#menuLevel3 .arrow {
	background-position: 20px 1em;
}
#menuLevel4 .arrow {
	background-position: 40px;
}
#menuLevel4 a, #menuLevel4 li.selected span {
	padding-left: 50px;
	background-color: #F5F5F5;
}
#menuLevel4 li a {
	background-color: #F5F5F5;
}
#breadcrumbs {
	line-height: 2.5em;
	height: 2.5em;
	margin-bottom: 4px;
	padding: 0 8px;
	background-color: #F3F3F3;
	clear: both;
}
#breadcrumbs em {
	margin-right: 0.4em;
}
#breadcrumbs ul {
	overflow: hidden;
}
#breadcrumbs em, #breadcrumbs ul, #breadcrumbs li {
	float: left;
}
#breadcrumbs li.selected {
	font-weight: bold;
}
#breadcrumbs li {
	background-image: url("img/gt.gif");
	background-repeat: no-repeat;
	background-position: left 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}
#footer {
	clear: both;
	background-color: #363F44;
	color: #B7BEC4;
	line-height: 200%;
	padding: 0 15px;
}
* html #footer {
	padding: 0 7px;
}
#footer a {
	color: #B7BEC4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credits li {
	display: inline;
}
#info {
	float: right;
}
#info li {
	display: inline;
}
#body {
	clear: both;
}
#content {
	margin-bottom: 10px;

}
#content p {
	margin-bottom: 10px;
	line-height: 160%;
}
#body a {
	color: #E76821;
}
#homepage #highlights {
	margin-top: 20px;
	clear: both;
	height: 155px;
	overflow: hidden;
	margin-bottom: 15px;
}
#highlights .content {
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#body.right #highlights {
	float: right;
	width: 200px;
	margin-top: 10px;
}
#body.left #highlights {
	float: left;
	width: 200px;
	margin-top: 10px;
}
#body.right #content {
	float: left;
	width: 580px;
	margin-left: 10px !important;
	margin-left: 5px;
}
#body.left {
	position: relative;
}
#body.left #navigation {
	float: left;
	width: 215px;
}
#body.left #content {
	float: right;
	width: 584px;
}
.arrow {
	background-image: url("img/freccia.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}
.arrowOrange {
	background-image: url("img/freccia_orange.gif");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}
#draw {
	float: right;
}
#front .title, #contact .title, #draw .title {
	background-color: #e1e1e1;
	color: #e76821;
	font-weight: bold;
	line-height: 230%;
}
.content {
	line-height: 150%;
}
#front ul, #contact ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
#front li, #contact li {
	padding-left: 10px;
}
#front a, #contact a {
	text-decoration: none;
}
#front a:hover, #contact a:hover {
	text-decoration: underline;
}
#homepage #front, #homepage #contact {
	float: left;
	width: 310px;
	margin-right: 2px;
}
#homepage #front .content {
	background-color: #F2F2F2;
}
#homepage #front .content div {
	padding-top:4px;
	padding-bottom:8px;
}
#homepage #front .content p {
	line-height: 130%;
}
#mosaic {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
#mosaic li {
	float: left;
	width: 160px;
	padding-bottom: 10px;
	margin-right: 35px;
	height:320px;
}
#mosaic li#mosaic_3, #mosaic li#mosaic_6, #mosaic li#mosaic_9, #mosaic li#mosaic_12 {
	width: 160px;
	margin-right: 0;
}
#mosaic li#mosaic_1, #mosaic li#mosaic_4, #mosaic li#mosaic_7, #mosaic li#mosaic_10, #mosaic li#mosaic_13 {
	clear: left;
}
#mosaic .title {
	font-weight: normal;
	font-size: 100%;
}
#mosaic .info {
	display: block;
}
.box, .box2 {
	background-color: #E1E1E1;
	margin-bottom: 10px;
}
.content, .box2 {
	padding: 10px;
}
#homepage .news {
	margin-top: 17px;
	float: left;
	margin-left: 10px;
}
* html #homepage .news {
	width: 390px;
	margin-left: 5px;
}
.news {
	min-height: 110px;
	width: 370px;
	padding-bottom: 0;
}
.news h1 {
	font-size: 120%;
	margin: 0 0 5px;
}
#news_1 {
	float: left;
	width: 370px;
	margin: 0;
}
#news_1 h1 {
	text-transform: none;
	font-size: 150%;
	margin: 0 0 5px;
}
.news .img {
	display: block;
}
.img p {
	text-align: center;
}
#news_1 p {
	margin-top: 5px;
}
.newsFull .title {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
.newsFull {
	margin-bottom: 20px;
	padding: 8px 8px 8px 8px;
}
.title {
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
.l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.r {
	float: right;
	margin-left: 10px;
}
.thumb_sistemi {
	width: 160px;
	margin-right: 12px;
	margin-bottom: 0px;


}
.news .title {
	margin-bottom: 15px;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}
.news p, .news table {
	line-height: 150%;
	margin-bottom: 5px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px;
	font-size: 11px;
	text-align: left;
}
td {
	border: #CCCCCC 1px solid;
	padding: 5px;
}
th {
	border-bottom: #CCCCCC 1px solid;
	padding: 5px;
	width: auto;
}
td.nametd, .table3 thead th {
	font-weight: bold;
	background-color: #DFDFDF;
}
.table3 tfoot td{
	border-bottom: 0px;
}
td.titletd {
	font-weight: bold;
}
td.subtitletd {
	font-weight: bold;
	background-color: #EFEFEF;
}
.table2 {
	width: 65%;
	margin: 0 0 20px 0;
}
.table2 td, .table3 td{
	border: none;
	border-bottom: #CCCCCC 1px solid;
}
.table3 {
	width: 100%;
	margin: 5px 0 20px 0;
}
.table3 tbody th {
	font-weight: normal;
}	
.mat {
	clear: both;
}
.mat img {
	margin-bottom: 25px;
}
.borded {
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	width: 160px;
	height: 118px;
}

.footerpopup {
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 10px;
	background: #818E97;
	color: #FFFFFF;
	border-top: 1px solid #ffffff;
	padding-right: 20px;
	padding-left: 24px;
}
.centerpopup {
	background: #C7CACD;
}
.centerpopup img {
	border: 1px solid #ABB2B7;
}
.headerpopup {
	background: #818E97;
}
.nav li {
	display: inline;
}
#body .nav {
	clear: both;
	float: right;
}
#body .nav li.selected, #body .nav a {
	line-height: 200%;
	padding: 0 5px;
	font-weight: bold;
}
#body .nav a {
	background-color: #aaaaaa;
	color: #FFFFFF;
}
#body .nav a:hover, .nav .selected {
	background-color: #FFFFFF;
	color: #E76821;
	text-decoration: none;
}
.evidence {
	color: #E76821;
	margin-top: 10px;
}
.evidence2 {
	background-color: #E9E9E9;
	padding: 2px;
}
#visual {
	font-size: 0;
	line-height: 0;
}
#homepage .news.starter {
	margin-left: 10px !important;
	margin-left: 5px;
}
