body {
	margin-top:0px;
	font-family:Helvetica;
}

h1 {
	font-size:12px;
	color:#496501;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

input, textarea {
	font-family:Helvetica;
	font-size:11px;
	color:#496501;
}

.buton {
	background-color:#FFFFFF;
	font-weight:bold;
	border:1px solid #CCCCCC;
}

.chenar_poza {
	border:1px solid #F2F2F2;
}


.copyright {
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}

.erori {
	color: red;
}

#header {
	z-index:1px;
}

#chenar {
	margin-top:20px;
	width:760px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#container {
	padding:0px;
	width:760px;
}

#continut {
	padding:0px;
	background-repeat:no-repeat;
	width:760px;
	height:248px;
	text-align:left;
}

#menu {
	width:150px;
	height:100px;
	align:left;
	margin-top:30px;
	margin-left:50px;
	position:absolute;
}

#menu a {
	font-weight:bold;
	font-size:13px;
	color:#6d9402;
	text-decoration:none;
}

#menu a:hover {
	background-color:#F2F2F2;
	color:#00bcf3;
	text-decoration:none;
}

#texte {
	width:480px;
	height:400px;
	align:left;
	margin-top:10px;
	margin-left:240px;
	position:absolute;
	font-family:Helvetica;
	font-size:12px;
	color:#496501;
}

#footer {
	background-repeat:no-repeat;
	width:760x;
	height:37px;
	text-align:left;
}


#footer_links {
	margin-top:7px;
	margin-left:50px;
	margin-right:45px;
	width:665px;
	height:12px;
	position:absolute;
}

#footer_links a {
	font-weight:bold;
	font-size:10px;
	color:#6d9402;
	text-decoration:none;
}

#footer_links a:hover {
	background-color:#F2F2F2;
	color:#00bcf3;
	text-decoration:none;
}

#links_parteneri {
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

#links_parteneri a {
	color:#00bcf3;
	font-weight:bold;
	font-size:10px;
	color:#6d9402;
	text-decoration:none;
}

#links_parteneri a:hover {
	background-color:#F2F2F2;
	color:#00bcf3;
	text-decoration:none;
}


#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:2;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:680px;
	width:600px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:3;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#9fcf19;
	font-size:17px;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:16px;
	line-height:16px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor:pointer;
}