body, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	height: 100%;
	min-height: 221px;
}


/* --- Homepage -- */
#container_homepage {
	width: 100%;
	height: 100%;
	min-height: 221px;
}

#home_container_content {
	width: 100%;
	position:absolute;
	top:50%;
}

#home_content {
	margin: 0 auto;
	width: 770px;
	vertical-align: middle;
}

h3.link_intro {
	display: inline;
}

h3.separator_home {
	display: inline;
}

#home_container_footer {
	width: 100%;
	/*background-color: #00a65a;*/
	height: 23px;
	position: absolute;
	bottom: 0px;
}

#home_footer {
	margin: 0 auto;
	width: 770px;
}

#home_footer_text {
	padding-left: 25px;
}

/* --- End Homepage -- */



#container_page {
	width: 100%;
}

/* --- Header --- */
#container_header {
	width: 100%;
	height: 178px;
}

#header_green {
	width: 100%;
	height: 84px;
	background-image: url(../images/bg_header.jpg);
	background-position: center;
	background-repeat: none;
}

#header_top1 {
	margin: 0 auto;
	width: 770px;
	height: 84px;
	position: relative;
}

#header_motto {
	position: absolute;
	left: 25px;
	top: 61px;
}

#header_logo1 {
	position: absolute;
	right: 36px;
	top: 28px;
}


#header_white {
	width: 100%;
}

#header_top2 {
	margin: 0 auto;
	width: 770px;
	height: 95px;
	position: relative;
}

#header_globuri {
	position: absolute;
	top: 0px;
	left: 52px;
}

#header_logo2 {
	position: absolute;
	top: 0px;
	right: 47px;
}

#header_logo3 {
	position: absolute;
	top: 41px;
	right: 46px;
}
/* --- End Header --- */


/* --- Content --- */
#container_content {
	width: 100%;
	min-width: 770px;
	min-height: 400px;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	margin: 0 auto;
	width: 770px;
}

#container_content_space25 {
	width: 25px;
	float: left;
}

#container_menu {
	width: 140px;
	min-height: 340px; /*firefox, opera, ie7 */
	height: auto !important; /*firefox, opera, ie7 */
	height: 340px; /* ie6 */
	
	float: left;
}

#container_content_menu {
	width: 140px;
	margin-top: 57px;
	background: none;
	text-align: right;
	float: left;
	border-right: 2px solid #e50000;
}

#container_content_text {
	width: 553px;
	padding-left: 38px;
	margin-top: 49px;
	float: left;
}

#breadcrumbs_language {
	width: 553px;
}

#breadcrumbs {
	margin-top: 8px;
	float: left;
}

#language {
	margin-top: 2px;
	padding-right: 15px;
	float: right;
}
#language img {
	border: none;
}

#language div {
	float: left;
}

.language_separator {
	padding: 8px 3px 0 3px;
}

#content_text {
	clear: left;
}

#text {
	width: 279px;
	float: left;
}

#long_text {
	width: 553px;
	float: left;
}

#text p, #long_text p {
	margin-bottom: 10px;
}

#text ul, #long_text ul {
	margin: 0;
	padding: 0;
}

#text ul li, #long_text ul li {
	background-image: url(../images/lista.gif);
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 15px;
	margin-left: 20px;
}

#lista ul {
	margin: 0;
	padding: 0;
}
#lista ul li {
	background-image: url(../images/bulina-gray.gif);
	background-repeat: no-repeat;
	background-position: left;
	list-style: none;
	padding-left: 10px;
}

#long_text a.lista:link, #long_text a.lista:active, #long_text a.lista:visited {
	background-image: url(../images/bulina-gray.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	display: block;
}

#text input[type="text"], #long_text input[type="text"] {
	width: 180px;
}

#text textarea, #long_text textarea {
	width: 250px;
}

#long_text td.dyn_form {
	padding-bottom: 5px;
}

#foto {
	width: 236px;
	height: 191px;
	padding-left: 38px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
}

#foto img {
	border: none;
}
/* --- End Content --- */



/* --- Footer --- */
#footer {
	clear: both;
	padding-top: 25px;
	padding-left: 3px;
	margin-bottom: 20px;
}
/* --- End Footer --- */


.spacev8 {
	line-height: 8px;
}

.spacev31 {
	line-height: 31px;
}
