/* Stiluri generale bara stanga:
================================================== */
* { margin:0; padding:0; }
html { height:100%; }
body { height:100%; }
ul, ol { list-style-position:inside; }
ul { list-style:square; padding-left:15px; }
	ul li { padding-bottom:2px; }
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #A00;
	text-decoration: none;
}
a img { border:none; }
p { margin-bottom:10px; }
small { font-family:Arial,Helvetica,Verdana,sans-serif; font-size:11px; }
hr { clear:both; height:0px; border:none; border-top:1px dotted #8bf; margin:10px 0 15px; }

h1, h2, h3, h4, h5, h6 { font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; color:#222; line-height:1.4; font-weight:normal; }
h1 { font-size:26px; margin-bottom:14px; color:#111; }
h2 { font-size:22px; margin-bottom:10px; color:#222; }
h3 { font-size:18px; margin-bottom:7px; color:#333; }
h4 { font-size:13px; margin-bottom:5px; font-weight:bold; }

/* Stiluri pagina:
================================================== */
body {
	padding: 15px 10px 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.4;
	background-image: url("images/fundal_pagini.png");
	background-repeat: repeat-y;
	background-position: left;
}
	ul a { text-decoration:none; }
	ul a:hover { text-decoration:underline; }

/* Stiluri de uz general pt text:
================================================== */
.negru { color:#000 !important; }
.gri { color:#333 !important; }
.text-centrat, .text-centrat:hover { text-align:center !important; }
.text-litera-mare { text-transform:uppercase !important; }
.text-litera-mica { text-transform:lowercase !important; }
.neboldat, .neboldat:hover { font-weight:normal !important; }
