@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,ul,ol,li ,dl,address, blockquote{
	margin: 0px;
	padding: 0px;
}
/*--------------schema culori----------------------*/
/*
#336699  albastru inchis
#95b4d4  albastru deschis
#e5f0fb  albastru alb
#F93  portocaliu




*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/strada1_bw.png);
}
#wrapper {
	width: 1180px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1f7fd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	
}
#wrapper a:hover {
	text-decoration: none;
	
}
/* ------- HEADER STYLES ----------*/
#header {
	background: #336699  ;
	height: 200px;
	position: relative;
	padding: 0 10px 0 250px;
	border-right: 1px solid #F93;
	border-bottom: 1px none #F93;
	border-left: 1px solid #F93;
	border-top: 1px solid #F93;
	font-size: 0.8em;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F00;
	font-size: 4em;
}


#header #contactButton {
	position: absolute;
	height: 25px;
	width: 120px;
	left: 910px;
	top: 0px;
	/*background-color: #006;*/
	background-image: url(../img/buti.png);
}
#header #mainNav {
	position: absolute;
	left: 260px;
	bottom: 10px;  /*MODIFICAT*/
	background-color: #336699;
	width: 910px;
	color: #FFF;
}
#header #flash {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 250px;
	width: 245px;
}



/*-------sidebarLeft styles----------------------------------------*/
#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	
	padding: 15px 2px 15px 2px;
	border-left: 1px solid #F93;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #F93;
	border-right-color: #F93;
	border-bottom-color: #F93;
	background: #e5f0fb url(../img/fond.jpg) repeat-x;
	}
#sidebarLeft a:link,  #sidebarLeft a:visited{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}
#sidebarLeft p {
	text-align: center;
}
#sidebarLeft #linkuriUtile {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebarLeft #reclama {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#sidebarLeft #linkFav {
	padding: 10px;
	text-align: center;
}
#sidebarLeft a:active,  #sidebarLeft a:hover{
	font-size: 0.8em;
	font-weight: bold;
	color: #F93;
}
#sidebarLeft h1 {
	font-size: 0.9em;
	font-weight: bold;
	color: #F93;
	text-align: center;
	list-style: url(none);
}
#sidebarLeft h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F93;
	text-align: center;
	list-style: url(none);
}
#sidebarLeft h3 {
	font-size: 0.7em;
	font-weight: normal;
	color: #95b4d4;
	text-align: center;
	list-style: url(none);
}

#sidebarLeft h1 a:link,  #sidebarLeft h1 a:visited{
	font-size: 0.9em;
	font-weight: bold;
	color: #F63;
	text-decoration: none;	
}
#sidebarLeft h1 a:active,  #sidebarLeft h1 a:hover{
	font-size: 0.9em;
	font-weight: bold;
	color: #F93;
	text-decoration: underline;
}
#sidebarLeft .reclama1 {
	padding-left: 5px;
}

/*-------sidebarRight styles----------------------------------------*/
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 5px 15px 5px;
	border-right: 1px solid #F93;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #F93;
	border-bottom-color: #F93;
	border-left-color: #F93;
	background: #e5f0fb url(../img/fond.jpg) repeat-x;
	}
#sidebarRight h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#sidebarRight #video #continutVideo {
	text-align: center;
	font-size: 0.95em;
	font-weight: bold;
	color: #f93;
	border-bottom: solid 1px #F93;
}

#sidebarRight h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F93;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebarRight h5 a:link, #continut h5 a:visited, {
	text-decoration: none;
	color: #f93;
	font-weight: bold;
}
#sidebarRight h5 a:active,  #sidebarRight h5 a:hover{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.archiv {
	color: #F93;
}

#sidebarRight h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarRight #video h1 {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebarRight .reclama1 {
	padding-left: 5px;
}

#continutVideo p {
	font-size: 0.9em;
	color: #f93;
	padding: 10px 0px 10px 0px;
}





/*-------mainContent styles----------------------------------------*/

#mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 180px;

} 
#mainContent #continut h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #F93;
	text-align: center;
}




#mainContent noscript h1 {
	font-size: 1em;
	font-weight: bold;
	color: #F00;
}
#mainContent #continut {
	padding-right: 180px;
}

#mainContent table {
	width: 86%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 10px;
}

#mainContent table tr {
	font-size: 0.8em;
	vertical-align: middle;
}
#mainContent table tr td p {
	font-size: 0.95em;
	font-weight: bold;
	color: #336699;
	padding: 5px;
}

#mainContent table tr a:link,  #mainContent table tr a:visited{
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
#mainContent table tr h2{
	text-decoration: none;
	color: #F93;
	font-size: 1.0em;
	font-weight: bold;
}
#mainContent table tr a:active,  #mainContent table tr a:hover {
	text-decoration: none;
	color: #f93;
}
.titluziar {
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	background: #FFF;
	text-align: center;
	border-bottom: 5px solid #f1f7fd;

}
.titluhot {
	font-size: 1.2em;
	font-weight: bold;
	color: #F93;
	background: #FFF;
	text-align: center;
	border-bottom: 5px solid #f1f7fd;

}
#mainContent #articole {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}

.aziar {
	padding-right: 10px;
}



#mainContent1 {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 180px;
	padding-right: 10px;
	background-color: #CCC;

} 
#mainContent1 noscript h1 {
	font-size: 1em;
	font-weight: bold;
	color: #F00;
}
#mainContent1 #articole {
	text-align: left;
	vertical-align: top;
	padding: 20px;
}
#contur{
	width: 400px;	
}



/*-------baza styles----------------------------------------*/
#baza{
	margin: 0;
	padding: 0;
	background: #336699;
	border-right: 1px solid #F93;
	border-left: 1px solid #F93;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #F93;
	border-bottom-color: #F93;
	width: 1180px;
	height: 250px;
	position: relative;
}
#baza #archiva {
	padding: 5px;
	height: 230px;
	width: 500px;
	position: absolute;
	left: 4px;
	top: 0px;
}	
#baza #archiva p {
	font-size: 0.9em;
	font-weight: bold;
	color: #F93;
	padding-bottom: 5px;
	padding-top: 5px;
}
table .archivaTab td {
	font-size: 0.7em;
	padding: 5px 5px 5px 5px;
}

table .archivaTab td.titluhot {
	font-size: 1em;
}
.archivaTab td h1 {
	color: #336699;
	font-size: 1em;
	
}
.archivaTab td a:link, .archivaTab td a:visited{
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.archivaTab td a:active, .archivaTab td a:hover{
	text-decoration: none;
	color: #f93;
}


#baza #fotomap {
	border-right: 1px solid #F90;
	padding-top: 10px;
	margin-top: 10px;
	height: 154px;
	width: 328px;
	position: absolute;
	top: 3px;
	right: 157px;
}	
/*-------footer styles----------------------------------------*/	
	
#footer {
	background:#336699;
	border-right: 1px solid #F93;
	border-left: 1px solid #F93;
	border-top-width: 1px;
	border-top-color: #F93;
	border-bottom: 1px solid #F93;
	/*	position: absolute;*/
	width: 1180px;
	font-size: 0.7em;
	color: #CCC;
	font-weight: bold;	
	height: 100px;
} 
#footer #logo {
	padding: 18px;
	float: left;
	height: 100px;
	width: 200px;
}
#footer #meteo {
	float: right;
	border-right: 1px solid #F90;
	padding-top: 10px;
	margin-top: 10px;
	height: 80px;
	width: 900px;
}


#footer p {
	margin: 0 ; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #CCC;
	font-weight: bold;
}
.nrvizit {
	color: #F93;
}





.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.AccordionPanelContent  a {
	color: #336699;
	font-size: 0.8em;
}

