/* ©2010 Didier Berck */

/* common --> */
img#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
img[id=bg] {
	position: fixed !important;
}
div#grid {
	width: 100%;
	height: 520px;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	overflow: hidden;
	background-image: url(../images/grid.png);
}
div[id=grid] {
	position: fixed !important;
}
div#strip {
	height: 86px;
	margin-top: 436px;
	background-image: url(../images/strip.png);
	background-position: center;
}
div#content h1 {
	margin: 0 0 0 -470px;
}
/* <-- common */

/* languages --> */
ul#languages {
	width: 66px;
	height: 35px;
	margin: 0;
	padding: 0 10px 11px 13px;
	float: right;
	list-style: none;
	background-image: url(../images/bg-languages.png);
	text-transform: uppercase;
}
ul#languages li {
	margin-right: 3px;
	display: inline;
	float: left;
}
ul#languages a {
	color: #000;
	text-decoration: none;
}
/* <-- languages */

/* news --> */
div#news {
	height: 331px;
	padding: 105px 0 0 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
div#news h2 {
	margin: 0 0 8px 0;
	padding: 0 4px;
	float: left;
	background-image: url(../images/bg-news-home.png);
	font-size: 23px;
}
div#news h2 span {
	background-image: none;
	font-size: 17px;
	font-weight: normal;
}
div#news p {
	margin: 0;
	clear: both;
	float: left;
	font-size: 25px;
	line-height: 34px;
}
div#news span {
	padding: 0 4px;
	background-image: url(../images/bg-news-home.png);
}
div#news a {
	color: #000;
	text-decoration: none;
}
/* <-- news */

/* navigation --> */
div#nav {
	padding-left: 183px;
}
div#nav div.block {
	width: 133px;
	height: 75px;
	padding: 10px 10px 0 10px;
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 8px;
	background-image: url(../images/bg-nav-block.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #000;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-weight: bold;
	text-transform: uppercase;
}
div#nav div.color1 {
	background-image: url(../images/bg-nav-block1.png);
}
div#nav div.color2 {
	background-image: url(../images/bg-nav-block2.png);
}
div#nav div.color3 {
	background-image: url(../images/bg-nav-block3.png);
}
div#nav div.color4 {
	background-image: url(../images/bg-nav-block4.png);
}
div#nav div.color5 {
	background-image: url(../images/bg-nav-block5.png);
}
div#nav div.block:first-child {
	margin: 0;
}
/*div#nav div.block div.bg {
	width: 153px;
	height: 144px;
	position: absolute;
	top: 0;
	background-image: url(../images/bg-nav-block-over.png);
}
div#nav div.block div.cnt {
	width: 133px;
	height: 134px;
	padding: 10px 10px 0 10px;
	position: absolute;
	top: 0;
}*/
div#nav a {
	width: 133px;
	height: 75px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	text-decoration: none;
}
div#nav div.block a:first-child {
	font-size: 16px;
}
/* <-- navigation */

/* copyright --> */
div#noos {
	width: 7px;
	height: 69px;
	position: absolute;
	z-index: 1500;
	top: 10px;
	left: 10px;
}
div[id=noos] {
	position: fixed !important;
}
div#noos a {
	color: #000;
	text-decoration: none;
}
/* <-- copyright */
