@import url('project.css');

#submenu_home .button05 { 
background-color:#999966;
}
#submenu_home .button05 a {
	display: none;
}
#submenu_home .button05 span {
	display: block;
} 

#submenu_home {
	display: block;
}


body a:hover {
	border-style: none;
}

#right_column img {
	padding: 5px 40px 5px 15px;
}

#left_column {
	position:static;
	float: left;
	width:300px;
	background-color:#34689A;
	background-image: url(images/antares_left_column.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0;
	font-size: 12px;
	padding-bottom: 210px;
}
#left_column h1 {
	margin:15px 15px;
	font-size: 34px;
	line-height: 34px;
	padding:0;
	color: white;
}
#left_column ul {
	font-size: 14px;
	line-height: 16px;
	margin: 40px 0 0 7px;
	padding: 0;
	
}
#left_column ul li {
	list-style-type: none;
	padding:12px 15px 12px 8px;
	margin:4px 0;
	text-transform: uppercase;
	cursor: pointer;
	color: white;
	background-position: top right;
	background-repeat:repeat-y;
}
#left_column ul li.current {
	background-color: #2A2A2A;
	cursor: default;
}
#right_column {
	margin-left: 0;
	float: right;
	width: 675px;
}

#text_footer {
	height: 30px;
}
#foot_service {
	display: none;
}
#main_column {
	margin: 0;
	padding: 0;
	background-color: white;
	float: right;
	width: 675px;
	text-align: center;
}
#main_column img {
	margin: 0;
	padding: 0;
}
#map {
	position: relative;
}
#map div {
	position: absolute;
}
#map div img {
	visibility: hidden;
}
#irfmn {
	top: 215px;
	left: 57px;
}
#iss {
	top: 394px;
	left: 411px;
}
#federchimica {
	top: 353px;
	left: 31px;
}
#polimi {
	top: 320px;
	left: 361px;
}
#km {
	top: 80px;
	left: 130px;
}


#map .overlaytext {
	display: none;
	right: 15px;
	top: 15px;
	width: 240px;
	background-image: url(images/mapoverlay_back.png);
	padding: 5px 5px 10px 10px;
	color: white;
	text-align: left;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
}
.overlaytext h1 {
	color: #528BC1;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}

div.actions {
	padding-top: 2em;
}
div.actions strong {
	display: block;
	font-size: 120%;
	margin-bottom: 0.5em;
}