
@import url('common.css');
@import url('service.css');
@import url('style.css');



/* ================================ Header ========================= */

div.header{
	height:210px;
}

div.header div.main_menu{
	width:282px;
	margin-right:3px;
	padding-top:90px;
	padding-left:30px;
	height:110px;
	background:url('../img/index/menu_bg.jpg') no-repeat 30px 42px;
}

div.header div.logo{
	width:362px;
	height:145px;
	margin-right:10px;
	padding-top:60px;
	padding-left:51px;
	background:url('../img/index/logo_bg.jpg') no-repeat 0px 40px;
}

div.header div.euroline{
	width:100px;
	height:18px;
	padding-top:97px;
}

div.header div.lang_selector{
	width:100px;
	height:20px;
	padding-top:10px;
}

/* ================================ Eof header ===================== */



/* ================================ Content ======================== */

div.content{
	background:white url('../img/index/content_top.jpg') no-repeat 0 0;
}

div.content div.corner{
	position:absolute;
	width:140px;
	height:10px;
	margin-top:-10px;
	background:url('../img/index/corner.gif') no-repeat 0 0;
}

div.content div.left{
	width:264px;
	margin-top:55px;
	padding:23px;
	padding-top:0;
}

div.content div.right{
	width:469px;
	padding-left:1px;
	margin-top:20px;
}

div#hit h1{
	font-size:2.5em;
	color:#009933;
}

/* ================================ Eof content ==================== */

