 /* DIVURI */

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

* { 
 	margin: 0;
	padding: 0;
} 

a { 
 	cursor: pointer;
} 

a:link, a:visited { 
 	color: #155c8b;
	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: #4c4c4c;
	background: url(img/back.jpg) repeat-x 0 50px;
}

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


img { 
 	border: none;
} 

table td {
	vertical-align: top;
}

#header {
	position: relative;
	height: 288px;
	background: url(img/header.jpg) no-repeat 0 50px;
}

.en #header {
	background: url(img/header-en.jpg) no-repeat 0 50px;
}

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

#colWrap1 {
	width: 793px;
	float: left;
}

#colSideR {
	width: 203px;
	float: right;
}

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

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

.contentin {
	width: 100%;
	overflow: hidden;
}

#footer {
	height: 40px;
	border-top: solid 5px #155c8b;
	position: relative;
}

/* END DIVURI */

/* CLASE */

.logoTop { 
 	overflow: hidden;
	width: 180px;
	height: 101px;
	position: absolute;
	top: 17px;
	left: 0px;
} 

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




.logoBot { 
 	overflow: hidden;
	width: 94px;
	height: 53px;
	position: absolute;
	top: 10px;
	right: 0px;
} 

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

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

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




.title, .textHome h3 {
	color: #000000;
	font-size: 200%;
	padding-top: 7px;
	margin-bottom: 0px;
	padding-left: 45px;
	font-weight: normal;
	background: url(img/title.jpg) no-repeat 0 0;
}

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 {
}



.copyright {
	padding-top: 5px;
}



.articol {
	margin-bottom: 20px;
	background: url(img/content-bot.jpg) no-repeat 0 100%;
	padding-bottom: 10px;
}

.articol .in {
	background: url(img/content-mid.jpg) repeat-y 0 0;
	padding: 10px;
}

.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: 150px;
	line-height: 20px;
	padding-left: 5px;
}

.formularStandard .odd, .formularStandard .even {
	padding: 2px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.formularStandard .odd {
	background: #eeeeee;
}

.formularStandard .even {
	background: #f7f6f6;
}

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

.formularStandard .right {
	position: absolute;
	width: 290px;
	right: 0px;
}

.firefox .formularStandard .right {
	width: 300px;
}



.meniuLeft {
	font-size: 110%;
	background: url(img/meniu.jpg) no-repeat 0 0;
	height: 185px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.meniuLeft ul {
	padding-top: 15px;
}

.meniuLeft li {
	list-style: none;
	padding: 6px 0;
	padding-left: 25px;
	background: url(img/bullet5.gif) no-repeat 0 5px;
}

.meniuLeft a.self {
}

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

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




.navInside li {
	margin-left: 10px;
	list-style: none;
	background: url(img/bullet4.jpg) no-repeat 0 9px;
	padding: 5px 0;
	padding-left: 14px;
	font-size: 110%;
}

.navInside li a:link, .navInside li a:visited {
	color: #729f3a;
}



.news {
	margin-top: 10px;
}

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

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

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

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



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





.langs {
	position: absolute;
	right: 0px;
	top: 5px;
}

.langs a {
	padding-left: 22px;
	padding-right: 10px;
	font-weight: bold;
}

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

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

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




.serviciiHome {
	width: 194px;
	float: left;
	clear: both;
	background: url(img/punct.jpg) repeat-y 180px 0;
}

.serviciiHome h3 {
	background: url(img/bullet2.jpg) no-repeat 0 0;
	padding-left: 40px;
}




.contactHome {
	width: 222px;
	float: left;
	background: url(img/punct.jpg) repeat-y 100% 0;
}

.contactHome h3 {
	background: url(img/bullet3.jpg) no-repeat 0 0;
	padding-left: 40px;
}




.promotiiHome {
	width: 228px;
	float: right;
}

.promotiiHome h3 {
	background: url(img/bullet1.jpg) no-repeat 0 0;
	padding-left: 40px;
}

.promotiiHome li {
	list-style: none;
}




.banner1 {
	clear: both;
	padding: 10px 0;
	width: 100%;
}

.banner1 li {
	list-style: none;
}



.banner2 {
	padding-top: 10px;
}

.banner2 li {
	list-style: none;
}


.banner3 {
	float: right;
	width: 170px;
}

.banner3 li {
	list-style: none;
}



.banner4 li {
	list-style: none;
}





.rezervabox {
	width: 363px;
	height: 225px;
	background: url(img/rezerva.jpg) no-repeat 0 0;
	float: left;
}

.rezervabox .in {
	padding: 5px 40px;
	padding-right: 10px;
}

.rezervabox label {
	display: block;
	padding: 3px 0;
	font-weight: bold;
}

.rezervabox .Text, .rezervabox .Date {
	background: url(img/text.jpg) no-repeat 0 100%;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 3px;
}

.rezervabox .Date {
	background: url(img/text.jpg) no-repeat 0 100%;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 6px;
}

.rezervabox .Text label {
	padding-bottom: 6px;
}

.rezervabox .Text input {
	width: 40px;
	border: solid 1px #ffffff;
}

.rezervabox .ImageSubmit {
	padding: 5px 0;
}




.vola {
	float: left;
}
