
body {
	background-image: url(../images/background_hp.png);
}

div#hp_onas{
	width: 100%;
	height: 238px;
	background-image: url(../images/hp_skymen.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
}

div.hp_onas_texts{
	padding: 35px 0  0 40px;
}

div.hp_onas_title h1{
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 13px 0;
	margin:0;
}

div.hp_onas_content{
	width: 350px;
	padding-bottom: 10px;	
}

div.hp_onas_content{
	width: 350px;
	padding-bottom: 10px;	
}

div.hp_offerNews{
	background-color: #4d4c4d;
	height:288px;
	color: #ffffff;
}
	div.hp_offerNews h1{
		margin:0;
		padding-bottom: 25px;
		font-size: 18px;
	}
	
	div.hp_offerNews h2{
		margin:0;
		/*padding-bottom: 25px;*/
		font-size: 14px;
		color: #26c2e0;
	}

	div.hp_offer{
		width:240px;
		height: 288px;
	}

	div.hp_box_frame{
		height: 269px;
	}

		div.hp_box_content{
			padding: 30px 20px 0;
		}			

			div.hp_box_text, div.hp_box_text a{
				color: #a1a1a1;
			}
			
			div.hp_box_text a:hover{
				color: #26C2E0;
			}

			div.hp_offer div.ul{
				margin:0;
				padding-top: 15px;
			}
	
				div.hp_offer div.ul a{
					color: #ffffff;
				}
	
				div.hp_offer div.ul a:hover{
					color: #26C2E0;
				}
	
	div.hp_offer_line{
		width: 1px;
		height: 208px;
		background-color: #626262;
		margin-top: 30px;
	}

	div.hp_news{
		width: 479px;
		height: 288px;
		background-image: url(../images/background_hp_news.png);
		background-position: top left;
		background-repeat:  repeat-x;
	}

		div.hp_news div.news_date{
			font-size: 10px;
			padding-bottom:20px;
		}
		
		
		
