@charset "utf-8";
/* CSS Document */

@import url('title.css');

body {
	margin:0px;
	padding:0px;
	border:none;
	background:#e4eed6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#507717;
}

.error {
	color:red;
	padding-bottom:10px;
	padding-left:85px;
}


a {
	color:#507717;
	text-decoration:underline;
}
a:hover {
	color:#507717;
	text-decoration:none;
}


form {
	margin:0px;
	padding:0px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


p, h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:11px;
	font-weight:normal;
	margin-top:-15px;
}


.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	width:auto;
}
.clear40 {
	clear:both;
	height:40px;
	overflow:hidden;
	width:auto;
}

#container {
	width:780px;
}

.footer {
	background:url(../pic/bgr_footer.jpg) no-repeat;
	width:780px;
	height:79px;
}
.footer .text {
	padding-top:42px;
	width:557px;
	font-size:9px;
	text-align:center;
	color:#e4eed6;
}


.header {
	background:url(../pic/bgr_header.jpg) no-repeat;
	width:780px;
	height:195px;
}

.header .logo {
	float:left;
	display:inline!important;
	margin:27px 0 81px 32px;
}
.header .logo, .header .logo a {
	width:260px;
	height:55px;
	display:block;
	overflow:hidden;
	text-indent:-1000em;
}
.header .date {
	float:right;
	display:inline;
	margin-right:10px;
	width:190px;
	overflow:hidden;
	font-size:9px;
	color:white;
	text-align:right;
	line-height:30px;
}

#header_menu {
	clear:both;
}
#header_menu ul {
	margin:0 0 0 48px;
	padding:0px;
	list-style:none;
}
#header_menu ul li {
	float:left;
	height:20px;
}
#header_menu a {
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-1000em;
}
#header_menu .menu_1, #header_menu .menu_1 a { background:url(../pic/h_menu/about_us.gif) no-repeat left 5px; width:88px; }
#header_menu .menu_1 a.akt, #header_menu .menu_1 a:hover { background:url(../pic/h_menu/about_us.gif) no-repeat left -15px; }
#header_menu .menu_2, #header_menu .menu_2 a { background:url(../pic/h_menu/our_products.gif) no-repeat left 5px; width:124px; }
#header_menu .menu_2 a.akt, #header_menu .menu_2 a:hover { background:url(../pic/h_menu/our_products.gif) no-repeat left -15px; }
#header_menu .menu_3, #header_menu .menu_3 a { background:url(../pic/h_menu/contact.gif) no-repeat left 5px; width:104px; }
#header_menu .menu_3 a.akt, #header_menu .menu_3 a:hover { background:url(../pic/h_menu/contact.gif) no-repeat left -15px; }


.content_side {
	background:url(../pic/bgr_content_side.jpg) no-repeat right bottom;
	width:780px;
	clear:both;
}

.content {
	width:549px;
	float:left;
	display:inline;
}

.content_all {
	background:url(../pic/bgr_content_all.png) repeat-y;
	width:549px;
	margin-left:5px;
	clear:both;
}
.content_bgr_top {
	background:url(../pic/bgr_content_top.png) no-repeat top;
}
.content_bgr_bot {
	background:url(../pic/bgr_content_bot.png) no-repeat bottom;
	padding-bottom:45px;
}
.right_side {
	background:url(../pic/bgr_right_side.jpg) no-repeat left top;
	width:223px;
	height:auto!important;
	min-height:210px;
	height:210px;
	float:right;
	padding-bottom:93px;
}



.contact_cell_1, .contact_cell_2, .contact_cell_3 {
	float:left;
	display:inline;
	margin-left:60px;
	width:120px;
	color:#507717;
	margin-top:20px;
}
.contact_cell_1 { margin-left:50px; }
.contact_cell_2 { margin-left:40px; }
.contact_cell_3 { margin-left:70px; }

.contact_form {
	padding-left:120px;
}
.contact_form .text {
	float:left;
	width:85px;
	padding-top:3px;
	clear:left;
}
.contact_form .mezo,
.contact_form .mezo_kod {
	background:url(../pic/input_contact.png) no-repeat;
	width:214px;
	height:29px;
	float:left;
}
.contact_form .mezo_kod {
	background:url(../pic/input_contact.png) no-repeat 0 -118px;
	width:134px;
}
.contact_form .textarea {
	background:url(../pic/input_contact.png) no-repeat 0 -29px;
	width:214px;
	height:89px;
	float:left;
}
.contact_form .mezo input,
.contact_form .mezo_kod input,
.contact_form .textarea textarea {
	background-color:transparent;
	border:none;
	width:204px;
	padding:2px 6px;
	color:#4e7731;
}
.contact_form .mezo_kod input {
	width:124px;
}
.contact_form .textarea textarea {
	height:70px;
	overflow:auto;
}
.contact_form .img_kod {
	float:left;
	width:80px;
	margin-top:3px;
}
.button_send {
	background:url(../pic/button_send.png) no-repeat;
	width:85px;
	height:29px;
	margin-left:217px;
	float:left;
	display:inline;
}
.button_send input {
	background-color:transparent;
	border:none;
	width:85px;
	height:29px;
	cursor:pointer;
}


.nav_menu {
	background:url(../pic/bgr_content_nav.jpg) no-repeat right top;
	width:542px;
	padding:6px 0;
	padding-left:15px;
}
.nav_menu img {
	margin:5px 10px -1px 10px;
}
.nav_menu a {
	color:#507717;
	text-decoration:underline;
}
.nav_menu a:hover {
	color:#507717;
	text-decoration:none;
}

.article {
	padding:15px;
	padding-bottom:0px;
}


.termek_img_right {
	float:right;
	border:1px solid #4e7731;
	margin-left:10px;
}
