@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {color:#5b6477; text-decoration:none;}
a:visited {color:#5b6477; text-decoration:none}
a:hover {color: #8d99b1;}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
padding-bottom:5px;
}

.fixed #container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}

.fixed #intro_container {
	position: relative;
	width:100%;
	height: 100%;
	margin: 0 auto;
	border: 0px solid #000000;
	overflow: hidden;
}

.fixed #intro_top {
	position: relative;
	background:url(backgrounds/intro_top.jpg) bottom repeat-x;
	height: 100px;
	padding: 1000px 0 0 0;
	margin: -1130px 0 0 0;
	top: 50%;
	z-index: 10;
}

.fixed #logo {
	position: absolute;
	background:url(backgrounds/logo.gif) top left no-repeat;
	width: 225px;
	height: 64px;
	margin-top: 30px;
	margin-left: 10px;
	z-index: 11;
}

.fixed #intro_flash {
	position: relative;
	top: 100px;
	height: 240px;
	margin-top: -240px;
}

.fixed #intro_middle {
	position: relative;
	height: 59px;
	top:50%;
	margin-top: 0px;
	background:url(backgrounds/intro_middle.jpg) center no-repeat;
}

.fixed #intro_bottom {
	position: relative;
	height: 1px;
	top: 50%;
	padding: 0 0 1000px;
	margin: 0px 0 -1000px;
	background:url(backgrounds/intro_bottom.jpg) top repeat-x;
}
.fixed #links {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:100%;
	height: 100%;
	margin-left:2.5em;
	padding-top:10px;
	line-height:1em;
	text-align:left;
	display:table;
	left: -15px;
	top: -1px;
}
	
.fixed #links_gr {
	position:absolute;
	width:23em;
	margin: 0 auto;
	display:table-cell;
	left: 2px;
}

.fixed #links_en {
	position:absolute;
	width:20em;
	display:table-cell;
	margin: 0 auto;
	left: 254px;
	top: 12px;
}

.fixed #abroad_links {
	position:absolute;
	width:25em;
	margin: 0 auto;
	padding-top:5px;
	text-align:right;
	padding-left:0em;
	padding-right:0em;
	padding-bottom:5px;
	left: 465px;
	top: 12px;
}

.fixed #logo_eco{
	position:absolute;
	width:153px;
	text-align:right;
	left: 800px;
	top: 7px;
	height: 100px;
}

.fixed #newsite {
	position:absolute;
	width:300px;
	margin: 0 auto;
	padding-right:1em;
	padding-top:30px;
	text-align:left;
	left: 300px;
	top: 125px;
	height: 25px;
	padding-bottom: 1em;
}

.fixed #promo_link {
	position:absolute;
	text-align:left;
	padding-right:1em;
	margin: 0 auto;
	width:25em;
	color: #666666;
	padding-top:30px;
	left: 800px;
	top: 162px;
	height: 1px;
	padding-bottom: 1em;
}

.fixed #header {
	position:relative;
	width: 100%;
}

.fixed #header-logo {
	position:relative;
	height: 169px;
	width: 900px;
	background: url(backgrounds/banner.jpg) left bottom no-repeat;
}

.fixed #header-lang {
	height: 169px;
	background: url(backgrounds/lang.jpg) right bottom repeat-x;
	padding-right: 1000px;
	margin-top: -169px;
}

.fixed #lang {
	position:relative;	
	float:right;
	margin-top: -23px;
	margin-right: 10px;
}

.fixed #menu {
	padding-top: 145px;
	margin-left: 10px;
}

.fixed #mainContent {
	padding: 0 0px;
	background-image:url(backgrounds/a1.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

.fixed #footer {
	position:relative;
	width: 100%;
}

.fixed #footer-L {
	position:relative;
	height: 60px;
	width: 942px;
	background: url(backgrounds/footer.jpg) left bottom no-repeat;
}

.fixed #footer-R {
	height: 60px;
	background: url(backgrounds/footer_r.jpg) right bottom repeat-x;
	padding-right: 1000px;
	margin-top: -60px;
}

.fixed #corp {
	position:relative;	
	float:left;
	margin-top: -60px;
	margin-left: 20px;
}

.fixed #promoweb {
	position:relative;	
	float:right;
	margin-right: 15px;
	margin-top: -53px;
}

.fixed #info_abroad {
	text-align: center;
	color: #FFFFFF;
	font-size: small;
}

