<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
margin : 0;
padding : 0;
text-align : left;
color : #000000;
background : #236bac url(img/bgd2.png) repeat-y top center;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 990px;
margin : 0 auto;
padding : 0;
color : #000000;
background : #ffffff;
}
			/*BANNER*/
#banner {
float : center;
width : 990px;
height : 180px;
padding : 0;
margin-bottom : 0;
background : #eee ;

}
#banner h1 {
margin : 140px 0 0 20px;
font : normal 2em georgia, verdana, arial, tahoma, sans-serif;
text-transform : none;
letter-spacing : 3px;
color : #ffffff;
background : transparent;
}
			/*MAIN CONTENT*/
#content {
padding : 0 10px 0 10px;
margin-left : 190px;
margin-right : 190px;
margin-top : 0;
line-height : 1.8em;
}
#content h1 {
padding : 20px 0 0 0;
font : normal 1.4em verdana, tahoma, arial, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #236bac;
background : inherit;
text-align : center;
}
b:hover {
text-decoration : none;

font-size : 1.3em;
background : inherit;
}
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 180px;
margin : 0 0 0 0;
padding : 5px;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 150px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : #ffffff;
background : #2e79bc;
width : 150px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #1f5688;
}
.menu a:hover {
border-left : 10px solid #1f5688;
background-color : lightblue;
color : blue;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : right;
width : 180px;
margin : 0 0 0 0;
padding : 5px;
}
			/*FOOTER*/
#footer {
background : #ffffff url(img/footer.gif) repeat-x top;
text-align:center;
}
#footer p{

padding : 20px;
margin-top : 5px;
height : 50px;
font-size : 1em;
border-top : 1px solid #236bac;
color : blue;
}
#footer a:link, #footer a:visited {
color : #236bac;
text-decoration : none;
}
#footer b:hover {
font-size : 1.3em;
color : blue;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #236bac;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
font-size : 1.3em;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}



  /* Proprietati pentru primul nivel din meniul vertical */
#menuv li {
 margin:1px 0;
 background-color:#f0f1fe;
 padding:1px;
 list-style-type:none;
 font-weight:600;
 text-align:left;
}
#menuv li a {
 display:block;
 margin:0;
 font-weight:normal;
}
#menuv li a:hover {
 background-color:#fefefe;
 text-decoration:none;
 font-style:oblique;
}

  /* Proprietati pentru nivelul doi din meniul vertical */
#menuv li:hover ul {
 display:block;
}
#menuv li ul {
 display:none;
 position:relative;
 margin:-1px 0 -2px 0;
 padding:1px 0;
}
#menuv li ul li {
 margin:2px 0 0 20px;
 background-color:#edfeed;
 padding:1px 0;
 border:1px dotted yellow;
}

</pre></body></html>