/* standard */
* {margin: 0; padding: 0;}
a {
	color: #6B9DDA;
	text-decoration: underline;
}

a:hover {color: #C0D6EF; text-decoration: underline;}
a:link {text-decoration: none;text-decoration: underline;}
a:visited {text-decoration: none;text-decoration: underline;}
a:active {text-decoration: none;text-decoration: underline;}

body {
	color: #000033;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	background-image: url(images/fundal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

TD {
	text-align: left;
}

p,ul {padding-bottom: 1em;}
ul {margin-left: 1.2em;}
li {list-style: none; list-style-image: url(images/li.gif);}


h1 {font-size: 1.2em;}
h1,h2,h3 {color: #1c9fd3;}

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

/* diverse */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 16px;}
.main .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #999999;}
.left {float: left;}
.right {float: right;}

/* structura site */
.container {
	font-size: 1.1em;
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 840px;
	border: 12px solid #00083a;
}

/* header */
.header {
	float: left;
	width: 640px;
	background: url(images/header.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	height: 150px;
	text-align: center;	
}

/* structure */
.top {
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
}
.main_right {
	float: right;
	width: 200px;
	color: #CCC;
}

/* sub-navigation */

.titlu {color: #1c9fd3;	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;}
.titlu_alb {color: #fff; font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;}
.titlu_blu {color: #000033; font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;}

.titlu_blu a {color: #000033; font: bold 1.1em Verdana,sans-serif;
        line-height: 24px;
        padding-left: 8px;
	text-decoration: none;}
	
.vot	{ margin:3px; background-color:#0076AE; font-size:12px; font-weight:bold; color:#FFFFFF; width:100px; padding-left:7px; padding-right:7px;}

.categorie	{background-color:#0076AE; font-size:14px; font-weight:bold; color:#FFFFFF; width:200px; padding-left:7px; padding-right:7px;}
.parteneri	{	margin: 2px;}
	
.subnav h1 {
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #0d185f;
	list-style: none;
}
.subnav li a {
	color: #fff;
	display: block;
	padding: 3px 0 3px 12px;
	width: 148px;
	text-decoration: none;
	background-color: #214f86;
}
.subnav li a:hover {
	color: #000;
	background-color: #6B9DDA;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FFCC00;}
.leftcontent img {margin: 6px;}

