* {
	margin : 0px;
	padding : 0px;
}

html{
height:100.2%;
background: #fff;
}


body {
	background : url('../images/body_background.gif') #fff repeat-x 0px 0px;
	color : #000;
	text-align : center;
	font-family : verdana;
	font-size : 11px;
}


a {
	color : #7B7B7B;
	text-decoration : none;
}

a:hover {
	color : #7B7B7B;
	text-decoration : none;
}


/* Header Style */

#page_header {
	margin : 0px auto;
	width : 753px;
	height : 141px;
	text-align : left;
	overflow : hidden;
}

#page_title {
	margin-left : 0px;
	//margin-left: -40px;
	margin-top : 0px;
	width : 300px;
	height : 102px;
	float : left;
}

#page_title img {
	position : absolute;
	top : 1px;
	margin-left : 0px;
	//margin-left: 40px;
	border:0;
}

#header_right {
	margin-top : 29px;
	margin-right: 7px;
	width : 175px;
	height: 50px;
	float : right;
	text-align: right;
	padding-left: 56px;
	padding-right: 0px;
}

#header_right p{
	padding-left: 33px;
	font-size: 14px;
	font-weight: bold;
	color: #f3f3f3;
}

#flags{
padding: 3px 3px 0 128px;
height: 12px;
position: absolute;
top: 5px;
}

#flags a{
border: 1px solid transparent;
}

#flags a:hover{
border-bottom: 1px solid #ccc;
border-top: 1px solid #4e4e4e;
border-left: 1px solid #4e4e4e;
border-right: 1px solid #4e4e4e;
}

#motto{
position: absolute;
top: 87px;
color: #f30036;
}

#motto a{
border: 1px solid transparent;
}

#motto a:hover{
border-bottom: 1px solid #ccc;
border-top: 1px solid #4e4e4e;
border-left: 1px solid #4e4e4e;
border-right: 1px solid #4e4e4e;
}




/* Menu Style */
#page_menu {
	margin : 0px auto;
	margin-top: -34px;
	width : 753px;
	height : 35px;
	float : none;
	clear : both;
	text-align : left;
}

#page_menu ul {
	height : 35px;
}

#page_menu li {
	padding : 10px 18px 10px 0px;
	height : 14px;
	float : left;
	display : block;
	position: relative;
	font-size: 12px;
	color: #000;
	font-family: Verdana;
}

#menu li a {
color : #fff;
text-decoration:none;
padding: 0px 3px;
}

#menu li a:hover, li a#selected {
	color: #ffffff;
	padding-top: 6px;
	background: transparent url(../images/pointer.gif) top center no-repeat;
	text-decoration:none;
	padding-bottom: 10px;
}

/* Main Body Style */

#page_wrapper {
	margin : 0px auto;
	width : 753px;
	text-align : justify;
}

#page_leftcol {
	width : 179px;
	float : left;
}

#page_maincol {
	margin-left : 45px;
	margin-top: 11px;
	width : 520px;
	float : left;
	color : #000;
	text-align : justify;
	font-size: 14px;
	font-family : Verdana;
}

#page_maincol_wide {
	margin-top: 11px;
	color : #000;
	text-align : justify;
	font-size: 14px;
	font-family : Verdana;
}

#page_rightcol {
	margin-left : 13px;
	width : 185px;
	float : left;
}


/* Left Column Style */

.leftcol_box {
	width : 200px;
	background : url('../images/bg_casuta.gif') repeat-x #fff;
	overflow : hidden;
	display : block;
	clear : both;
}

.leftcol_box h2 {
	padding : 7px 0px;
	width : 200px;
	height : 11px;
	color : #fff;
	font-size : 12px;
	line-height : 11px;
	font-weight : bold;
}

.leftcol_box h2 span {
	display : block;
	position : relative;
	left: 13px;
}

.leftcol_box .content {
	margin : 5px 0px;
	//margin: 5px 13px;
	width : 190px;
	font-size: 13px;
}

.leftcol_box .content ul{
	margin-top: 3px;
}

.leftcol_box .content li{
	margin-left: 13px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 13px;
}

.leftcol_box .footnote {
	padding: 5px 10px;
	padding-left:0;
	//padding-left: 15px;
	text-align : justify;
	color : #949393;
	clear : both;
}

#casuta {
	overflow : hidden;
	height : auto;
}

#casuta h2 {
	background : url('../images/bg_cap_casuta.gif') repeat-x;
	border-bottom : #111 1px solid;
	padding-top: 5px;
	text-align: left;
	padding-bottom: 6px;
	font-size: 12px;
}

#casuta a {
	color : #475a7d;
	font-weight : bold;
	font-size: 11px;
	background : transparent url(../images/bullet-blue.gif) no-repeat left center;
	padding-left:13px;
}

#casuta a:hover {
	color : red;
	text-decoration : none;
	background : transparent url(../images/bullet-red.gif) no-repeat left center;
	position : static;
}

#casuta a.selected
{
color : red;
background : transparent url(../images/bullet-red.gif) no-repeat left center;
}




/* Footer Style */

#page_spacing {
	clear : both;
	overflow : hidden;
}

#page_footer {
	margin : 0px auto;
	width : 100%;
	height : auto;
	background: url('../images/footer_pattern.png') repeat;
	font-size : 10px;
	color : #333;
	border-top : #39c39c 1px dotted;
}

#page_footer a {
	color : #111;
	font-weight: bold;
	text-decoration : none;
}

#page_footer a:hover {
	color : #999;
}

#page_footer ul li{
padding: 5px 10px;
display: inline;
}

.borderbox {
	clear : both;
	float : none;
	margin-top : 13px;
}


img {
	border: 0px;
	font-size: 14px;
	border-bottom: 1px solid #cacaca;
}

p {
	text-align : justify;
	line-height : 13px;
	text-indent : 10px;
	padding-top : 3px;
	font-size : 13px;
	font-family: Verdana;
	line-height: 1.5em;
}

ul {
	list-style-image: none;
	list-style-type: none;
	display : block;
}

li {
	text-indent: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

input {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #333;
	border : #D7D7D7 1px solid;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
}

select {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #949393;
	border : #D7D7D7 1px solid;
	font-family : Verdana;
	font-size : 9px;
	font-weight : bold;
}

input.submit {
	padding : 0px;
	border : none;
	cursor : pointer;
}

.clearthis {
	margin : 0px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}

#page_maincol ul{
margin-left: 10px;
}

#page_maincol li{
padding-left: 13px;
padding-top: 5px;
padding-bottom: 5px;
background : transparent url(../images/bullet-blue.gif) no-repeat left 6px;
font-size: 13px;
}

#page_maincol li.none{
background : #fff;
}

#page_maincol h3{
	text-align : justify;
	border-bottom: 1px solid #cacaca;
	font-size: 15px;
	padding-bottom: 5px;
}

#page_maincol_wide ul li{
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
list-style-type: circle;
font-size: 13px;
}



#box{
border: 1px solid #ccc;
width: 520px;
height: 116px;
margin-top: 2px;
display: block;
}

/*Alte clase specifice harta contact*/

#contentmap{
	text-align: left;
	width: 280px;
	height: 100px;
	display: block;
	overflow:hidden;
}

.h1sigla {
	font-size: 14px;
	color: #16387c;
	font-weight: bold;
	margin:0;
}
.continutharta p {
	text-align: left;
	font-size: 12px;
	margin:0;
}
.hrharta {margin:0;}
.coloratrosu {
	font-size: 14px;
	color: #c40007;
	font-weight: bold;
}
