/* CSS */

* {margin: 0;
   padding: 0;
}



p {	margin-bottom: 15px;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	color: #808080;
	padding: 0px 10px 0px 0px;
}



#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	text-align: left;
	color: #808080;
	font-size: 12px;
	width:900px;
	height:211px;
}


h2 {	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	color: #808080;
}


.stiri {
	float: left;
	width: 270px;
	background-color: #E4E3E3;
	border-style: outset;
	border-width: 1px;
	
}

.stiri p {background-color: #E4E3E3;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	margin-left: 2pt; 
	margin-right: 2pt; 
	text-align: justify;
	color: #161616;
}



.articol {
	  margin-left:10px;
	  width:450px;
	  height:300px;
          font-size: 12px;
	  text-align: justify;
	  color: #000000;
	  float: left;
	  border-bottom: 1px dashed #696755;
	  
}


.articol p {
	font-size: 12px;
	font-family: Verdana,sans-serif;
	color: #000000;
	margin-left: 2pt; 
	margin-right: 2pt; 
	text-align: justify;

}


.articolstanga {width: 47%;
       	   float: left;
	   font-size: 12px;
	   margin-left: 5pt; 
	   margin-right: 5pt; 
	   border-right: 1px dashed #696755;	

}

.articoldreapta {width: 47%;
       	   float: right;
	   font-size: 12px;
	   margin-right: 5pt; 	
}




.subnav { font: bold 11px Verdana,sans-serif;
	text-align: right;
	color: #000000;
	float: right;
	width: 160px;
	
}


/* sub-navigation */

.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #89866F;	
	color: #111;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #9C997C;
	color: #000;
}


#sectiune {width: 40px;
           float: left;
	   margin: 0;
}

#stires {
	width: 650px;
        float: left;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px dashed #696755;
	border-top: 1px dashed #696755;
}


   
h3 {
	margin-top: 5px;
	color: #595726;
	font-size: 1.2em;
	background-color: #dfdec9;
	padding: 4px;
}

h4 {
	color: #595726;
	font-size: 0.7em;
	background-color: #dfdec9;
	padding: 4px;
	text-align: left;
}

a:link {
	color: #6C6A41;
	text-decoration: none;
}     /* unvisited link */
a:visited {color: #333333;
	text-decoration: none;}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */
   
.float_left {float: left;
              margin-right: 6px;}

body {
    font-size: 62.5%;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




.header_txt {
	color: #FFFFFF;
	background: none;
}

#left {width: 30%;
       float: left;
	   font-size: 12px;
}

#right {width: 30%;
        float: right;
		font-size: 12px;
}

#content {margin-left: 32%;
          margin-right: 32%;
		  font-size: 12px;
}



#footer {
	font-size: 12px;
	background-color: #f9f9f9;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	padding: 15px;
	clear: both;
}

