* {
	margin: 0;
	padding: 0;
}

body, html {
	font: 11px "Trebuchet MS", Arial, Verdana;
	color: #616161;
	line-height:19px;
	text-align:center;
}

#wraper {
	width: 100%;
}
#wraper .header {
	width: 100%;
	height:200px;
	background:url(../../images/common/bg_header.gif) center no-repeat;
	background-color:#00a5e1;
}
#container {
	width: 745px;
	margin:0 auto;
	margin-top:10px;
}
#left {
	width: 177px;
	float:left;
}
.highlight {
	background-color: #FFFFCC;
	display:inline;
}
#content {
	width: 515px;
	text-align:left;
	float:left;
	margin-left:20px;
}
#content ul .no_dots {
	list-style: none;
}
#content ul li {
	list-style:square;
	list-style-position:inside;
}
#content H1 {
	font: 21px "Trebuchet MS", Arial, helvetica, sans-serif;
	color: #70a326;
}
#content H2 {
	font: 12px "Trebuchet MS", Arial, helvetica, sans-serif;
	margin-top:10px;
	font-weight:bold;
}
#content p {
	line-height: 21px;
	clear:both;
}
#content a {
	color: #70a326;
	text-decoration:none;
}
#content a:hover {
	color: #000;
}
#content p link {
	color: #70a326;
	text-decoration:none;
	background:url(../../images/common/link_arrow.gif) no-repeat right center;
	padding-right:11px;
}
#content p link:hover {
	color: #000;
	text-decoration:none;
	background: url(../../images/common/link_arrow_on.gif) no-repeat right center;
}

#menu1 {
	font: 12px "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	border:1px solid #dadada;
	text-align:left;
	padding:7px 0 7px 0;
	margin-bottom:10px;
}
#menu1 ul {
	padding: 0;
	margin: 0;
	width: 174px;
	margin-left:3px;
}
#menu1 li {
	list-style: none;
	margin: 0;
	height: 18px;
}
#menu1 a, #menu1 .active {
	display: block;
	text-decoration: none;
	padding-left:10px;
	color: #70a326;
	width: 161px;
	height: 18px;
}
#menu1 a:hover, #menu1 .active {
	color: #616161;
	background: #eaf1df;
	background-image: url(images/li_submenu.gif);
	background-repeat: no-repeat;
}
#menu2 {
	font: 12px "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	border:1px solid #dadada;
	text-align:left;
	padding:7px 0 7px 0;
	margin-bottom:10px;
}
#menu2 ul {
	padding: 0;
	margin: 0;
	width: 174px;
	margin-left:3px;
}
#menu2 li {
	list-style: none;
	margin: 0;
	height: 18px;
}
#menu2 a, #menu2 .active {
	display: block;
	text-decoration: none;
	padding-left:10px;
	color: #70a326;
	width: 161px;
	height: 18px;
}
#menu2 a:hover, #menu2 .active {
	color: #616161;
	background: #eaf1df;
	background-image: url(images/li_submenu.gif);
	background-repeat: no-repeat;
}
#menu3 {
	font: 12px "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	float: left;
	border:1px solid #dadada;
	text-align:left;
	padding:7px 0 7px 0;
	margin-bottom:10px;
}
#menu3 ul {
	padding: 0;
	margin: 0;
	width: 174px;
	margin-left:3px;
}
#menu3 li {
	list-style: none;
	margin: 0;
	height: 18px;
}
#menu3 a, #menu3 .active {
	display: block;
	text-decoration: none;
	padding-left:10px;
	color: #70a326;
	width: 161px;
	height: 18px;
}
#menu3 a:hover, #menu3 .active {
	color: #616161;
	background: #eaf1df;
	background-image: url(images/li_submenu.gif);
	background-repeat: no-repeat;
}
#footer {
	width: 515px;
	text-align:left;
	float:left;
	font-size:11px;
	margin:100px 0 5px 0;
}
#footer .links {
	width: 515px;
	text-align:left;
	float:left;
	border:1px solid #dadada;
	padding:5px 10px 5px 10px;
	font-size:10px;
}
#footer p {
	margin: 5px 0 0 10px;
}
#footer p a {
	color: #70a326;
	font-weight:bold;
}
#footer p a:hover {
	border-bottom:1px solid #000;
	text-decoration:none;
}
#footer a {
	color: #836e59;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color: #70a326;
	text-decoration:underline;
}
#content td {
	padding-left: 3px;
	font-size: 10px;
}
#content .titlu {
	background: #ffffeb;
	font-weight:bold;
	border:2px solid #fff;
	padding-left: 3px;
	font-size: 11px;
}

#content .cv td {
	font-size: 11px;
	padding-bottom:5px;
}

#content H3 {
	font-size: 15px;
	font-width: bold;
	margin:10px 0 10px 0;
	color: #8ac535;
}

#content .poze {
	float:left;
	padding:3px;
	border: 1px solid #dadada;
	margin-right:10px;
	margin-bottom:10px;
}


Input.textfield {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	border: 1px solid #99d6ed;
	background: #f5fbfe;
	width: 150px;
	height: 15px;
}
Input:focus {
	background: #fff;
}
label {
	display: block;
	margin: 12px 0 3px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #73808c;
}
legend {
	margin: 0;
	padding: 0 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #73808c;
}
Textarea {
	width: 350px;
	height: 100px;
	margin-top: 0 !important;
	margin-top /**/: 20px;
	margin-bottom: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #99d6ed;
	background: #f5fbfe;
}
Textarea:focus {
	background: #fff;
}
