
	body {
		background: #e8e8e8 url('/images/index.bg.gif') top center repeat-x;
		padding: 0px;
		margin: 0px;
	}
	
	#top_left {
		position: absolute;
		top: 0px;
		left: 3%;
	}
	
	#over_menu {
		position: absolute;
		top: 139px;
		padding: 0px;
	}
	
	#index_content {
		position: absolute;
		top: 416px;
		left: 2.3%;
		width: 95.4%;
		background: #FFF ;
	}
	
	
	#index_content .item2 {
		width: 49%;
		float: left;
	}
	.tab_set {
		overflow: hidden;
	}
	.tab_set .items {
		margin: 0 5%;
		//width: 100%;
		overflow: hidden;
	}
	.tab_set .item_scroller {
		width: 300%;
		position: relative;
		left: 0;
		overflow: hidden;
	}
	.tab_set .item {
		width: 33.33%;
		float: left;
		//padding: 0 1px;
	}
	.tab_set .tabs {
		margin: 20px 5%;
		height: 30px;
	}
	
	.tab_set .tabs div {
		float: left;
		margin-right: 30px;
		background: #a31e15;
	}
	.tab_set .tabs a {
		display: block;
		color: #FFF;
		font-size: 18px;
		text-decoration: none;
		border-bottom: 1px dashed #FFF;
		line-height: 1;
		margin: 8px 12px 7px;
		outline: none;
	}
	.tab_set .tabs div.selected a {
		color: #a31e15;
		border: none;
		cursor: default;
		margin-bottom: 8px;
	}
	.tab_set .tabs div.hover {
		background-color: #c52f25;
	}
	.tab_set .tabs div.selected {
		background: #f0f0f0;
	} 
	
	#index_content .item2 .text {
		padding: 20px 10%;
	}
	
	#index_delimiter {
		clear: both;
		background: #FFF url('/images/corrier2.gif') left bottom no-repeat;
		height: 40px;
	}
	#index_delimiter div {
		position: relative;
		top: 40px;
		height: 1px;
		font-size: 1px;
		border-top: 1px solid #e8e8e8;
		margin-left: 41px;
	}
	
	
	#anim {
		width: 75%;
		position: absolute;
		top: 0px;
		right: 0;
		height: 416px;
		overflow: hidden;
		/*border: 1px solid red;*/
	}
	.img_wrapper {
		position: absolute;
		left: 0;
		bottom: 0;
		overflow: visible;
	}
	.img_wrapper img {
		position: relative;
		left: -50%;
	}
	
	#anim_info {
		position: absolute;
		z-index: 700;
		top: 0;
		left: 0;
		width: 100%;
		height: 416px;
	}
	
	#selector { 
		position: absolute;
		top: 140px;
		right: 4%;
	}
	
	#selector a {
		width: 200px;
		background: #3e9ed4;
		display: block;
		margin-bottom: 1px;
		text-decoration: none;
		outline: none;
	}
	#selector a.selected, #selector a.selected:hover {
		background: #FFF;
	}
	
	#selector a:hover {
		background: #51aee3;
	}
	#selector a span {
		display: block;
		padding: 7px 10px;
	}
	
	#selector a span span {
		//cursor: hand;
		display: inline-block;
		padding: 0 1px;
		color: #FFF;
		border-bottom: 1px dashed #FFF;
	}
	#selector a.selected span span {
		color: #a31e15;
		border-bottom: none;
	}
	
	#description {
		width: 75%;
		float: right;
	}
	
	#description div {
		position: relative;
		top: 140px;
		left: 4%;
		width: 200px;
		color: #FFF;
		display: none;
	}
	#description a {
		color: #d0efff;
		font-size: 26px;
		white-space: nowrap;
	}
	#description div.selected {
		display: block;
	}
	
	#footer {
		background: #e8e8e8  url('/images/corrier.gif') left top no-repeat !important;
	}
	#footer_bg {
		height: 39px;
		margin-left: 41px;
		background: #FFF;
	}
	
	#footer, #footer a, #footer div, #footer span, #footer b {
		font-size: 13px;
	}
	#footer a {
		color:#5D5C5C;
	}
	
	#telephon {
		position: absolute;
		top: 57px;
		right: 5%;
		color: #fff;
		font-size: 20px;
	}
	
	#links {
		width: 75%;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#links div {
		top: 37px;
		left: 4%;
		color: #FFF;
		font-size: 18px;
		position: relative;
		float: left;
	}
	
	div.news div {
		margin-bottom: 15px;
	}
	
	div.news span {
		background: #0c537f;
		padding: 2px 4px;
		color: #FFF;
	}
	
	.gray_mort {
		background: #5d5c5c;
		padding: 2px 4px;
		color: #FFF;
	}
	.gray_mort2 {
		background: #f0f0f0;
		padding: 2px 4px;
	}
	
	.blue {
		color: #0c537f;
	}
	