/* CSS HOME PAGE */

body {
/*	background: #080E0E url(images/bg_home2.jpg) no-repeat center top; */
	background: #000000 url(images/bg_home2.jpg) no-repeat center top;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

h1#logo {
	width:656px;
	height:159px;
	/*background: url(images/logo_home2.jpg) no-repeat 0 0;*/
	margin:-10px auto 0;
	letter-spacing:-1000em;
	text-indent:-1000em;
	overflow:hidden;
}

ul#navigation {
	margin:0px auto 0;
/*	margin:370px auto 0;	*/
	padding:0;
	list-style-type:none;
	width:890px;
}

ul#navigation li{
	float:left;
	width:147px;
	border-right:1px solid #FFF;
}
ul#navigation li.first{
	border-left:1px solid #FFF;
}

ul#navigation li a {
	display:block;
	width:147px;
	height:15px;
	text-transform:uppercase;
	background: url(images/marker_blu.gif) no-repeat center top;
	text-decoration:none;
	padding-top:20px;
}

ul#navigation li a.blue {
	color:#FFB300;
}
ul#navigation li a.orange {
	background-image:url(images/marker_ora.gif);
	color:#00A0C6;
}

ul#navigation li a:link,ul#navigation li a:visited {}
ul#navigation li a:hover {text-decoration:underline;}

div#description {
	position:absolute;
	top:-1000px;
	left:-1000px;
	display:none;
}

div#footer {
	clear:both;
	font-size:0.8em;
	/*background-color: #FFF;*/
/*	margin-top:410px;*/
/*	margin-top:40px;*/
	margin-top:15px;	
	line-height:1.5em;
	color:#FFF;
}


div#news2 {
	clear:both;
	font-size:0.8em;
	/*background-color: #FFF;*/
/*	margin-top:410px;*/
	margin-top:50px;	
	line-height:1.5em;
	color:#FFF;
}

div#news2 a:link {
	color:#F00;
}


div#footer a:link {
	color: #00A0C6;
	font-weight: bold;
	text-decoration: none;
}

div#cont_news {
	height:370px;
	margin:0 auto;
	padding:0;
	width:1000px;
}

div#news {
	height:360px;
	margin:0;
	padding:0;
	width:160px;
}