/*input*/

.textbox {
	width: 99%;
	border: 1px solid #D2C8AD;
	padding: 2px;
	background-color: #fff;
}

.textarea {
	width: 99%;
	border: 1px solid #D2C8AD;
	padding: 2px;
	height: 120px;
	background-color: #fff;
}

.button {
	background: url("../images/mainmenu_hover.jpg");
	width: 137px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	font-family: arial;
}

.select {
	border: 1px solid #D2C8AD;
	padding: 2px;
	background-color: #fff;
}

/*contact*/

table.contacttable {
	width: 85%;
	margin: 0 auto;
}

table.contacttable th {
	width: 20%;
	text-align: left;
	padding: 2px 5px 3px 0px;
	vertical-align: middle;
}

table.contacttable td {
	padding: 2px 5px 3px 0px;
	vertical-align: middle;
}	

.error {
	font-size: 11px;
	color: #ff0000;
}

/*gallery*/

table.category_table {
	width: 100%;
}

table.category_table td {
	text-align: center;
}

table.category_inner {
	margin: 0 auto;
	border: 1px solid #D2C8AD;
	opacity: 0.8;
	filter: alpha(opacity=80);
	margin-bottom: 10px;
}

table.category_inner td {
	background-color: #D2C8AD;
}

table.category_inner td a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

table.category_inner td a img {
	display: block;
}

table:hover.category_inner {
	opacity: 1;	
	filter: alpha(opacity=100);
}

table.image_table {
	border-collapse: separate;
	border-spacing: 10px;
	border-collapse: expression('separate', cellSpacing = '10px');
}

table.image_table td:hover {
	border: 1px solid #FF9801;
}

table.image_table td {
	border:1px solid #D2C9AC;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 2px 5px;
	background-color: #fff;
}

/*hírek*/

table.news_table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #D2C9AC;
	background-color: #F0EDDC;
}

table.news_table td {
	padding: 5px;
}

table.news_table td p {
	padding-bottom: 0px;
}

table.news_table td.news_title {
	
	font-size: 13px;
	font-weight: bold;
}

table.news_table td.news_date {
	text-align: right;
	font-style: italic;
}

table.news_table td.news_link {
	text-align: right;
}

table.news_table td.news_link a {
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

a.link_back {
	background-image: url("../images/link_back.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
}

table.news_categories {
	margin-bottom: 15px;
}

.categoryInactive {
	background-image: url("../images/mainmenu.jpg");
	background-repeat: no-repeat;
	vertical-align: middle; 
	text-align: center;
	width: 137px;
	height: 32px;
}

.categoryActive {
	background-image: url("../images/mainmenu_hover.jpg");
	background-repeat: no-repeat;
	vertical-align: middle; 
	text-align: center;
	width: 137px;
	height: 32px;
}

.categoryInactive a,
.categoryActive a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	padding: 9px 0px;
}

table.news_search_table {
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #D2C9AC;
	background-color: #F0EDDC;
}

table.news_search_table td {
	padding: 5px;
}

table.news_search_table td.news_search_title {
	background-color: #D2C9AC;
	color:#902A10;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}
