div#container_menu_main {
	border:0px;
}
div#container_top_banner {
	height:350px;
	background-image:url(/fileadmin/templates/images/banner/milan_banner_pic1920b.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
div#top_banner {
	width:1000px;
	padding:0px 20px;
	height:350px;
}

div#content_left,
div#content_center {
	padding-top:30px;
}
div#content_left,
div#top_banner_left {
	float:left;
	width:625px;
}
div#content {
	width:1000px;
	padding:0px 20px;
}
div#content_center,
div#top_banner_right {
	
	float:right;
	width:300px;
	padding-right:0px;
	
}
div#top_banner_left,
div#top_banner_right {
	padding-top:58px;
	
}
div#top_banner_right img {
	box-shadow:         0px 2px 7px -2px #000;
	-moz-box-shadow:    0px 2px 7px -2px #000;
	-webkit-box-shadow: 0px 2px 7px -2px #000;
}
img.banner_image,
img.banner_button {
	/* do not include borders width with image width */
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* safari 3 needs this */
}

div.banner_left {
	position:relative;
	float:left;
	width:659px;
}
div.banner_left_image1,
div.banner_left_image2 {
	position:absolute;
	top:0px;
	left:0px;
}
img.banner_image {
	border-left:1px solid white;
	border-right:1px solid white;
}
div.banner_right {
	float:right;
	width:301px;
}
div.banner_right_button1,
div.banner_right_button2 {
	height:132px;
	cursor:pointer;
	border-right:1px solid white;
	padding-left:18px;
	padding-top:45px;
}
div.banner_right_button1 {
	height:133px;
	background-color:#6d6f51;
	border-bottom:1px solid white;
}
div.banner_right_button1:hover {
	/*background-color:#55573f;*/
}
div.banner_right_button2 {
	background-color:#6f566b;
}
div.banner_right_button2:hover {
	/*background-color:#5a4657;*/
}
