@charset "utf-8";
@import "/menu.css";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	behavior: url(/csshover.htc);
	font-family: Arial, Helvetica, sans-serif;
}
table {	font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

a {
	color: #91AF15;
	text-decoration: none;
	padding: 2px;
}
a:hover {
	background: #91AF15; 
	color: #fff;
}

a.noBg:hover{
	color: #91AF15;
	text-decoration: none;
	background: none;
}




.head {
	width: 969px;
	text-align: left;
	margin-right: auto;
	margin-left: 15px;

}
.headPic {
	border-top: 3px solid #fff;
}

#container {
	position: relative;
	width: 1001px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_arnyek.jpg);
}
#left {
	float: left;
	width: 748px;
	min-height: 800px;


}
#right {
	float: right;
	width: 220px;
	padding-right: 1px;


}
.contener_big {
	margin-right: auto;
	margin-left: auto;
	width: 969px;
	position: relative;

}
.box_end {
	height: 222px;
	width: 220px;
	position: absolute;
	bottom: 91px;
	right: 1px;
}

#content_title {
	background: url(images/content_title_bg.jpg) no-repeat;
	font-size: 18px;
	padding: 63px 15px 15px 0;
	color: #444;
	text-transform: uppercase;
	text-align: right;
	font-weight: normal;
}

#content_title span{
	padding-left: 22px;
	background: url(/images/kocka.jpg) no-repeat center left;	
}
#content{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #1e1d1b;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 15px;
}

#icon_print {
	padding: 15px;
	text-align: right;
}

.footer {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}

/************ HÍREK  *********/

div.hir {
	border-bottom: 2px dotted #eee;
	margin-bottom: 10px;
}


div.hir div.cim{
	text-transform: uppercase;
	
}
div.hir div.datum{
	font-size: 11px;
	color: #777;
	font-style: italic;
	padding-bottom: 10px;
}
div.hir div.bevezeto .hirkep a{
	padding: 0;
	margin: 0;
	background: none;
}
div.hir div.bevezeto img{
	padding: 0;
	margin: 0;
	border: 5px solid #eee;
	margin-right: 10px;
}
div.hir div.tovabb{
	text-align: right;
}
div.hir div.bevezeto .text{
	
}



span.disabled {
	color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
}

/************ BLOG  *********/

.bloglist_item_title {
	position: relative;
	margin-bottom: 10px;
}
.bloglist_item_title .text{
	position: absolute;
	top: 1px;
	left: 30px;
}

.tovabb {
	text-align: right; 
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #eee;
	margin-bottom: 10px;
}


.blog_title {
	text-transform:uppercase;
}

.blog_date,
.bloglist_item_date {
	color:#777777;
	font-size:11px;
	font-style:italic;
	padding-bottom:10px;
}


.hr hr {display: none;}
.hr { 
	border-bottom: 2px dotted #eee;
	height: 1px;
	margin: 10px 0;
}

.blog_body {

}


table.nice {
		
}
table.nice .input,
table.nice .textarea {
	border: 1px solid #eee;
	width: 200px;
	color: #F38901;
	font-size: 11px;
}

table.nice tr td:first-child {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #444;
}

.comment_title {
	text-transform: uppercase;
}


.comment {
	border-left: 3px solid #F38901;
	padding-left: 5px; 
}

.blog_comment_name {
	margin-top: 15px;
}

.blog_comment_date {
	color:#777777;
	font-size:11px;
	font-style:italic;
}

/************ BOX  *********/

.box {
	clear: both;
	color: #fff;
	padding: 10px;
	padding-bottom:  20px; 
}
.box .title{
	font-size: 16px;
	text-transform: uppercase; 
	margin-bottom: 5px;
}


.box .content .text {
	margin-right: 4px;
	font-size: 11px;
}
.box_no-border .title{
	display: none;
}
.box_no-border {clear: both;
	padding-bottom: 20px;

}
/************** SEARCH ********/


#search {
	background: url(images/search_bg.jpg) no-repeat;
	height: 45px;
	position: relative;
}

#search #q {
	position: absolute;
	top: 23px;
	left: 4px;
	width:167px;
	border: none;
	background: none;
	height: 18px;
	color: #555;	
	font-size: 11px;
	padding-top: 3px;
}

#search img {
	position: absolute;
	right: 5px;
	top: 22px;
	cursor: pointer;
}

ul,
ul.searchResult {
/*		color: #F38901; */
		list-style: square;
}
ul.searchResult li{
/*	padding-left: 30px;*/

}
/************ Newsletter box ***********/


#newsletterBox {
	clear: both;
	background: url(images/newsletter_bg.jpg) no-repeat;	
	height: 140px;
	position: relative;
}

#newsletterBox a{
	cursor: pointer;
	position: absolute;
	font-size: 11px;
}
#newsletterBox #ss {
	bottom: 5px;
	left: 5px;
}
#newsletterBox #uss {
	bottom: 5px;
	right: 40px;
}
	
#newsletterBox .inputbox {
	position: absolute;
	border: none;
	background: none;
	height: 16px;
	color: #555;	
	font-size: 11px;
	padding-top: 3px;
	width: 165px;
}	
#newsletterBox #newsletter_name {
	top: 41px;
	left: 7px;
}
#newsletterBox #newsletter_email {
	top: 83px;
	left: 7px;		
}	
	
	
	
td.label {	
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #444;
	width: 100px;
}
	
.input_bg {
	border: 1px solid #eee;
	width: 200px;
	color: #F38901;
	font-size: 11px;
}

.warning-message {
	color: #fff;
	color: #F38901;
	
}
	
.button {
	background: #91AF15; 
	font-size: 11px;
	CURSOR: POINTER;
	color: #fff;
	border: none;
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: auto;
	text-transform: uppercase;
}
	
	
	
	
	
	
