/* CSS Document */

body {
	background-image:url(../images/gifs/bg_sus.gif);
	background-repeat:repeat-x;
}
#container {
	width:1000px;
	margin:0 auto;
	font:12px Arial, Helvetica, sans-serif;
}
/*STEAGURI*/
#steaguri {
	width:1000px;
	height:34px;
}
#steaguri ul {
	float:right;
}
#steaguri ul li {
	float:left;
}
#steaguri ul li a {
	display:block;
	padding:6px 0 0 20px;
}
/*HEADER*/
#header {
	width:580px;
	height:160px;
	margin-bottom:1px;
}
/*MENU*/
.one a {
	border-right:1px dotted #FFF;
}
/*CONTINUT SUB MENU*/
#continut {
	width:1000px;
	heigjt:300px;
}
#text {	
	font-size:14px;
}
#text table{
	margin-bottom:20px;
	border:1px dotted #CCC;
}
#text table tr td {
	padding:10px;	
}
#text table tr td ul.lista {
	list-style:outside disc;
	margin-left:20px;
}
#text h1 {	
	font:bold 16px Arial, Helvetica, sans-serif;
}
#text h1.main {	
	text-align:center;
	margin-top:5px;
	font-size:18px;
}
#text h2 {	
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:10px;
}
/*FOOTER*/
#footer .footer1 {
	background-color:#333;
	width:1000px;
	color:#FFF;
	padding:5px 0 10px 0;
}
#footer .footer1 p {
	padding:0 10px 0 10px;
}
#footer .footer2 p.mijloc {
	text-align:center;
	margin:10px 0 10px 0;
	font-weight:bold;
	color:#0033CC;
}



