body{
	padding:0;
	margin:0;
	font-family:  Arial, Helvetica;
	text-align:left;
	min-width: 680px;
}

div, h1, h2, h3, h4, h5, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

button {border:0; margin:0; padding:0;}

h1 {
	font:bold 2.5em Arial, "Helvetica", Times;
	color:#8BC53F;
	letter-spacing: -0.03em;
}
h2 {
	font:bold 1em Arial, "Helvetica", Times;
	color:#8BC53F;
	letter-spacing: -0.03em;
	margin-bottom	: .5em;
}
p, h1.paragraf_simplu {
	font: 13px Arial, "Helvetica", Times;
	color:#575757;
	text-indent: 3em;
	font-family: Arial, Helvetica, Times;
}
p.footer, p.footer a {
	border-top		: 1px solid #dedede;
	color			: #b7b7b7;
	font-size		: 10px;
	margin-top		: 15px;
	padding-top		: 15px;
	text-align		: center;
	text-indent		: 0;
}
h1.paragraf_simplu { display:inline; padding-left:3em; }
a
{
	text-decoration:none;
	color:#40751C;
}

a:hover
{
	text-decoration:underline;
	color:#40751C;
}

ul{
	margin:0; 
	padding:0;
	font-size:0;
	line-height:0;
	list-style: none;
}

.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}

#topmain{
	width:100%;
	background:url(img/bkg.jpg) 0 0 repeat-x;
	height:280px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top{
	width:680px;
	margin:0 auto;
	height:311px;
}

#ro
{
  display: block;
  width: 25px;
  height: 30px;
  margin:0;
  padding:0;
  background: url(img/ro.jpg) no-repeat 0 0;
}

#ro:hover
{ 
  background: url(img/ro_over.jpg) no-repeat 0 0;
}

#ro span
{
  display: none;
}
#en
{
  display: block;
  width: 25px;
  height: 30px;
  margin:0;
  padding:0;
  background: url(img/en.jpg) no-repeat 0 0;
}

#en:hover
{
  background: url(img/en_over.jpg) no-repeat 0 0;
}

#en span
{
  display: none;
}

#top ul.lang
{
	width:56px;
	height:30px;
	float:right;
	position:relative;
	display: block;
	top:-280px;
	right:-8px;
}

#top ul.lang li{
	float:left;
	margin:0 2px 0 0;
	font-size:0;
	line-height:0;
}

#top ul.nav
{
	clear:both;
	width:680px;
	height:22px;
	padding:0 0 0 76px;
	position:relative; 
	top: -91px;
}
/*#top ul.nav
{
	width:680px;
	height:22px;
	padding:0 0 0 76px;
	position:relative; 
	top: -61px;
}*/
#top ul.nav li{
	float:left;
	margin:0 3px 0 0;
	font-size:0;
	line-height:0;
}
#top ul.nav li.noMargin{
	margin:0;
}

#top ul.nav li a{
	display:block;
	padding-top:10px;
	padding-left:0px;
	margin-left:0px;
	background:url(img/bt_normal.jpg) 0 0 no-repeat;
	width:120px;
	height:21px;
	font:bold 12px Arial, "Helvetica";
	color:#EBEBEB;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
}

#top ul.nav li a:hover{
	background:url(img/bt_over.jpg) 0 0 no-repeat;
	color:#444444;
	background-color:inherit;
	font-family: Arial, Helvetica;
}

#top ul.nav li a.hover{
	display:block;
	background:url(img/bt_over.jpg) 0 0 no-repeat;
	width:120px;
	height:21px;
	font:bold 12px  Arial, "Helvetica";
	color:#444444;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
}

#bodyMain{
	width:100%;
	padding:0;
	text-align:left;
	/*height: 100%;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content
{
	text-align:justify;
	width:630px;
	margin:0 auto;
	padding-left:90px;
	height:311px;
	font-family: Arial, Helvetica;
}

#content ul
{
	margin:0; 
	padding:0;
	font: 13px Arial, "Helvetica", Times;
	color:#575757;
	padding-left:40px;
	list-style: disc;
}

#gallery div 
{
	width: 270px;
	height: 270px;
	border: 1px solid #FFFFFF;
	float: left;
}

div.galleryCell
{
	text-align: left;
}

.registerForm{
	margin:0 auto 0;
	width:600px;
	padding:14px;
	float:left;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 1px #C5D3B3;
	background:#D6EBC3; /*#ebf4fb;*/
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	padding-left:150px;
}
#stylized p
{
	clear:both;
	display:block;
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #8BC53F;
	padding-bottom:10px;
	text-align:left;
	text-indent:0;
	margin-left:150px;
}
#stylized label{
	display:block;
	font-weight:normal;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #8BC53F;
	width:320px;
	margin:2px 0 20px 10px;
}

#stylized textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #8BC53F;
	width:320px;
	margin:2px 0 20px 10px;
}

#stylized .stylizedCell
{
	float:left;
	padding:4px 2px;
	/*border:solid 1px #8BC53F;*/
	width:430px;
	margin:-3px 0 20px 10px;
	text-align: left;
	font-size:11px;
	font-weight:normal;
	display:block;
}

#stylized .stylizedCell p
{
	display:block;
	font-size:11px;
	color:#666666;
	border:none;
	text-align:left;
	text-indent:0;
	margin:0px;
}

#stylized .stylizedCell input
{
	display:block;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	border:none;
	width:20px;
	padding-top:2px;
	margin:0;
}

#stylized button, a.button { 
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/register_button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
a.button { display:block; }
a:hover.button { color:#fff; }