/* CSS Document */

body {
	margin: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#meniu {
	position: absolute;
	z-index: 3;
	margin: 430px 10px 0px 120px;
	width: 123px;
	height: 140px;
	text-align: center;
}
#meniu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#meniu a {
	display: block;
	color: #000000;
	padding: 5px;
	border-bottom: 1px dotted;
	text-decoration: none;
}
#meniu a:hover {
	text-decoration: underline;
}
.note {
	position: absolute;
	z-index: 0;
	background-color: #E5E5E5;
	min-height: 200px !important;
	width: 170px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#nota1 {
	margin: 500px 0px 0px 295px;
	background-image: url(jos1.png);
	height: 210px;
}
#nota2 {
	margin: 500px 0px 0px 500px;
	background-image: url(jos2.png);
	height: 210px;
}
#nota3 {
	margin: 500px 0px 0px 705px;
	background-image: url(jos3.png);
	height: 260px;
}
h1 {
	font-size: 18px;
	color: #999999;
	border-bottom: 1px dotted #f9a41b;
	padding: 0px 80px 5px 20px;
	display: inline;
}
h2 {
	font-size: 14px;
	color: #999999;
}
#main {
	position: absolute;
	z-index: 1;
	width: 749px;
	height: 494px;
	background-image: url(mainbg.png);
	background-repeat: no-repeat;
	margin: 85px 0px 0px 170px;
}
#wrapper {
	width: 950px;
	margin: auto;
	height: 700px;
}
#clanta {
	position: absolute;
	z-index: 2;
	width: 253px;
	height: 448px;
	background-image: url(clanta.png);
	background-repeat: no-repeat;
	margin: 140px 0px 0px 0px;
}
#eticheta {
	position: absolute;
	z-index: 3;
	width: 498px;
	height: 191px;
	background-image: url(eticheta.png);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 460px;
}
#info1 {
	margin: auto;
}
#info1 td {
	width: 230px;
	vertical-align: top;
}
.col {
	padding: 5px 10px 5px 60px;
	height: 135px;
	color: #888888;
}
#excursii {
	background-image: url(excursii.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
#siret {
	background-image: url(siret.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.bd {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.bu {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}
.detalii {
	color: #f9a41b;
	text-align: right;
	padding-right: 20px;
}
.navigation {
	float: right;
	margin-top: 70px;
	border: 2px;
	border-left: 15px;
	border-style: solid;
	border-color: #EEEEEE;
	padding: 5px;
	width: auto;
}
.navigation ul {
	list-style: none;
	color: #f9a41b;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
.navigation li:before {
	content: "+ ";
}
a.normal {
	color: #666666;
}
a.normal:hover {
	color: #f9a41b;
}
#container {
	margin: 60px 40px 0px 110px;
	height: 400px;
}
.note_container {
	margin: 75px 10px 0px 10px;
}
#pescurt {
	left: 0px;
	z-index: 5;
	position: absolute;
	height: 30px;
	padding-left: 10px;
	padding-top: 8px;
	color: #999999;
}
label {
	width: 160px;
	float: left;
	font-weight: bold;
}
input, textarea {
	width: 180px;
	margin-bottom: 5px;
}