
/*input*/

.textbox {
	border: 1px solid #331d06;
	background-color: #e4d5b8;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #3d2109;
	width: 200px;
	padding-left: 2px;
	padding-right: 2px;
}

.textarea {
	border: 1px solid #331d06;
	background-color: #e4d5b8;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #3d2109;
	padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
	width: 400px;
	height: 200px;
}

.button {
	background-color: #331d06;
	font-family: Palatino Linotype;
	font-size: 12px;
	border: 1px solid #e4d5b8;
	color: #e4d5b8;
	font-weight: bold;
	cursor: pointer;
}

.select {
	border: 1px solid #331d06;
	background-color: #e4d5b8;
	font-family: Palatino Linotype;
	font-size: 12px;
	color: #3d2109;
}

/*kapcsolat*/

span.error {
	padding-left: 20px;
	color:  #9e2615;
	font-weight: bold;
}

/*hirek*/

.categoryInactive, .categoryActive {
	background-color: #331d06;
	border: 1px solid #e4d5b8;
	color: #e4d5b8;
	font-weight: bold; 
	/*width: 60px;*/
	padding: 3px 5px 3px 5px;
	vertical-align: middle; 
	text-align: center; 
	float: left;
	margin-right:20px;
}

.categoryInactive a {
	color: #e4d5b8;
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.categoryActive a {
	color: #fff; 
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.pager_line {
	border-top: 1px solid #331d06; 
	padding-right: 100px; "
}

/*galeria*/

img.indeximg {
	padding: 2px;
	margin: 0px 10px 10px 0px;
	border: 2px solid #b5a06b;
	background-color: #e8e6d7;
}
