@import url("header.css");
@import url("left.css");
@import url("menu.css");
@import url("menu_eng.css");
@import url("content.css");
@import url("footer.css");
@import url("home.css");
@import url("comment.css");
@import url("vesti.css");

/* Page */

body	{
	margin: 0px 10px 20px 10px;
	padding: 0;
	/* font-family: "GaramondPremrPro", Georgia, "Times New Roman", Times, serif; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-image: url(../images/page_back.jpg);
	background-repeat: repeat-x;
}

form, p	{
	margin: 0;
	padding: 0;
}

h1	{
	margin: 0;
	padding: 0px 0px 20px 0px;
	color: #63462d;
	font-weight: bold;
	font-size: 20px;
	
}
h2	{
	margin: 0;
	padding: 0px 0px 5px 0px;
	color: #63462d;
	font-weight: bold;
	font-size: 13px;
	
}
h3	{
	margin: 0;
	padding: 10px 0px 5px 0px;
	color: #63462d;
	font-weight: bold;
	font-size: 13px;
	
}

/* form */

.form_field	 	{  font-family: "GaramondPremrPro", Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #8d6a4b; background-color: transparent; border: 0px #cfd7c9 solid; height:18px; }
.form_area	 	{  font-family: "GaramondPremrPro", Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #8d6a4b; background-color: transparent; border: 0px #cfd7c9 solid; }
.select			{  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #246802; background-color: #ffffff; }
.AllButton		{  font-family: "GaramondPremrPro", Georgia, "Times New Roman", Times, serif;  font-size: 13px; font-weight: normal; color: #8d6a4b; background: transparent; border: 0px #96c54f solid; cursor:hand; cursor:pointer; }
