 /* DIVURI */

#page { 
 	margin: 0 auto;
	text-align: left;
	width: 938px;
} 

* { 
 	margin: 0;
	padding: 0;
} 

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

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


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


img { 
 	border: none;
}

table td {
	vertical-align: top;
}

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

#colWrap {
	margin-bottom: 10px;
	background: url(img/content-mid.jpg) repeat-y 100% 0;
}

#colWrap1 {
	background: url(img/content-top.jpg) no-repeat 100% 0;
}

#colWrap2 {
	width: 100%;
	overflow: hidden;
	background: url(img/content-bot.jpg) no-repeat 100% 100%;
}

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

#content {
	width: 720px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

#content table {
	margin: 10px;
}

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

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 100%;
	height: 173px;
} 

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

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

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





.title {
	color: #216474;
	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: #ffffff;
}



.copyright {
	padding-top: 5px;
}

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



.articol , .contact {
	margin-bottom: 20px;
	margin-right: 20px;
}

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

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

.articol .right, .navInside .right {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.articol .clear {
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
}




.path {
	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 {
	color: red;
	font-weight: bold;
}

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

.formularStandard .Submit input {
	background: #a10421;
	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 {
	background: #ffffff url(img/meniu-left.jpg) no-repeat 0 0;
}

.meniuLeft ul {
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 10px;
}

.meniuLeft li {
	list-style: none;
	border-bottom: solid 1px #f5e5e8;
}

.meniuLeft a {
	font-weight: bold;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	background: url(img/bullet1.jpg) no-repeat 10px 50%;		
}

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

.meniuLeft a:link:hover, .meniuLeft a:visited:hover, .meniuLeft a.self:link, .meniuLeft a.self:visited {
	color: #a00421;
}





.navInside {
	margin-right: 20px;
}

.navInside li {
	list-style: none;
	margin-bottom: 10px;
	height: 170px;
	overflow: hidden;
	border-bottom: solid 1px #beced6;
}

.navInside b.nume {
	font-size: 130%;
	padding-bottom: 5px;
}

.navInside .nume a:link, .navInside .nume a:visited {
	text-decoration: none;
	color: #a00421;
}

.navInside .pag1 {
	padding-bottom: 5px;
}




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





.links {
	width: 147px;
	height: 27px;
	background: url(img/links.jpg) no-repeat 0 0;
	position: absolute;
	bottom: 7px;
	right: 0px;
}

.links .in {
	padding-top: 10px;
	padding-left: 15px;
}

.links a {
	padding: 0 13px;
}




.comentarii h3 {
	font-size: 160%;
	padding: 10px 0;
}

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

.comentarii .top {
	font-weight: bold;
}

.comentarii .text {
	padding: 5px 0;
}
