 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 843px;
	font-size: 10px;
	font-family: Arial;
	color: #566976;
} 

* { 
 	margin: 0;
	padding: 0;
} 

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

a:link, a:visited { 
 	color: #566976;
	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;
	background: #f1f7f8 url(img/back-interior.jpg) repeat-x 0 0;
} 

body.item1 { 
	background: #f1f7f8 url(img/back.jpg) repeat-x 0 0;
}

img { 
 	border: none;
} 

#header {
	position: relative;
	height: 315px;
	background: url(img/iso.jpg) no-repeat 100% 10px;
}

#colWrap {
	width: 100%;
	overflow: hidden;
}

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

#content {
	width: 605px;
	float: right;
}

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

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 50px;
	height: 50px;
} 

.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: #ffffff;
	font-size: 220%;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-weight: normal;
}


#but3 {
 	width: 106px;
}

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

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

#but4 {
 	width: 85px;
} 

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

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

#but5 {
 	width: 98px;
}

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

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

#but6 {
 	width: 100px;
} 

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

#but6 a:link:hover span, #but6 a:visited:hover span, #but6 a.self:link span, #but6 a.self:visited span {
 	background-position: -289px -78px;
}

#but7 {
 	width: 146px;
} 

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

#but7 a:link:hover span, #but7 a:visited:hover span {
 	background-position: -389px -78px;
}

#but2 {
 	width: 96px;
} 

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

#but2 a:link:hover span, #but2 a:visited:hover span {
 	background-position: -535px -78px;
}

#but62 {
 	width: 68px;
} 

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

#but62 a:link:hover span, #but62 a:visited:hover span {
 	background-position: -631px -78px;
}

.meniuTop { 
 	width: 631px;
	height: 78px;
	clear: both;
	position: absolute;
	top: 0px;
	left: 0px;
} 

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

.meniuTop ul li {
 	float: left;
	height: 78px;
	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%;
}

.en .meniuTop ul li span {
	background: url(img/menu-en.jpg);
}



.meniuFooter {
	padding-top: 10px;
}

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

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



.copyright {
	padding-top: 5px;
}

.copyright a:link, .copyright a:visited {
	color: #ffffff;
}


.articol {
	margin-bottom: 20px;
}

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

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



.path {
	font-size: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffffff;
}

.path a:link, .path a:visited {
	color: #92a9b7;
}



.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: #2f4656;
	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: 110%;
	background: #f1f7f8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.meniuLeft h3 {
	color: #2f4656;
	padding: 5px 0;
	font-size: 150%;
	padding-left: 40px;
	background: url(img/link.jpg) no-repeat 10px 0;
}

.meniuLeft li {
	list-style: none;
	padding: 4px 0;
	padding-left: 10px;
	margin-left: 40px;
	background: url(img/bullet.jpg) no-repeat 0px 9px;
}

.meniuLeft a.self {
	font-weight: bold;
}

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

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


.meniuLeft1 {
	background: #f1f7f8 url(img/meniu-interior.jpg) no-repeat 0 0;
}

.item1 .meniuLeft1 {
	background: #f1f7f8 url(img/meniu.jpg) no-repeat 0 0;
}




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



.news {
	margin-top: 10px;
	float: right;
	width: 49%;
}

.news h3 {
	font-size: 170%;
	padding-bottom: 10px;
	color: #2f4656;
}

.news li {
	list-style: none;
	margin-bottom: 10px;
}

.news .data {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	color: #2f4656;
}

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



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


.textHome {
	color: #92a9b7;
	height: 149px;
	overflow: hidden;
}

.textHome h3 {
	color: #ffffff;
	font-size: 220%;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}



.referinte {
	width: 49%;
	float: left;
	margin-top: 10px;
	background: url(img/punct.jpg) repeat-y 100% 0;
}

.referinte h3 {
	font-size: 170%;
	color: #2f4656;
	padding-bottom: 10px;
}

.referinte li {
	padding-right: 10px;
	list-style: none;
}

.referinte .autor {
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0;
	clear: both;
}

.referinte .ghil1 {
	background: url(img/ghil1.jpg) no-repeat 0 0;
	width: 35px;
	height: 23px;
	float: left;
}

.referinte .ghil2 {
	background: url(img/ghil2.jpg) no-repeat 0 0;
	width: 35px;
	height: 23px;
	float: right;
}



.flash {
	position: absolute;
	left: 0px;
	top: 83px;
}




.langs {
	position: absolute;
	bottom: 5px;
	left: 80px;
}


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

.langs 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;
}
