/* CSS Document */

html, body {
	background-color: #371701;
	margin: 0 auto;
	text-align: center;
/*	background-image:  url(img/hatter.jpg);
	background-repeat: repeat-x;
	background: black;*/
	padding-top: 10px;
	padding-bottom: 5px;
	
}
table.mainbox {
	width: 815px;
}
/******************** FEJLÉC *******************************/

td.fejlec {
	background-image: url(img/hatter_fejlec.jpg);
	background-repeat: repeat-y;
}

/******************** TARTALOM *******************************/
td.content {
/*	background-image:   url(img/content_hatter.gif);
	background-repeat: no-repeat;
	vertical-align: top;*/

}
table.content {
	/*width: 810px;
	margin-left: 10px;*/
}
td.szoveg {
	vertical-align: top;
	font-size: 14px;
	font-family: Helvetica;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4C463B;
	background-image: url(img/hatter_kozep.jpg);
	background-repeat: repeat-y;
	width: 548px;
	/*font-weight: bold;
	padding-right: 40px;*/
}
td.szoveg_bal {
	color: #4C463B;
	vertical-align: bottom;
	height: 260px;
	background-image: url(img/hatter_bal.jpg);
	background-repeat: repeat-y; 
}
td.szoveg_jobb {
	color: #4C463B;
	vertical-align: bottom;
	height: 260px;
	background-image: url(img/hatter_jobb.jpg);
	background-repeat: repeat-y; 
}
table.szoveg_table {
	vertical-align: top;
	font-size: 14px;
	/*font-family: ariel;*/
	text-align: left;
	color: #4C463B;
}
div.szoveg_div {
	vertical-align: top;
	font-size: 13px;
	/*font-family: ariel;*/
	text-align: left;
	color: #4C463B;
		
}

div.szoveg_ismho_div {
	vertical-align: top;
	font-size: 13px;
	/*font-family: ariel;*/
	text-align: left;
	color: #4C463B;
		
}

td.szoveg a {
	color: #4C463B;
	text-decoration: none;
}
td.szoveg a:hover {
	color: #4C463B;
	text-decoration: underline;
}


/******************** LÁBLÉC *******************************/
td.lablec {
	/*height: 25px;
	background-image:  url(img/lablec_sima_gif.gif);
	background-repeat: no-repeat;*/
}
td.lablec-left {
	font-family: arial;
	font-size: 10px;
	color: #4C463B;
/*	text-align: left;
	padding-top: 5px;
	padding-left: 15px;*/
}
td.lablec-right {
	font-family: arial;
	font-size: 10px;
	color: #4C463B;
	text-align: right;
	/*padding-top: 5px;*/
	padding-right: 15px;
}
td.lablec-left a {
	color: #4C463B;
	text-decoration: none;
}
td.lablec-left a:hover {
	color: #4C463B;
	text-decoration: underline;
}