@charset "utf-8";
/* CSS Document */
/*____________________________________________________________
Import alte css-uri
____________________________________________________________*/

@import url(menu.css);
@import url(header.css);
@import url(main.css);
@import url(footer.css);
@font-face {
    font-family: Trebuchet MS;
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/trebuch0.eot')
  }
  @font-face {
    font-family: Trebuchet MS;
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/trebuch1.eot')
  }
  @font-face {
    font-family: Arial Narrow;
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/arialna0.eot')
  }

/*------------------------- START HTML/BODY  -------------------------*/

	 HTML {
	 	height:100%
	 }
	 BODY {
		font :normal 12px Arial, "Trebuchet MS", "Times New Roman", sans-serif, Georgia, Times;
 		margin:20px;
		padding: 0;
		color: #878787; 
		text-align:left ;
		line-height:20px
	  	}
	FORM {
		margin:0;
		padding:0
		}
	IMG{
		border:0
	}

/*------------------------- END HTML/BODY  -------------------------*/

/*------------------------- START MAIN GENERAL CONTENT -------------------------*/
TABLE.container{ 
	width:810px; 
	padding:0; 
	vertical-align:top; 
	border:0; 
	}
TR.container{ 
	vertical-align:top
	}
TD.lgrey{ 
	width:29px
	}
TR.lgrey{ 
	background:#f4f4f4; 
	vertical-align:top
	}
TR.blue{
	background:#005fa3; 
	height:14px
	}
TR.lblue{
	background:#0190d8; 
	height:3px
	}
TR.dblue{
	background:#00477d; 

	}
TD.white{ 
	width:1px; 
	background:#ffffff
	}
TD.container {
	width:780px
	}
IMG{ border:0}

FORM{
	margin:0;
	padding:0;

	}
INPUT{
	width:127px;
	height:21px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#646466;
	padding-left:2px;

	}
H1{
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#646466;
	}
H2{
	font:normal 21px Arial, Helvetica, sans-serif;
	color:#646466;
	background:url(../images/image-www.jpg) no-repeat  top right;
	height:42px;
	text-indent:25px
	
}
H3{
	font:italic 18px Trebuchet MS, Arial;
	color:#005FA3;
	text-indent:15px;
	margin-top:18px
	
}
H4{
	font:bold 16px Arial;
	color:#0D4969;
	text-indent:15px;
	margin-top:10px
}
P{ 
	margin-left:20px; 
	}
A{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#005D96;
	text-decoration:underline
}
A:hover{
	color:#0290D8;
	text-decoration:underline
}

/*------------------------- END MAIN GENERAL CONTENT -------------------------*/

