 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 953px;
	background: url(img/header.jpg) no-repeat 0 0;
} 

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: hand;
	cursor/**/: /**/pointer;
} 

a:link, a:visited { 
	color: #0c417c;
	text-decoration: underline;
} 

a:link:hover, a:visited:hover { 
 	text-decoration: none;
}

a.self {
 	cursor: text;
}

a.self:link, a.self:visited, a.self:link:hover, a.self:visited:hover {
	text-decoration: none;
}

body { 
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	color: #000000;
	background: url(img/back.jpg) repeat-x 0 0;
	padding-bottom: 10px;
}

.templateprint {
	background: #ffffff;
	color: #000000;
	text-align: left;
	padding: 10px;
}


img { 
 	border: none;
} 

table td {
	vertical-align: top;
}

#header {
	position: relative;
	height: 251px;
}

#colWrap {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}

#colWrap1 {
	margin-left: 16px;
}

#colWrap2 {
	width: 715px;
	float: left;
}

#colSideL {
	width: 200px;
	float: left;
}

#colSideR {
	width: 208px;
	float: right;
	padding-top: 40px;	
}

#content {
	width: 510px;
	float: right;
	padding-top: 40px;
	font-size: 13px;
}

#footer {
	height: 73px;
	padding: 0 10px;
	background: url(img/footer.jpg) no-repeat 0 0;
}

#footer .right {
	float: right;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 149px;
	height: 147px;
	position: absolute;
	top: 27px;
	left: 41px;
} 

.logoTop a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.logoTop span {
 	display: block;
	width: 100%;
	height: 100%;
	background: url(img/logo-top.jpg) no-repeat 0 0;	
} 

.logoTop a:link, .logoTop a:visited { 
 	text-decoration: none;
}


.title {
	color: #000000;
	font-size: 200%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 150%;
}


#but2 {
 	width: 94px;
} 

#but2 a:link span, #but2 a:visited span {
 	background-position: 0px 0;
} 

#but2 a:link:hover span, #but2 a:visited:hover span, #but2 a.self:link span, #but2 a.self:visited span {
 	background-position: 0px -54px;
}

#but3 {
 	width: 80px;
}

#but3 a:link span, #but3 a:visited span {
 	background-position: -94px 0;
}

#but3 a:link:hover span, #but3 a:visited:hover span, #but3 a.self:link span, #but3 a.self:visited span {
 	background-position: -94px -54px;
} 

#but4 {
 	width: 90px;
} 

#but4 a:link span, #but4 a:visited span {
 	background-position: -174px 0;
} 

#but4 a:link:hover span, #but4 a:visited:hover span, #but4 a.self:link span, #but4 a.self:visited span {
 	background-position: -174px -54px;
}

#but5 {
 	width: 82px;
}

#but5 a:link span, #but5 a:visited span {
 	background-position: -264px 0;
}

#but5 a:link:hover span, #but5 a:visited:hover span, #but5 a.self:link span, #but5 a.self:visited span {
 	background-position: -264px -54px;
}

.meniuTop { 
 	width: 346px;
	height: 54px;
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
} 

.meniuTop ul {
 	list-style: none;
	list-style-image: none;
} 

.meniuTop ul li {
 	float: left;
	height: 54px;
	overflow: hidden;
} 

.meniuTop ul li a {
 	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
} 

.meniuTop ul li span {
 	display: block;
	background: url(img/menu.jpg);
	width: 100%;
	height: 100%;
}



.meniuFooter {
	padding-top: 10px;
}

.meniuFooter a {
	padding-right: 10px;
}

.meniuFooter a:link, .meniuFooter a:visited {
	color: #000000;
}



.copyright {
	padding-top: 5px;
}



.articol {
	margin-bottom: 20px;
}

.articol li {
	margin-left: 20px;
}

.articol p, .contact p {
	padding-bottom: 10px;
}



.path {
	font-size: 110%;
	padding-top: 6px;
	padding-bottom: 6px;
}



.formularStandard {
	clear: both;
	padding-top: 10px;
}

.formularStandard .Text input, .formularStandard .Password input {
	border: solid 1px #a5acb2;
	height: 18px;
}

.formularStandard .err label {
	font-size: 110%;
	color: red;
	font-weight: bold;
}

.formularStandard .Textarea textarea {
	border: solid 1px #a5acb2;
	width: 250px;
	height: 100px;
}

.formularStandard .Submit input {
	background: #ff9c00;
	padding: 2px 5px;
	color: #FFFFFF;
}

.formularStandard label {
	display: block;
	float: left;
	width: 100px;
	line-height: 20px;
	padding-left: 5px;
}

.formularStandard .odd, .formularStandard .even {
	padding: 2px 0;
}

.formularStandard .odd {
	background: #eeeeee;
}

.formularStandard .even {
	background: #f7f6f6;
}

.formularStandard .erori {
	padding: 10px 0;
	color: red;
	font-size: 120%;
}



.meniuLeft {
	font-size: 130%;
	background: #206498 url(img/meniu-top.jpg) no-repeat 0 0;
	padding-top: 15px;
}

.meniuLeft ul {
	background: url(img/meniu-bot.jpg) no-repeat 0 100%;
	padding-bottom: 15px;
}

.meniuLeft li {
	list-style: none;
}

.meniuLeft a {
	display: block;
	padding: 5px 0;
	border-top: solid 1px #3774a3;
	border-bottom: solid 1px #1c5580;
	padding-left: 33px;
	background: url(img/bullet.jpg) no-repeat 15px 10px;
}

.meniuLeft li.first a {
	border-top: none;
}

.meniuLeft li.last a {
	border-bottom: none;
}

.meniuLeft a:link, .meniuLeft a:visited {
	text-decoration: none;
	color: #ffffff;
}

.meniuLeft a:link:hover, .meniuLeft a:visited:hover, .meniuLeft a.self:link, .meniuLeft a.self:visited {
}




.navInside li {
	margin-left: 20px;
}



.news {
	margin-right: 20px;
	margin-bottom: 25px;
}

.news li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/punct.png) repeat-x 0 100%;
	clear: both;
}

.news li.last {
	background: #FFFFFF;
}

.news .data {
	font-weight: bold;
	font-size: 110%;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #4c4c4c;
	background: url(img/data.jpg) no-repeat 0 0;
}

.news .pag1 a:link, .pag1 a:visited {
	text-decoration: none;
	color: #4c4c4c;
}

.news .more {
	display: block;
	float: right;
	background: url(img/bullet2.jpg) no-repeat 0 5px;
	padding-left: 10px;
}




.sitemap li {
	margin-left: 20px;
}





.galerie li {
	list-style: none;
	float: left;
	width: 110px;
	height: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	text-align: center;
}

.galerie li img {
	margin: 5px auto;
}





.searchbox {
	width: 235px;
	position: absolute;
	top: 40px;
	right: 100px;
	background: url(img/search.jpg) no-repeat 0 0;
}

.searchbox .Text {
	float: left;
	padding-left: 22px;
	padding-top: 1px;
}

.searchbox .Text input {
	width: 177px;
	border: solid 1px #ffffff;
}

.searchbox .ImageSubmit {
	float: right;
}





.langs {
	width: 70px;
	position: absolute;
	right: 0px;
	top: 45px;
	height: 14px;
}

.langs a {
	display: block;
	width: 22px;
	height: 14px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.langs a span {
	display: block;
	width: 100%;
	height: 100%;
}

.langs .langen span {
	background: url(img/en.jpg) no-repeat 0 0;
}

.langs .langro span {
	background: url(img/ro.jpg) no-repeat 0 0;
}




.bannere {
	text-align: center;
	padding-top: 10px;
}

.bannere li {
	list-style: none;
	margin: 0 auto;
	margin-bottom: 5px;
}





.newsletter {
	padding: 5px 10px;
	background: url(img/newsletter.jpg) no-repeat 0 0;
	height: 110px;
}

.newsletter form {
	padding-top: 5px;
}

.newsletter .Text {
	float: left;
	padding-top: 1px;
	padding-left: 20px;
	height: 22px;
	background: url(img/nl-text.jpg) no-repeat 0 0;
}

.newsletter .Text input {
	width: 133px;
	border: solid 1px #ffffff;
}

.newsletter .ImageSubmit {
	float: right;
}







.navArticole li {
	list-style: none;
	padding-bottom: 10px;
}

.navArticole .nume {
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 5px;
}

.navArticole .nume a:link, .navArticole .nume a:visited {
	text-decoration: none;
}